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/Dependencies

The following is a list of Dependencies that EclipseLink requires to compile all components.

  • ASM|
    • Version: 1.5.3 + ojc patch
    • internalized into org.eclipse.persistence.libraries.asm.
    • Required for lazy loading in JPA in a Java SE environment
    • License
  • ANTLR
    • Version: 3.0
    • internalized into org.eclipse.persistence.antlr.
    • Required for using JPQL.
    • License
  • JTA
    • Version 1.1
    • Only required when using JTA. Typically provided by host container offering JTA.
    • License
  • JMS
    • Version 1.1
    • Only required when using JMS cache coordination. Typically provided by host container offering JMS or JMS provider.
    • License
  • JPA
    • Version 1.0
    • Only required when using JPA. Required for standalone usage but already included in host containers (EJB3/Spring).
    • License
  • JAXB
    • Version 2.0
    • Only required when using JAXB 2.0. Not required for native OXM usage. Always included in JavaEE5 containers.
    • License
  • StAX
    • Version 1.0
    • Only required when using JAXB 2.0. Not required for native OXM usage. Always included in JavaEE5 containers.
    • License
  • JavaMail API
    • Version 1.4
    • Only required when using JAXB 2.0. Not required for native OXM usage. Always included in JavaEE5 containers.
    • License
  • Java Activation Framework
    • Version 1.1
    • Only required when using JAXB 2.0. Not required for native OXM usage. Always included in JavaEE5 containers.
    • License
  • J2EE Connector
    • Version 1.4
    • Only required when using JAXB 2.0. Not required for native OXM usage. Always included in JavaEE5 containers.
    • License
  • Service Data Objects (SDO)
    • Version 2.1
    • Only required when using SDO functionality.
    • Custom License. Link to Spec

Third Party Dependencies

As per the Policy and Procedure for 3rd Party Dependencies the EclipseLink project has the following works-with dependencies.

Oracle JDBC

  • JDBC
  • Spatial
  • XDB

Oracle XDK

Back to the top