Hi all,

The JPA uses provider architecture. There it loads providers using java spi
mechanism. The problem is with unique classLoaders, this does not work in
OSGi. (earlier we used to load them all using application/carbon-bootstrap
classLoader by placing them in outer lib)

two viable options.

1. go for OSGi JPA implementation. (eclipse gemini, apache aries are two
impls)
2. use fragmenting mechanism to laod bundles using the same classLoader.


Any other suggestions ?

--Pradeep
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to