Community
Participate
Working Groups
As part of the work for supporting DBWS running under OSGi, I discovered that adding the EclipseLink P2 repository to the 'target' Platform does not work: EclipseLink Updates - http://download.eclipse.org/rt/eclipselink/updates - select 'EclipseLink Target Components 2.1.1.v20100817-r8050' The following errors are displayed: Cannot satisfy dependency: From: EclipseLink JPA 2.1.1.v20100817-r8050 (org.eclipse.persistence.jpa.feature.group.2.1.1.2.1.1.v20100917-r8050) To: javax.xml.stream [1.0.1.v201004272200] Cannot satisfy dependency: From: EclipseLink Target Components 2.1.1.v20100917-r8050 (org.eclipse.persistence.sdk.feature.group.2.1.1.v20100917-r8050) To: org.eclipse.persistence.jpa.feature.group[2.1.1.v20100817-r8050] Missing requirement: javax.xml.stream 1.0.1.v201004272200 requires 'bundle javax.xml 0.0.0' but it could not be found Software being installed: EclipseLink Target Components 2.1.1.v20100917-r8050 (org.eclipse.persistence.sdk.feature.group.2.1.1.v20100917-r8050) EclipseLink Milestones - http://download.eclipse.org/rt/eclipselink/milestones - selecting 'EclipseLink Target Components 2.1.1.v20100817-r8050' has the same errors as above; selecting other version produce other similar errors
This is not a bug. It is the way the target platform operates. Our P2 does not contain all Eclipse dependencies. Nor should it. Rather there is a check box to NOT try to resolve all dependencies. Once selected The P2 repo will work for the target platform, but other repositories may need to be referenced in order to resolve all compiler dependencies.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink