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 258265

Summary: IllegalArgumentException: Type FXML03.jpa.exceptions.PreexistingEntityException cannot be found
Product: javaee Reporter: daveream
Component: PersistenceAssignee: Sergey Petrov <sj-nb>
Status: NEW ---    
Severity: normal CC: javydreamercsw
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222879
Attachments: stacktrace
stacktrace

Description daveream 2016-03-07 03:50:41 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Windows 10

User Comments:
daveream: Adding a JPA Controller Class via the wizard.




Stacktrace: 
java.lang.IllegalArgumentException: Type FXML03.jpa.exceptions.PreexistingEntityException cannot be found
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerUtil$TreeMakerUtils.createType(JpaControllerUtil.java:1019)
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerUtil$TreeMakerUtils.createMethod(JpaControllerUtil.java:947)
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerUtil$TreeMakerUtils.addMethod(JpaControllerUtil.java:899)
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerGenerator$3.run(JpaControllerGenerator.java:713)
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerGenerator$3.run(JpaControllerGenerator.java:248)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:649)
Comment 1 daveream 2016-03-07 03:50:43 UTC
Created attachment 158760 [details]
stacktrace
Comment 2 javydreamercsw 2016-11-10 14:43:28 UTC
Created attachment 162866 [details]
stacktrace

Error deleting files created by Persistence wizard.