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 107515

Summary: NPE while selecting webservice operation.
Product: javame Reporter: pcmreddy <pcmreddy>
Component: Web ServicesAssignee: Michal Skvor <misk>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 104262    
Attachments: NPE
WebApp
MobileApp

Description pcmreddy 2007-06-20 20:53:59 UTC
Build used 06/17/07 on xp with JDK 1.6 U1

NPE while selecting WebService operation.
See attached NPE.txt for details.

How to reproduce.
Tried to use the tutorial and building from scratch.

How ever finished application is running fine.
Comment 1 pcmreddy 2007-06-20 20:54:44 UTC
Created attachment 44106 [details]
NPE
Comment 2 pcmreddy 2007-06-20 20:55:57 UTC
No client code is generated after NPE.
Comment 3 pcmreddy 2007-06-20 21:06:44 UTC
I can only see "WebToMobileClient.wsclient" is added to Mobile project.
Rest of client java files are missing.

See Attached project for details.

Comment 4 pcmreddy 2007-06-20 21:08:38 UTC
Created attachment 44107 [details]
WebApp
Comment 5 pcmreddy 2007-06-20 21:08:56 UTC
Created attachment 44108 [details]
MobileApp
Comment 6 Peter Pis 2007-06-25 19:05:45 UTC
This issue is showstopper for M10. Please integrate the fix into the trunk and "release60-m10" branch. 
Comment 7 Michal Skvor 2007-06-27 13:14:41 UTC
Fixed. However byte[] code is not generated properly. See issue http://www.netbeans.org/issues/show_bug.cgi?id=108279
Comment 8 pcmreddy 2007-06-27 20:09:18 UTC
Verified in M10 on 6/27.
NPE is fixed now.