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 270656 - NullPointerException at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerGenerator.generateJpaController
Summary: NullPointerException at org.netbeans.modules.j2ee.persistence.wizard.jpacontr...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-16 16:13 UTC by javydreamercsw
Modified: 2017-05-16 16:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229168


Attachments
stacktrace (894 bytes, text/plain)
2017-05-16 16:13 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2017-05-16 16:13:34 UTC
This bug was originally marked as duplicate of bug 193507, 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.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
javydreamercsw: Created empty JPA controler classes.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerGenerator.generateJpaController(JpaControllerGenerator.java:248)
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerGenerator.generateJpaController(JpaControllerGenerator.java:159)
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerIterator.generateJpaControllers(JpaControllerIterator.java:286)
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerIterator$1.run(JpaControllerIterator.java:133)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 javydreamercsw 2017-05-16 16:13:37 UTC
Created attachment 164329 [details]
stacktrace