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/Installing and Configuring EclipseLink"

(EclipseLink OSGi Bundles)
m (Replacing page with ''''Warning Please see "EclipseLink Installation" in the ''[http://www.eclipse.org/eclipselink/documentation/ EclipseLink Solutions Guide]''. '''')
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= Installing and Configuring EclipseLink =
+
'''[[Image:Elug_draft_icon.png|Warning]] Please see "EclipseLink Installation" in the ''[http://www.eclipse.org/eclipselink/documentation/ EclipseLink Solutions Guide]''. '''
 
+
This document describes the installation and configuration instructions for EclipseLink, including EclipseLink Workbench and EclipseLink with OSGi.
+
 
+
== Setting System Environment Variables ==
+
 
+
You must set the following system environment variables before installing EclipseLink:
+
# <tt>JAVA_HOME</tt> - Set <tt>JAVA_HOME</tt> to where you installed your Java SDK home directory. For example:
+
#* Windows example: <tt>JAVA_HOME = C:\JDK</tt>
+
#* UNIX example: <tt>JAVA_HOME = ...:/usr/java/jdk</tt>
+
# <tt>PATH</tt> - Set <tt>PATH</tt> to include <tt>JDK/bin</tt> directory.  For example:
+
#* Windows example: <tt>PATH = C:\JDK\bin</tt>
+
#* UNIX example: <tt>PATH = ...:/usr/java/jdk/bin</tt>
+
'''Note''': Ensure that a Java Virtual Machine (JVM) compatible with JDK 1.5 (or higher) is also installed on your machine
+
 
+
== Installing EclipseLink ==
+
Use the following procedures to install EclipseLink. Before you proceed with the install, it is recommended that you must back up all existing project data.
+
# Download the EclipseLink install archive zip file from the EclipseLink downloads page [http://www.eclipse.org/eclipselink/downloads here]. The zip file also includes EclipseLink Workbench, a graphical interface that allows you to configure descriptors and map your projects.  It is a powerful tool if you are migrating from Oracle TopLink with classic or native ORM/OXM/EIS usage.
+
# Unpack the downloaded zip file in the desired installation directory. When you unzip the file, you’ll find an <tt>eclipselink</tt> subdirectory, with multiple subdirectories. This directory is your new ECLIPSELINK_HOME directory. For example:
+
#* Windows example: <tt>ECLIPSELINK_HOME = <INSTALL_DIR>/eclipselink</tt>
+
#* UNIX example: <tt>ECLIPSELINK_HOME = ...:/usr/el/<INSTALL_DIR>/eclipselink</tt>
+
# When unzipped, additional steps are required to run EclipseLink. For more information, see [[Using%20Workbench%20(ELUG)#Configuring the Workbench Environment|Configuring the Workbench Environment]].
+
 
+
== Installing EclipseLink OSGi ==
+
Use the following procedures to install EclipseLink OSGi plugins. Before you proceed with the install, it is recommended that you must back up all existing project data.
+
# Download the EclipseLink OSGi plugins archive zip from the EclipseLink downloads page [http://www.eclipse.org/eclipselink/downloads here].
+
# Unpack the downloaded zip file in the desired installation directory. When you unzip the file, you’ll find a <tt>plugins</tt> subdirectory, with multiple jar files. These jar files are OSGi bundles required to run EclipseLink in OSGi.
+
 
+
=== EclipseLink OSGi Bundles ===
+
The following tables list the bundles included with EclipseLink OSGi:<br><br>
+
NOTE: EclipseLink 1.0.1 ships with similar bundles but the version numbers on the org.eclipse.persistence.* bundles are 1.0.1 instead of 1.0.
+
 
+
'''EclipseLink Core Functionality'''
+
{|{{BMTableStyle}}
+
|-{{BMTHStyle}}
+
! Bundle
+
! Description
+
|-
+
| org.eclipse.persistence.core_1.0.jar
+
| This bundle provides EclipseLink's core library.  All other EclipseLink bundles (JPA, MOXy, SDO) are dependent on this bundle.
+
|-
+
| org.eclipse.persistence.asm_1.0.jar
+
| This bundle provides EclipseLink's version of the ASM library used for byte-code weaving in the core, JPA, SDO and MOXy bundles.  It is required when using any of those bundles.
+
|-
+
| org.eclipse.persistence.antlr_1.0.jar
+
| This bundle provides EclipseLink's version of the ANTLR library used for JPQL parsing in the JPA and core bundles. It is required when using JPA.
+
|-
+
| org.apache.ant_1.7.0.jar
+
| This bundle provides ant functionality.
+
|-
+
| org.eclipse.persistence.oracle_1.0.jar
+
| This bundle provides support for extended Oracle database features (Timestamp extensions, Spatial types, Oracle XML Parser, XDB, Advanced Queueing, XDK, Oracle LOBs).
+
|-
+
| javax.activation_1.1.0.jar <br>javax.jms_1.1.0.jar <br>javax.mail_1.4.0.jar <br>javax.resource_1.5.0.jar <br>javax.transaction_1.1.0.jar <br>javax.xml.rpc_1.1.0.v200706111329.zip <br>javax.xml.soap_1.3.0.jar <br>javax.xml.stream_1.0.0.jar
+
| These bundles contain classes from Java specification. They have been converted to bundle format so they can be used in OSGi. Depending on the OSGi environment whether the running OSGi Environment EclipseLink contains those versions of the libraries listed, these bundles may or may not be necessary.
+
|}
+
<br>
+
'''EclipseLink JPA'''
+
{|{{BMTableStyle}}
+
|-{{BMTHStyle}}
+
! Bundle
+
! Description
+
|-
+
| javax.persistence_1.0.0.jar
+
| This bundle provides JPA 1.0 version of the <tt>javax.persistence</tt> and <tt>javax.persistence.spi</tt> classes.  It allows compile dependencies to be solved, but does not allow JPA to be used as an OSGi service. You must not select this jar file for performing OSGi-based JPA.
+
|-
+
| javax.persistence_1.99.0.jar
+
| This bundle contains versions of the <tt>javax.persistence</tt> and <tt>javax.persistence.spi </tt> classes that have been updated to be OSGi friendly. OSGi users must use this bundle for performing OSGi-based JPA.
+
|-
+
| org.eclipse.persistence.jpa_1.0.jar
+
| This bundle supports JPA 1.0 functionality along with Extended JPA support using EclipseLink's annotations, PU properties, and query hints. The bundle also supports partial and complete EclipseLink-ORM.XML extensions of JPA.
+
|}
+
<br>
+
'''EclipseLink Moxy'''
+
{|{{BMTableStyle}}
+
|-{{BMTHStyle}}
+
! Bundle
+
! Description
+
|-
+
| org.eclipse.persistence.moxy_1.0.jar
+
| This bundle supports JAXB 2.0 using annotations and XML mapping file.
+
|-
+
| javax.xml.bind_2.0.0.jar
+
| This bundle contains the specification classes and interfaces augmented with support for discovering JAXB provider services.
+
|}
+
<br>
+
'''EclipseLink SDO'''
+
{|{{BMTableStyle}}
+
|-{{BMTHStyle}}
+
! Bundle
+
! Description
+
|-
+
| org.eclipse.persistence.sdo_1.0.jar
+
| This bundle supports Eclipse persistence SDO 2.1 classes.
+
|-
+
| commonj.sdo_2.1.0.jar
+
| This bundle provides common SDO 2.1 classes.
+
|}
+

Latest revision as of 09:36, 29 January 2013

Warning Please see "EclipseLink Installation" in the EclipseLink Solutions Guide.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.