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

EclipseLink/Release/2.0.0

< EclipseLink‎ | Release
Revision as of 11:13, 4 December 2009 by Peter.krogh.oracle.com (Talk | contribs) (Known Issues)

EclipseLink 2.0.0 Release Planning

The EclipseLink 2.0.0 Release is planned for December 2009.

Features Planned

  • JPA 2.0 Reference Implementation
    • Mapping Enhancements: Access Type, Element Collection/Map, Orphan Removal, Ordered Lists
      • Derived identifiers and MapsId
    • Meta-Model
    • Canonical Model generation
    • Querying: Typed and Criteria queries, additional operators with JP QL enhancements
    • Additional LockModeType
    • Validation Integration (JSR 303)
  • DBWS
    • TBD

Eclipselink-logo.gif

Go-bottom.png Download EclipseLink 2.0.0

Resolved Issues

Component Issue Description
SDO Dynamic Data Object generation New Behaviour: When an SDO Type is defined if a class can not be found corresponding to the

instance class name (name of the corresponding static SDO class) then one is not created. See bug 277367 and bug 268209 for more details.

Resolved Bug Queries

Known Issues

Component Issue Description
JPA JPA 2.0 - Updating Element Collection of Embeddables With weaving enabled, updates on an element collection of embeddables will throw a null pointer exeception. There are two work arounds. 1) Add the annotation @ChangeTracking(DEFFERED) on the embeddable. OR 2) set the following property to false in persistence XML: eclipselink.weaving.changetracking. Please see bug 296606 for more details about the issue and the workarounds.

All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries for current open bugs in EclipseLink are available here.

Deprecation

The following features have been newly deprecated in the 2.0 release

Component Feature Description
MOXy XMLCompositeObjectMapping.containerAccessor \\ XMLCompositeCollectionMapping.containerAccessor getContainerAccessor() replaced with InverseReferenceMapping.getAccessor(). Also effects related get/set configuration methods.

Certified Configurations

Persistence Specifications Supported

Specification Version Notes
EJB 3.0 (Java Persistence) - JSR 220 1.0
Java Persistence (JPA) - JSR 317 2.0 Reference Implementation
Service Data Objects SDO - JSR 235 2.1.1 Reference Implementation provided by EclipseLink 1.1.0.r3634
Java XML Binding Architecture (JAXB) - JSR 222 2.1

Java Persistence (JPA) 1.0 & 2.0

Java Architecture JPA 2.0 Preview
javax_persistence_1.99.6
JPA 1.0
javax_persistence_1.0
Included with EclipseLink ZIP
JPA 1.0
javax_persistence_1.0
Orbit (signed)
Java SE
eclipselink.jar
Yes
Yes
No
Java SE
bundles
Yes
No
No
Java EE
eclipselink.jar
Yes
Yes
No
Java EE
bundles
Yes
No
No
OSGi (Equinox)
bundles
Yes
No
No

Database Platform Certifications

Database Java SE WLS 10.3.0 WLS 10.0.1 OC4J 10.1.3.4 WAS 7.0 WAS 6.1 JBoss 5.0.1 JBoss 4.2.3 GlassFish v2 Spring
MySQL 5.0.45 Certified(O) Certified(O) - - - - Certified(O) Certified(O) - -
Oracle 11.1.0.7 Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O)
Oracle 11.1.0.6 Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O)
Oracle 10.2.0.4 Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) Certified(O) - Certified(O)
Oracle XE - Certified(O) Certified(O) - - - - Certified(O) - -
Oracle 11.1.0.7 RAC N/A Certified(O) - - - - - - - -
Oracle 10.2.0.4 RAC N/A Certified(O) - - - - - - - -
SQL Server 2008 Certified(O) Certified(O) - - - - Certified(O) Certified(O) - -
SQL Server 2005 Certified(O) Certified(O) - - - - Certified(O) Certified(O) - -
DB2 9.5 Certified(O) Certified(O) - - - Certified(O) Certified(O) Certified(O) - -
DB2 9.1 Certified(O) Certified(O) - - - - Certified(O) Certified(O) - -
Sybase ASE 15 - Certified(O) - - - - Certified(O) Certified(O) - -
Sybase ASE 12.5 - Certified(O) - - - - Certified(O) Certified(O) - -
PostGreSQL Certified(O) - - - - - - - - -
Derby 10 Certified(O) - - - - - - - Certified(O) -
  • Database Platform Certification Notes
    • (O) - Certified by Oracle TopLink QA for the EclipseLink project
Retrieved from "https://wiki.eclipse.org/index.php?title=EclipseLink/Release/2.0.0&oldid=181942"

Back to the top