Hello,
i want to use EclipseLink 2.0 with a eclipse RCP. I downloaded all EclipseLink Bundles.If I add the Bundle org.eclipse.persistence.jpa to my eclipse RCP Manifest
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.expressions;bundle-version="3.4.100",
org.eclipse.persistence.jpa;bundle-version="2.0.0"
, always all Bundles will be unsatisfied and I get a red Error in IDE.
Whats wrong? What I have to do to use EclipseLink Bundles right?
Thanks and best Regards
John