This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 51508 - Wireless toolkit can't navigate
Summary: Wireless toolkit can't navigate
Status: CLOSED WONTFIX
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-15 10:29 UTC by lasterra
Modified: 2006-10-23 16:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lasterra 2004-11-15 10:29:16 UTC
When wireless toolkit ask to user airtime the
phone hang up. It's the same if you choose yes or not.
Comment 1 Adam Sotona 2004-11-15 10:51:54 UTC
What is wireless toolkit asking for and when ?

One cause might be that the application wrongly calls some network or
other communication API from within the command dispatching.

Comment 2 lasterra 2004-11-15 12:06:02 UTC
WTK is asking to download an XML taht generate my web server.

If i use NOKIA J2ME toolkit it go perfectly, so i'm nearly sure that
the problem is Netbeans beta2 WTK(2.1).

I have the same problem with windows and linux.
Comment 3 Adam Sotona 2004-11-15 16:52:27 UTC
I can forward this issue to the WTK developers (this site is not
primary responsible of WTK development) but I'll probably need some
more information to fill in. 
What did you do with the WTK, what is that XML file, what has WTK to
do with that file, do you have some error output, etc...
Comment 4 lasterra 2004-11-16 00:27:26 UTC
What i'm doinf with WTK is developing a j2me client application that
download an xml file from server and install data on the j2me data store.

When WTK as to user airtime or not the WTK hang up, no message or
error in the console.

The same application, run perfectly on nokia wireless toolkit for j2me
2.2.
Comment 5 lasterra 2004-11-23 12:46:34 UTC
I found the problem. The WTK show the connection dialog and block the
connection. To resolve the issue tou have to open a new thread for the
connection.