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 112758 - QuizService_Proxy generated wrong
Summary: QuizService_Proxy generated wrong
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Web Services (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
: 115109 (view as bug list)
Depends on:
Blocks: 92824
  Show dependency tree
 
Reported: 2007-08-14 15:52 UTC by Lukas Hasik
Modified: 2007-09-10 15:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
console output with exceptions (19.37 KB, text/plain)
2007-08-14 15:54 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2007-08-14 15:52:34 UTC
08/13 build

-have a web project with WS client for http://csharp.hlrs.de/eAssessmentQuiz/QuizService.asmx?WSDL
-generate Mobile Client to Web Application for the WS client into a mobile project

1, in the mobile project is generated only .wsclient file
2, the code generated in QuizService_Proxy is uncompilable
-methods are twice in code
-boolean _result = null; will never compile
3, in attachment is console output with exceptions
Comment 1 Lukas Hasik 2007-08-14 15:54:30 UTC
Created attachment 46585 [details]
console output with exceptions
Comment 2 Michal Skvor 2007-09-06 14:50:32 UTC
java.lang.NullPointerException
	at org.netbeans.modules.mobility.end2end.multiview.ServicesPanel.updateTree(ServicesPanel.java:219)
	at org.netbeans.modules.mobility.end2end.multiview.ServicesPanel.access$000(ServicesPanel.java:67)
	at org.netbeans.modules.mobility.end2end.multiview.ServicesPanel$1.run(ServicesPanel.java:76)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 3 Lukas Hasik 2007-09-07 16:48:37 UTC
I'm receiving the same exception as in issue 115031 now (build 3100)
Comment 4 Lukas Hasik 2007-09-09 16:47:39 UTC
in trunk build 3133 all the ws client methods are disabled on Select Operation panel of Mobile Client to Web App wizard
Comment 5 Petr Suchomel 2007-09-09 20:11:18 UTC
*** Issue 115109 has been marked as a duplicate of this issue. ***
Comment 6 Petr Suchomel 2007-09-09 20:26:03 UTC
Fixed
Comment 7 Lukas Hasik 2007-09-10 15:41:13 UTC
verified in beta1 build 0910