On 19.08.2011 14:51, [email protected] wrote: > Is it possible to install an object as a bundle without first > packaging it as a jar? The closest I've been able to find is adding > activators to the system bundle via > FelixConstants.SYSTEMBUNDLE_ACTIVATORS_PROP. Is there a better way?
It's relatively easy to dynamically create a bundle in-memory and install/start it - assuming you have an administrative service runing to do this for you. This should allow you to tie your "object" (service) into the framework. Is that what you had in mind? -h --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

