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 258496 - NullPointerException at org.netbeans.modules.websvc.rest.support.DOMHelper$1.run
Summary: NullPointerException at org.netbeans.modules.websvc.rest.support.DOMHelper$1.run
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-23 05:53 UTC by lzgrillo
Modified: 2016-08-25 00:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223152


Attachments
stacktrace (424 bytes, text/plain)
2016-03-23 05:53 UTC, lzgrillo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lzgrillo 2016-03-23 05:53:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Mac OS X

User Comments:
lzgrillo: in generate group entity class from mysql sakila sample




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.rest.support.DOMHelper$1.run(DOMHelper.java:243)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 lzgrillo 2016-03-23 05:53:46 UTC
Created attachment 158975 [details]
stacktrace