[equinox-dev] Running Equinox on Application Server

2009-05-26 Thread Krishnaveni Krishnarajah
I am trying to deploy equinox bundles (servlet and jsps) on IBM WAS6 As per my understand that there are two deployment options - 1. running Application server on top of Equinox (embedding an application server) and 2. Running Equinox on top of an Application server. Going with option 2... everyt

RE: [equinox-dev] Framework launching and class loaders

2009-05-26 Thread BJ Hargrave
You can't "override" exported packages. But, if you use the same package version number as exported by a bundle, the framework will prefer an already exported package when resolving. Since the framework exports the system packages first, then they are preferred. -- BJ Hargrave Senior Technical

RE: [equinox-dev] Framework launching and class loaders

2009-05-26 Thread Jansson Patrik
What will happen if I let the org.eclipse.osgi.services bundle remain resolved in my OSGi framework and the system bundle export the same version of org.osgi.service.cm? Which package will be imported by other bundles (eclipse implementation of ConfigurationAdmin being one of them)? That way, I