|
|
Browse by Tags
All Tags » osgi » classloader (RSS)
-
I'm not sure which OSGi framework you are using. If you are running on Eclipse Equinox then you can make use of an Eclipse specific extension called ''buddy classloading''. However, this limits your ability to run your bundles on other OSGi frameworks.
Basically, you would create a DB4O bundle and add the following to it's bundle ...
-
Hi,
I have a bundle which which exposes an instance of ObjectContainer, let's call this the ''arum.db'' bundle. This bundle uses a ServiceTracker to track db4o_osgi. During the ''addingService'' method of my tracker, I get the Db4oService service and call service.openFile(). I then register a service which my other bundles can ...
-
First of all: I don't see that (at the moment) the ''db4o as a service plugin'' scenario is targeted at all - the mail you forwarded just requests that we provide OSGi relevant meta data in the jar and seems to target db4o as a library within the confines of a single plugin. Have I missed something?
Carl Rosenberger:
> Different classloaders ...
|
|
|