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 271730 - NullPointerException at org.netbeans.modules.websvc.rest.support.PersistenceHelper.unsetExcludeEnlistedClasses
Summary: NullPointerException at org.netbeans.modules.websvc.rest.support.PersistenceH...
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: 2017-10-30 03:27 UTC by OrionZero
Modified: 2017-10-30 03:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218212


Attachments
stacktrace (1.58 KB, text/plain)
2017-10-30 03:27 UTC, OrionZero
Details

Note You need to log in before you can comment on or make changes to this bug.
Description OrionZero 2017-10-30 03:27:51 UTC
Build: NetBeans IDE 8.1 (Build 201511021428)
VM: Java HotSpot(TM) Client VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
OrionZero: error

GUEST: Generating RESTful service from Entity classes




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.rest.support.PersistenceHelper.unsetExcludeEnlistedClasses(PersistenceHelper.java:162)
   at org.netbeans.modules.websvc.rest.support.PersistenceHelper.configure(PersistenceHelper.java:150)
   at org.netbeans.modules.websvc.rest.codegen.EntityResourcesGenerator.generate(EntityResourcesGenerator.java:163)
   at org.netbeans.modules.websvc.rest.wizard.EntityResourcesIterator.instantiate(EntityResourcesIterator.java:158)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1051)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:605)
Comment 1 OrionZero 2017-10-30 03:27:53 UTC
Created attachment 165373 [details]
stacktrace