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 244518 - IllegalStateException: Unknown Cascade Type : javax.persistence.CascadeType.ALL
Summary: IllegalStateException: Unknown Cascade Type : javax.persistence.CascadeType.ALL
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: gaurav_gupta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-15 17:52 UTC by hmbritobn
Modified: 2014-05-16 07:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209743


Attachments
stacktrace (2.16 KB, text/plain)
2014-05-15 17:52 UTC, hmbritobn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hmbritobn 2014-05-15 17:52:08 UTC
This issue was reported manually by hmbritobn.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
hmbritobn: I was creating a New JPA Diagram from Reverse Engineering (JPA Modeler)




Stacktrace: 
java.lang.IllegalStateException: Unknown Cascade Type : javax.persistence.CascadeType.ALL
   at org.netbeans.jpa.modeler.spec.OneToMany.load(OneToMany.java:173)
   at org.netbeans.jpa.modeler.spec.Attributes.load(Attributes.java:139)
   at org.netbeans.jpa.modeler.spec.Entity.load(Entity.java:230)
   at org.netbeans.jpa.modeler.spec.Entity.load(Entity.java:202)
   at org.netbeans.jpa.modeler.jcre.wizard.JPAModelGenerator$1.run(JPAModelGenerator.java:49)
   at org.netbeans.jpa.modeler.jcre.wizard.JPAModelGenerator$1.run(JPAModelGenerator.java:39)
Comment 1 hmbritobn 2014-05-15 17:52:10 UTC
Created attachment 147280 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-05-16 07:27:09 UTC
The problem originates in JPA Modeler plugin.
Reassigning to author of the plugin.
Please evaluate this bug. Thank you.