Bug 222471 - WORKBENCH: COLLECTION-TYPE DEFAULTING TO JAVA.UTIL.LIST IN DEPLOYMENT
Summary: WORKBENCH: COLLECTION-TYPE DEFAULTING TO JAVA.UTIL.LIST IN DEPLOYMENT
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Leslie Davis CLA
QA Contact:
URL:
Whiteboard: Fixed in 1.0M6
Keywords: ui
Depends on:
Blocks:
 
Reported: 2008-03-12 16:24 EDT by Leslie Davis CLA
Modified: 2022-06-09 10:02 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leslie Davis CLA 2008-03-12 16:24:26 EDT
When using IBM JDK 1.5 and generating the project xml from the MWP, a List is
configured for the collection-type mapping.
                  
<eclipselink:collection-type>java.util.List</eclipselink:collection-type>

When IBM JDK 1.4 (or SUN 1.5) the same process will configured a Vector for
the
collection-type mapping.
                  
<eclipselink:collection-type>java.util.Vector</eclipselink:collection-type>

Nothing else was changed.
Comment 1 Leslie Davis CLA 2008-04-03 18:52:27 EDT
Changed core class loading logic go search for all container classes rather than just Vector to assure container classes are found regardless of thier jar location.
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:02:26 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink