Robert Biernat wrote:
If I embed jar files into a bundle, will these be unpacked by felix to the file system when the bundle is deployed? If so how do I control where they are unpacked.
Yes, they will be unpacked (so will embedded native libraries). The bundle JAR file, all embedded JARs, and all native libraries are unpacked into the bundle cache. You cannot control where the individual entities are unpacked, but you can control where the entire bundle cache is be setting the felix.cache.dir configuration property. See the framework usage documentation:
http://felix.apache.org/site/apache-felix-usage-documentation.html -> richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

