Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363080 - refactoring class reference in xml from the default package causes exception
Summary: refactoring class reference in xml from the default package causes exception
Status: VERIFIED FIXED
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: JPA (show other bugs)
Version: 3.0.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M7   Edit
Assignee: Karen Butzke CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 14:00 EST by Karen Butzke CLA
Modified: 2012-04-06 16:23 EDT (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 2011-11-07 14:00:35 EST
The MyCustomizer class is in the default package. If you do a refactor->Move to put it in another package you get the attached exception and the eclipselink-orm.xml file is not updated. This would happen with any of our orm.xml class references.
	
<entity class="model.Foo">
	<customizer class="MyCustomizer"/>
</entity>
Comment 1 Karen Butzke CLA 2012-03-20 07:58:40 EDT
Should be an easy fix, probably not likely enough to occur to worry about fixing this in maintenance.
Comment 2 Karen Butzke CLA 2012-03-22 07:55:47 EDT
fixed in M7
Comment 3 Jolene Moffitt CLA 2012-04-06 16:23:24 EDT
Verified in Build I-3.4.0-20120402231106 

Verified you can move the customizer class from a default package into another package with error and the EL orm mapping file is updated correctly.  See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.2_M7