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 89061 - Attempt at editing web service attributes generates NullPointerException
Summary: Attempt at editing web service attributes generates NullPointerException
Status: RESOLVED DUPLICATE of bug 95839
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-09 18:47 UTC by lfabbri
Modified: 2007-03-01 04:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log (97.53 KB, text/plain)
2006-11-09 18:48 UTC, lfabbri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lfabbri 2006-11-09 18:47:08 UTC
I created a very simple web service

I navigated to the web service in the project navigator

Right-clicking on the web service and selecting Edit Web Service Attributes
generates a NullPointerException:

java.lang.NullPointerException
	at
org.netbeans.modules.identity.profile.api.configurator.ProviderConfigurator.setModel(ProviderConfigurator.java:516)
	at
org.netbeans.modules.identity.profile.api.configurator.ProviderConfigurator.addModifier(ProviderConfigurator.java:189)
	at
org.netbeans.modules.identity.profile.ui.WSPSecurityPanel.<init>(WSPSecurityPanel.java:72)
	at
org.netbeans.modules.identity.profile.ui.WSPSectionNode.createNodeInnerPanel(WSPSectionNode.java:58)
	at
org.netbeans.modules.xml.multiview.SectionNode.createInnerPanel(SectionNode.java:93)
	at
org.netbeans.modules.xml.multiview.ui.SectionNodePanel.createInnerpanel(SectionNodePanel.java:96)
	at
org.netbeans.modules.xml.multiview.ui.SectionPanel.openInnerPanel(SectionPanel.java:180)
	at
org.netbeans.modules.xml.multiview.ui.SectionNodePanel.openInnerPanel(SectionNodePanel.java:106)
	at
org.netbeans.modules.xml.multiview.ui.SectionNodePanel.setExpandedViewMode(SectionNodePanel.java:72)
	at
org.netbeans.modules.xml.multiview.ui.SectionNodePanel.<init>(SectionNodePanel.java:48)
	at
org.netbeans.modules.xml.multiview.SectionNode.getSectionNodePanel(SectionNode.java:165)
	at
org.netbeans.modules.xml.multiview.ui.SectionNodeView.setRootNode(SectionNodeView.java:73)
	at
org.netbeans.modules.identity.profile.ui.WSPSecurityView.<init>(WSPSecurityView.java:36)
	at
org.netbeans.modules.identity.profile.ui.editor.SecurityWSEditor.setUpSecurityPanel(SecurityWSEditor.java:154)
	at
org.netbeans.modules.identity.profile.ui.editor.SecurityWSEditor.createWSEditorComponent(SecurityWSEditor.java:85)
	at
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesTopComponent.addTabs(EditWSAttributesTopComponent.java:48)
[catch] at
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl$1.run(EditWSAttributesCookieImpl.java:83)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 lfabbri 2006-11-09 18:48:53 UTC
Created attachment 35933 [details]
message.log
Comment 2 Peter Liu 2007-02-23 18:31:00 UTC
This is a known issue when the ide is properly configured against the am
installation.  We plan to fix this for Gavotte FCS is this can fail gracefully.

Comment 3 Peter Liu 2007-03-01 04:43:39 UTC

*** This issue has been marked as a duplicate of 95839 ***