Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 316807

Summary: [Package Element] Java class link does not work if orm.xml package element is used
Product: [WebTools] Dali JPA Tools Reporter: Karen Butzke <karenfbutzke>
Component: JPAAssignee: Neil Hauge <neil.hauge>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: neil.hauge, thatnitind
Version: 2.3   
Target Milestone: Future   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Karen Butzke CLA 2010-06-14 15:06:04 EDT
In the JPA Details for an orm.xml entity the 'Java class' link does not go to the corresponding java file if the package name is specified in the package element and only the class name is specified in the entity class attribute.

<package>org.eclipse.foobar.model</package>
<entity class="Contact">
</entity>
Comment 1 Neil Hauge CLA 2011-07-01 16:26:19 EDT
Moving JPA specific bugs to new JPA component in bugzilla.
Comment 2 Karen Butzke CLA 2012-02-01 09:37:20 EST

*** This bug has been marked as a duplicate of bug 277017 ***