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 247645 - NullPointerException at org.netbeans.jpa.modeler.spec.Embeddable.load
Summary: NullPointerException at org.netbeans.jpa.modeler.spec.Embeddable.load
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-10-02 13:26 UTC by byomesh
Modified: 2014-10-13 07:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210371


Attachments
stacktrace (2.13 KB, text/plain)
2014-10-02 13:26 UTC, byomesh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description byomesh 2014-10-02 13:26:34 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Windows 7

User Comments:
byomesh: select entity package
select new file
select persistence
select reverse engeneer jpa diagram
select all the entity clases
provide a file name
finish
nothing happens and this error occurs

GUEST: I wanted to create a diagram by reverse engeneering some classes.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.jpa.modeler.spec.Embeddable.load(Embeddable.java:77)
   at org.netbeans.jpa.modeler.spec.ElementCollection.load(ElementCollection.java:191)
   at org.netbeans.jpa.modeler.spec.Attributes.load(Attributes.java:148)
   at org.netbeans.jpa.modeler.spec.Entity.load(Entity.java:266)
   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 byomesh 2014-10-02 13:26:35 UTC
Created attachment 149676 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-10-13 07:27:27 UTC
The bug originates in JPA Modeler plugin.
Reassigning to Gaurav_Gupta, the plugin owner.
Please evaluate this issue. Thank you.