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 250275

Summary: IllegalArgumentException: Called DataObject.find on null
Product: javaee Reporter: iluvtr
Component: DD EditorAssignee: issues@javaee <issues>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215240
Attachments: stacktrace

Description iluvtr 2015-02-06 15:33:39 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
iluvtr: When creating a New Webservice in a Maven web application, click for add entries to web.xml and got this error




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:555)
   at org.netbeans.modules.j2ee.dd.impl.web.WebAppProxy.write(WebAppProxy.java:942)
   at org.netbeans.modules.maven.jaxws.WSUtils.addServiceToDD(WSUtils.java:777)
   at org.netbeans.modules.maven.jaxws.MavenJAXWSSupportImpl.addService(MavenJAXWSSupportImpl.java:110)
   at org.netbeans.modules.websvc.jaxws.light.api.JAXWSLightSupport.addService(JAXWSLightSupport.java:137)
   at org.netbeans.modules.maven.jaxws.MavenJaxWsSupportProvider$WebservicesChangeListener.doUpdateJaxWs(MavenJaxWsSupportProvider.java:438)
Comment 1 iluvtr 2015-02-06 15:33:40 UTC
Created attachment 151865 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 08:55:51 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss