Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Release/1.0.1"

Line 67: Line 67:
 
! Comments
 
! Comments
 
|-
 
|-
 +
| [http://bugs.eclipse.org/239882 239882]
 +
| Utils - Package Renamer
 +
| The Package Renamer utility does not always properly rename xml files
 +
| Workaround: Use your existing TopLink 10.1.3X xml files
 
|-
 
|-
 
|}
 
|}

Revision as of 13:37, 9 September 2008

Release Notes

The 1.0.1 release is a patch for EclipseLink 1.0. Please see the release notes for EclipseLink 1.0 for more information on EclipseLink 1.0.

Download

The 1.0.1 release is available for download here. The release offers both a zip file intended for standard JavaSE and JavaEE usage. There is also a ZIP file provided of OSGi bundles.

Resolved Issues

All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries into this database for EclipseLink, including all bugs fixed in 1.0.1, are available here. The following is a partial list of some bugs fixed in 1.0.1.

Bug Component Summary Comments
237545 JPA Attribute change tracking does not work on 1:M with @OrderBy
241979 JPA MappedSuperclasses are not weaved unless they contain a OneToOneMapping causing issues with change tracking
236726 JPA Eclipselink doesn't take blank as password
240166 SDO sdo-compiler fails on OASIS xsd files
241308 JPA Primary key is incorrectly assigned to embeddable class field with the same name as the primary key field's name
241388 JPA JPA cache is not valid after a series of EntityManager operations
243943 JPA Regression: checkCacheForObject via UnitOfWork if object only in Session and shouldCheckCacheOnly

Known Issues

All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries for current open bugs in EclipseLink are available here. The following is a partial list of some bugs bugs that are still open in 1.0.1.

Bug Component Summary Comments
239882 Utils - Package Renamer The Package Renamer utility does not always properly rename xml files Workaround: Use your existing TopLink 10.1.3X xml files

Back to the top