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 223578 - NullPointerException at org.netbeans.modules.websvc.manager.ui.TestWebServiceMethodDlg.getRuntimeClassLoader
Summary: NullPointerException at org.netbeans.modules.websvc.manager.ui.TestWebService...
Status: RESOLVED DUPLICATE of bug 221413
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 09:05 UTC by ptomasek
Modified: 2012-12-10 15:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196334


Attachments
stacktrace (3.67 KB, text/plain)
2012-12-10 09:05 UTC, ptomasek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ptomasek 2012-12-10 09:05:40 UTC
This bug was originally marked as duplicate of bug 221413, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build nbms-and-javadoc-9812-on-20121210)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b05
OS: Windows 7

User Comments:
ptomasek: Created a web service client with a warning that it might not work with Java EE 5 projects. Then clicked Test method on the web service method.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.manager.ui.TestWebServiceMethodDlg.getRuntimeClassLoader(TestWebServiceMethodDlg.java:175)
   at org.netbeans.modules.websvc.manager.ui.TestWebServiceMethodDlg.myInitComponents(TestWebServiceMethodDlg.java:501)
   at org.netbeans.modules.websvc.manager.ui.TestWebServiceMethodDlg.<init>(TestWebServiceMethodDlg.java:127)
   at org.netbeans.modules.websvc.manager.ui.TestMethodAction.performAction(TestMethodAction.java:90)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
Comment 1 ptomasek 2012-12-10 09:05:42 UTC
Created attachment 129136 [details]
stacktrace
Comment 2 Denis Anisimov 2012-12-10 15:42:20 UTC

*** This bug has been marked as a duplicate of bug 221413 ***