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 94810 - Get NPE exception when clicking ok on ws attribute editor for jaxrpc ws
Summary: Get NPE exception when clicking ok on ws attribute editor for jaxrpc ws
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-07 06:38 UTC by Peter Liu
Modified: 2007-06-11 20:25 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 Peter Liu 2007-02-07 06:38:30 UTC
I got the following NPE after clicking the ok button on the ws attribute editor
for a jaxrpc web service.

java.lang.NullPointerException
	at org.netbeans.modules.websvc.wsitconf.WSITEditor.save(WSITEditor.java:136)
[catch] at
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl$1.run(EditWSAttributesCookieImpl.java:90)
	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 Martin Grebac 2007-02-07 09:54:06 UTC
cvs server: use 'cvs commit' to add this file permanently
Checking in
wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/service/ServicePanel.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/service/ServicePanel.java,v
 <--  ServicePanel.java
new revision: 1.2.8.10; previous revision: 1.2.8.9
done
Checking in
wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/service/ServicePanel.form;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/service/ServicePanel.form,v
 <--  ServicePanel.form
new revision: 1.2.8.3; previous revision: 1.2.8.2
done
Checking in wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/ErrorJPanel.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/Attic/ErrorJPanel.java,v
 <--  ErrorJPanel.java
new revision: 1.1.4.3; previous revision: 1.1.4.2
done
Checking in wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/ErrorJPanel.form;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/Attic/ErrorJPanel.form,v
 <--  ErrorJPanel.form
new revision: 1.1.4.2; previous revision: 1.1.4.1
done
Checking in wsitconf/src/org/netbeans/modules/websvc/wsitconf/Bundle.properties;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.1.2.4.14.5; previous revision: 1.1.2.4.14.4
done
Checking in wsitconf/src/org/netbeans/modules/websvc/wsitconf/WSITEditor.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/WSITEditor.java,v
 <--  WSITEditor.java
new revision: 1.1.2.22.14.11; previous revision: 1.1.2.22.14.10
done
Checking in
wsitconf/src/org/netbeans/modules/websvc/wsitconf/wsdlmodelext/WSITModelSupport.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/wsdlmodelext/WSITModelSupport.java,v
 <--  WSITModelSupport.java
new revision: 1.2.8.6; previous revision: 1.2.8.5
done
Checking in
wsitconf/src/org/netbeans/modules/websvc/wsitconf/wsdlmodelext/ProprietarySecurityPolicyModelHelper.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/wsdlmodelext/ProprietarySecurityPolicyModelHelper.java,v
 <--  ProprietarySecurityPolicyModelHelper.java
new revision: 1.1.2.14.14.7; previous revision: 1.1.2.14.14.6
done
RCS file:
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/resources/Attic/warning.gif,v
done
Checking in wsitconf/src/org/netbeans/modules/websvc/wsitconf/resources/warning.gif;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/resources/Attic/warning.gif,v
 <--  warning.gif
new revision: 1.1.2.1; previous revision: 1.1
done
Checking in wsitmodelext/manifest.mf;
/cvs/websvc/wsitmodelext/manifest.mf,v  <--  manifest.mf
new revision: 1.2.8.14; previous revision: 1.2.8.13
done
Comment 2 Lukas Jungmann 2007-06-11 20:25:22 UTC
v.