vote up 5 vote down star
1

The Eclipselink OSGi bundles seem have trouble working in some OSGi containers, notably Felix, because they fail to import packages (and that are exported by the system) that they actually require. One example is the missing import of javax.xml.namespace in the core bundle of the current 1.1.3 release.

The eclipselink team has targeted this type of issues by using the BND tool for the build process in versions 1.2 and 2.0, so once these are out, we can expect this problem to be gone.

In the meantime, has anybody set up and published a Maven build from the eclipselink sources that does the bundling right?

flag

2 Answers

vote up 1 vote down

Have you checked the version in the SpringSource Enterprise Bundle Repository? It looks like their Eclipselink bundles are importing javax.xml.namespace anyway.

link|flag
vote up 1 vote down

Here's the pom.xml file we use create a bundle that has EclipseLink and exposes JPA. This bundle only has EclipseLink so you should be able to use it directly.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.