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 - IllegalArgumentException: Type FXML03.jpa.exceptions.PreexistingEntityException cannot be found
Summary: IllegalArgumentException: Type FXML03.jpa.exceptions.PreexistingEntityExcepti...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-07 03:50 UTC by daveream
Modified: 2016-11-10 14:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222879


Attachments
stacktrace (2.83 KB, text/plain)
2016-03-07 03:50 UTC, daveream
Details
stacktrace (3.11 KB, text/plain)
2016-11-10 14:43 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
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.