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 169743 - NullPointerException at org.netbeans.modules.websvc.customization.core.ui.CustomizationWSEditor.saveAndRefresh
Summary: NullPointerException at org.netbeans.modules.websvc.customization.core.ui.Cus...
Status: RESOLVED DUPLICATE of bug 169013
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-03 16:26 UTC by thiagodevel
Modified: 2009-08-06 12:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146259


Attachments
stacktrace (1.39 KB, text/plain)
2009-08-03 16:26 UTC, thiagodevel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thiagodevel 2009-08-03 16:26:34 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-13-generic, i386

User Comments:
thiagodevel: wsdl import

GUEST: Trying to edit webservice attributes



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.websvc.customization.core.ui.CustomizationWSEditor.saveAndRefresh(CustomizationWSEditor.java:110)
        at org.netbeans.modules.websvc.customization.core.ui.CustomizationWSEditor.save(CustomizationWSEditor.java:163)
        at org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl.openEditor(EditWSAttributesCookieImpl.java:131)
        at org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl.access$000(EditWSAttributesCookieImpl.java:81)
        at org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl$1.run(EditWSAttributesCookieImpl.java:96)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 thiagodevel 2009-08-03 16:26:39 UTC
Created attachment 85706 [details]
stacktrace
Comment 2 Quality Engineering 2009-08-05 06:18:55 UTC
Integrated into 'main-golden', will be available in build *200908050201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a9093ea3c0af
User: mkuchtiak@netbeans.org
Log: #169743: fixed jar file URL problem
Comment 3 Milan Kuchtiak 2009-08-06 12:14:43 UTC

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