[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: Eclipselink with Apache Felix

Hi Omar,

I am trying to run a simple test bundle, which uses Eclipselink on Apache Felix, however due to dependencies I had to install the bundle org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar, because I got the error:
java.lang.NoClassDefFoundError: org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader

Can you provide the stack? You're probably deploying the Equinox JPA bundle which you shouldn't do when running on Felix.


It seems that eclipselink runs only on Eclipse equinox? Can anybody confirm that?

EclipseLink works great on Felix and Sun has been using it in GlassFish V3 (running on Felix) for some time. The EclipseLink team is working with the GlassFish team to ensure it works well because EclipseLink is the JPA 2.0 reference implementation and will ship in GlassFish as a component in the Java EE 6 reference implementation stack.


--Shaun