On Friday 28 September 2007 16:56, Guillaume Nodet wrote: > For ServiceMix 4.0, we are thinking about implementing a provisioning > system (see https://issues.apache.org/activemq/browse/SM-1071). As > ServiceMix will be based on OSGi, OBR sounds like a good tool to use > for that. > I'm wondering if anyone has already implemented that / thought about that ? > > Basically, I'm thinking about an OSGi service that would use a simple > API to detect changes and load a new configuration (through ldap, > http, jcr, or whatever). This configuration would include the list of > bundles to install, and OBR would be used to download / install all > the dependencies. Does it make sense ?
I think what you are looking for exist outside Apache. Either FileInstall[1] from Peter Kriens or Pax Runner[2] from OPS4J. Not sure of the complete status on either one of them, but I would suggest to monitor these instead of starting another effort... [1] http://www.aqute.biz/Code/FileInstall [2] http://wiki.ops4j.org/confluence/display/ops4j/Pax+Runner Cheers -- Niclas Hedhman, Software Developer I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug
