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.2.0"

m (Dynamic Weaving on JBoss Server)
m (Dynamic Weaving on JBoss Server)
Line 91: Line 91:
 
=== Dynamic Weaving on JBoss Server ===
 
=== Dynamic Weaving on JBoss Server ===
  
Using EclispeLink with JPA Dynamic Weaving on JBoss 5.1.0 (and higher) may result in multiple exceptions due to how transactions are handled by the container. Some classes may already have been loaded by the real classLoader in JBoss before EclipseLink weaves them.
+
Using EclispeLink with JPA Dynamic Weaving on JBoss 5.1.0 (and higher) may result in multiple exceptions. This issue occurs only with '''dynamic''' weaving -- '''static''' weaving executes correctly. For information on using static weaving, see [http://wiki.eclipse.org/EclipseLink/Examples/JPA/Migration/JBoss#Static_Weaving_.2F_EAR_Packaging_Modifications Static Weaving/EAR Packaging Modifications] in the EclipseLink documentation.
  
This error occurs only with '''dynamic''' weaving -- '''static''' weaving executes correctly.
+
See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=293581 Bug 293581] for details on this issue.
 
+
See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=293581 Bug 293581] for details.
+
  
 
== Deprecation ==
 
== Deprecation ==

Revision as of 16:06, 17 November 2009

EclipseLink 1.2.0 Release Notes

The EclipseLink 1.2.0 Release became available for download October 23, 2009.

Feature Overview

  • JPA: 2.0 Preview based on Published Final Draft
    • 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)
  • MOXy
    • JAXB 2.1 Compliance
    • eclipselink-oxm.xml: Externalized metadata format for usage with JAXB.
    • Improved StAX Support
    • Support for root level datatype objects.
    • Schema generation support when using meet-in-the-middle mappings.
    • getByXPath/setByXPath APIs that allow object access/modification using XPath statments.
    • Mapping Enhancements
      • Composite & Choice mappings now have keep as element option.
      • Choice mappings now support converters.
  • SDO
    • POJO/SDO Bridge Enhancements
      • ChangeSummary is now supported.
      • SDO runtime no longer requires generated impl classes for static SDOs.
      • New sdo-jaxb-compiler.sh(.cmd) script generates both SDO and JAXB models from an XML schema.
      • Can now get the POJO class that corresponds to an SDO Type.
    • New SDOHelper class provides an easy mechanism for accessing the EclipseLink SDO implementation to make use of extended features.
  • DBWS
    • on OraclePlatform, added new capabilities for DBWSBuilder to auto-generate web services whose arguments are complex
      • for Stored Procedures in PL/SQL packages, arguments composed of PL/SQL records or PL/SQL collections (or record with collections or collections with records!)
      • for Stored Procedures in the 'TOPLEVEL' package, arguments composed of JDBC Advanced Object or Varray types (or objects with varrays, or varrays of objects!)
    • support SOAP 1.2 messages

Eclipselink-logo.gif

Go-bottom.png Download EclipseLink 1.2.0

Resolved Issues

Resolved Bug Queries

Known Issues

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

JPA 2.0 Preview Limitations

With the JPA 2.0 there are some capabilities that are incomplete or differ in functionality from the current draft specification

  • Criteria API
    • QueryBuilder (javax.persistence.criteria) has been renamed to CriteriaBuilder in the final JPA 2.0 release
    • Predicate.negate will be renamed to Predicate.not in final JPA 2.0 release
    • Majority of QueryBuilder operators not yet implemented
  • Metamodel: Some API not yet implemented or partially functional
    • IdentifiableTypeImpl.java: get*Id and get*Version methods
    • MappedSuperclassTypeImpl.java - Partially implemented: public Type<?> getIdType()
    • EntityTypeImpl.java - Partially Implemented: public Type<?> getIdType()


Dynamic Weaving on JBoss Server

Using EclispeLink with JPA Dynamic Weaving on JBoss 5.1.0 (and higher) may result in multiple exceptions. This issue occurs only with dynamic weaving -- static weaving executes correctly. For information on using static weaving, see Static Weaving/EAR Packaging Modifications in the EclipseLink documentation.

See Bug 293581 for details on this issue.

Deprecation

The following features have been newly deprecated in the 2.0 release

Component Feature Description
JPA Standard Properties JPA 2.0 introduces common properties for JDBC configuration. The implementation of these makes some of the existing 'eclipselink.jdbc.*' properties redundant for both JPA 1.0 and 2.0 usage and therefore have been deprecated in this release. They will be removed in a future release. In Eclipselink 1.2.0 the use of these properties will result in a log warning.

Certified Configurations

Persistence Specifications Supported

Specification Version Notes
EJB 3.0 (Java Persistence) - JSR 220 1.0
Java Persistence (JPA) - JSR 317 2.0 Preview based on final public draft
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/1.2.0&oldid=179673"

Back to the top