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

Summary: NullPointerException at org.netbeans.modules.websvc.rest.support.DOMHelper$1.run
Product: webservices Reporter: lzgrillo <lzgrillo>
Component: RESTAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: normal CC: ankit.shende
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223152
Attachments: stacktrace

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