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"

 
(3 intermediate revisions by 3 users not shown)
Line 28: Line 28:
 
| [http://bugs.eclipse.org/237545 237545]
 
| [http://bugs.eclipse.org/237545 237545]
 
| JPA
 
| JPA
| Attribute change tracking does not work on 1:M with @OrderBy  
+
| Attribute change tracking did not properly work on 1:M with @OrderBy  
 
|-
 
|-
 
| [https://bugs.eclipse.org/241979 241979]
 
| [https://bugs.eclipse.org/241979 241979]
 
| JPA
 
| JPA
| MappedSuperclasses are not weaved unless they contain a OneToOneMapping causing issues with change tracking
+
| MappedSuperclasses were not weaved unless they contained a OneToOneMapping
 
|-
 
|-
 
| [http://bugs.eclipse.org/236726 236726]
 
| [http://bugs.eclipse.org/236726 236726]
 
| JPA
 
| JPA
| Eclipselink doesn't take blank as password  
+
| blank as a password was not accepted
 
|-
 
|-
 
| [http://bugs.eclipse.org/240166 240166]
 
| [http://bugs.eclipse.org/240166 240166]
 
| SDO
 
| SDO
| sdo-compiler fails on OASIS xsd files  
+
| sdo-compiler failed on OASIS xsd files  
 
|-
 
|-
 
| [http://bugs.eclipse.org/241308 241308]
 
| [http://bugs.eclipse.org/241308 241308]
 
| JPA
 
| JPA
| Primary key is incorrectly assigned to embeddable class field with the same name as the primary key field's name  
+
| Primary key was incorrectly assigned to embeddable class field with the same name as the primary key field's name  
 
|-
 
|-
 
| [http://bugs.eclipse.org/241388 241388]
 
| [http://bugs.eclipse.org/241388 241388]
 
| JPA
 
| JPA
| JPA cache is not valid after a series of EntityManager operations
+
| JPA cache was not always valid after a certain series of EntityManager operations
 
|-
 
|-
 
| [http://bugs.eclipse.org/243943 243943]
 
| [http://bugs.eclipse.org/243943 243943]
Line 56: Line 56:
  
 
|}
 
|}
 +
 
== Known Issues ==
 
== Known Issues ==
  
Line 71: Line 72:
 
| The Package Renamer utility does not always properly rename xml files  
 
| The Package Renamer utility does not always properly rename xml files  
 
| Workaround: Use your existing TopLink 10.1.3X xml files
 
| Workaround: Use your existing TopLink 10.1.3X xml files
 +
|-
 +
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=246762 246762]
 +
| Utils - Workbench
 +
| The Workbench Session Configuration editor does not provide a way to set useExternalConnectionPooling and externalTransactionController options on the ReadConnectionPool and SequenceConnectionPool.
 +
| Workaround:  Manually edit sessions.xml to add the appropriate xml tags: <external-connection-pooling>true/false<external-connection-pooling> and <external-transaction-controller>true/false</external-transaction-controller>
 
|-
 
|-
 
|}
 
|}
 +
 +
[[Category:EclipseLink|Release/1.0.1]]

Latest revision as of 14:57, 24 October 2011

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 did not properly work on 1:M with @OrderBy
241979 JPA MappedSuperclasses were not weaved unless they contained a OneToOneMapping
236726 JPA blank as a password was not accepted
240166 SDO sdo-compiler failed on OASIS xsd files
241308 JPA Primary key was incorrectly assigned to embeddable class field with the same name as the primary key field's name
241388 JPA JPA cache was not always valid after a certain 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
246762 Utils - Workbench The Workbench Session Configuration editor does not provide a way to set useExternalConnectionPooling and externalTransactionController options on the ReadConnectionPool and SequenceConnectionPool. Workaround: Manually edit sessions.xml to add the appropriate xml tags: <external-connection-pooling>true/false<external-connection-pooling> and <external-transaction-controller>true/false</external-transaction-controller>

Back to the top