On Mon October 26 2009 10:09:44 am Alan D. Cabrera wrote: > I noticed that the ServiceMix bundles contain "exploded" copies of the > wrapped jars. I wonder if there was a reason for that. Just curious.
Well, I know that in a lot of cases, the FactoryFinder in the jar has to be replaced with an OSGi aware version. That accounts for pretty much everything that uses the SPI stuff. The others may be done that way for consistency. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
