0
votes

Maybe this question seems odd ? I am working on OSGi-fication of our software based on Agents collecting some informations on servers.

Concerning Bundles update, it's natively supported by OSGi frameworks (OBR, Apache ACE, ...) But, concerning the OSGI Container itself (Felix, Karaf, ...), is there a mechanism or a framework/tool having capacity to upgrade the container "automatically"?

Any idea? Any feedback?

1

1 Answers

0
votes

Not in the OSGi specification. It assumes the framework is available on the classpath and can be launched. Any ability to update the framework implementation would be specific to a framework implementation as a value add.