Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 316807 - [Package Element] Java class link does not work if orm.xml package element is used
Summary: [Package Element] Java class link does not work if orm.xml package element is...
Status: CLOSED DUPLICATE of bug 277017
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: JPA (show other bugs)
Version: 2.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Neil Hauge CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 15:06 EDT by Karen Butzke CLA
Modified: 2012-02-01 09:37 EST (History)
2 users (show)

See Also:


Attachments

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