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 66298 - Error when creating a webservice client in mobile project
Summary: Error when creating a webservice client in mobile project
Status: RESOLVED WORKSFORME
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Brehovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-08 02:32 UTC by julianda
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 julianda 2005-10-08 02:32:31 UTC
I was creating a .net webservice client in a mobile project, the following
exception was trhown.
I´ve chosed to generate the sample midlet.
java.lang.NullPointerException
	at
org.netbeans.modules.vmd.components.nbmidp.AbstractInfoScreenDC.fixComponent(AbstractInfoScreenDC.java:65)
	at
org.netbeans.modules.vmd.components.nbmidp.WaitScreenDC.fixComponent(WaitScreenDC.java:57)
	at
org.netbeans.modules.e2e.designgenerator.VisualDesignGenerator.createWaitSceeen(VisualDesignGenerator.java:1019)
	at
org.netbeans.modules.e2e.designgenerator.VisualDesignGenerator.createFlowForMethod(VisualDesignGenerator.java:739)
	at
org.netbeans.modules.e2e.designgenerator.VisualDesignGenerator.generateDesignImpl(VisualDesignGenerator.java:727)
	at
org.netbeans.modules.e2e.designgenerator.VisualDesignGenerator.generateDesign(VisualDesignGenerator.java:109)
	at org.netbeans.modules.e2e.E2EDataObject$3.run(E2EDataObject.java:376)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 Martin Brehovsky 2005-11-03 11:55:53 UTC
I'm not able to reproduce this behavior in the recent builds. Can you reproduce
it? If so, can you describe and possible send me the webservice which caused
this problem?
Comment 2 Martin Brehovsky 2005-11-16 15:22:15 UTC
Closing as works for me, since I'm not able to reproduce it and you didn't reply
to my request.