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 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-06 15:33 UTC by iluvtr
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215240


Attachments
stacktrace (1.55 KB, text/plain)
2015-02-06 15:33 UTC, iluvtr
Details

Note You need to log in before you can comment on or make changes to this bug.
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