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 258974 - NullPointerException at org.netbeans.modules.websvc.rest.wizard.fromdb.EjbFacadeGenerator$2.run
Summary: NullPointerException at org.netbeans.modules.websvc.rest.wizard.fromdb.EjbFac...
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-04-22 15:09 UTC by sduarte
Modified: 2017-07-30 04:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223695


Attachments
stacktrace (4.43 KB, text/plain)
2016-04-22 15:09 UTC, sduarte
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sduarte 2016-04-22 15:09:17 UTC
This bug was originally marked as duplicate of bug 238158, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 10

User Comments:
sduarte: Problems Creating a RESTFull API




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.rest.wizard.fromdb.EjbFacadeGenerator$2.run(EjbFacadeGenerator.java:473)
   at org.netbeans.modules.websvc.rest.wizard.fromdb.EjbFacadeGenerator$2.run(EjbFacadeGenerator.java:295)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:636)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:626)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:486)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
Comment 1 sduarte 2016-04-22 15:09:19 UTC
Created attachment 159399 [details]
stacktrace