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

Summary: IllegalStateException: Unknown Cascade Type : javax.persistence.CascadeType.ALL
Product: third-party Reporter: hmbritobn <hmbritobn>
Component: -- Other --Assignee: gaurav_gupta
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 209743
Attachments: stacktrace

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.