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 73338 - NPE & NoClassDefFoundError after invoking Edit ws attributtes
Summary: NPE & NoClassDefFoundError after invoking Edit ws attributtes
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks: 73536
  Show dependency tree
 
Reported: 2006-03-07 14:32 UTC by Lukas Jungmann
Modified: 2006-03-24 22:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thrown exceptions (24.17 KB, text/plain)
2006-03-07 14:33 UTC, Lukas Jungmann
Details
used wsdl (21.02 KB, text/xml)
2006-03-07 14:33 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2006-03-07 14:32:53 UTC
[200603070300]

-create websvc client (JAXWS2.0) from attached wsdl
-invoke "Edit ws attributtes" from the client's context menu

=> java.lang.RuntimeException: java.lang.NullPointerException
	at
org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsClientNode.openWSAttributesEditor(JaxWsClientNode.java:168)
	at
org.netbeans.modules.websvc.core.wseditor.support.WSEditAttributesAction.performAction(WSEditAttributesAction.java:14)
...
Caused by: java.lang.NullPointerException
	at
org.netbeans.modules.websvc.customization.multiview.WSCustomizationView.<init>(WSCustomizationView.java:77)
	at
org.netbeans.modules.websvc.customization.multiview.WSCustomizationTopComponent.doInitialize(WSCustomizationTopComponent.java:68)
	at
org.netbeans.modules.websvc.customization.multiview.WSCustomizationTopComponent.addNotify(WSCustomizationTopComponent.java:113)
	at java.awt.Container.addImpl(Container.java:1052)
Comment 1 Lukas Jungmann 2006-03-07 14:33:15 UTC
Created attachment 29152 [details]
thrown exceptions
Comment 2 Lukas Jungmann 2006-03-07 14:33:43 UTC
Created attachment 29153 [details]
used wsdl
Comment 3 Lukas Jungmann 2006-03-07 14:37:56 UTC
other noclassdeffound error (but w/o steps for reproduce:():

java.lang.NoClassDefFoundError:
org/netbeans/modules/xml/multiview/ui/InnerPanelFactory
        at
org.netbeans.modules.websvc.customization.core.ui.CustomizationWSEditorProvider.createWSEditorComponent(CustomizationWSEditorProvider.java:65)
        at
org.netbeans.modules.websvc.core.wseditor.support.WSAttributeEditorSupport.populatePanels(WSAttributeEditorSupport.java:95)
        at
org.netbeans.modules.websvc.core.wseditor.support.WSAttributeEditorSupport.openWSAttributesEditor(WSAttributeEditorSupport.java:123)
        at
org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsClientNode.openWSAttributesEditor(JaxWsClientNode.java:165)
        at
org.netbeans.modules.websvc.core.wseditor.support.WSEditAttributesAction.performAction(WSEditAttributesAction.java:14)
...
Comment 4 Lukas Jungmann 2006-03-07 15:18:09 UTC
rico, you're working on this, right?
Comment 5 Milan Kuchtiak 2006-03-10 07:45:25 UTC
Yes, Rico works on Customization editor.
Comment 6 Lukas Jungmann 2006-03-22 00:19:28 UTC
There were made several fixes in this area and this seems to be fixed too.
Comment 7 Lukas Jungmann 2006-03-24 22:43:32 UTC
v.