Re: Additional JDK jars files

2012-01-05 Thread Charles Moulliard
Thx for the clarification. On Thu, Jan 5, 2012 at 9:18 AM, Guillaume Nodet wrote: > Boot delegation controls which packages will be added to the > classloader for all bundles automatically but does not really export > the package. So if one bundle import that package, it won't be > sufficient.

Re: Additional JDK jars files

2012-01-05 Thread Guillaume Nodet
Boot delegation controls which packages will be added to the classloader for all bundles automatically but does not really export the package. So if one bundle import that package, it won't be sufficient. To export the packaes, you can use the org.osgi.framework.system.packages.extra property. If

Re: Additional JDK jars files

2012-01-05 Thread Charles Moulliard
In config.properties, we have to modify this property --> org.osgi.framework.bootdelegation ? If jre.properties already include javax.crypto, do I have also to modify org.osgi.framework.bootdelegation property ? On Thu, Jan 5, 2012 at 8:58 AM, Guillaume Nodet wrote: > Put it in lib it will work

Re: Additional JDK jars files

2012-01-04 Thread Guillaume Nodet
Put it in lib it will work. However packages aren't exported automatically, you need to modify the config.properties for that. On Thu, Jan 5, 2012 at 08:50, Charles Moulliard wrote: > Hi JB, > > lib/optional directory does not exist by default with Karaf 2.2.4. Can I > create it ? Is there somet

Re: Additional JDK jars files

2012-01-04 Thread Charles Moulliard
Hi JB, lib/optional directory does not exist by default with Karaf 2.2.4. Can I create it ? Is there something else to do ? Regards, Charles On Thu, Jan 5, 2012 at 8:35 AM, Jean-Baptiste Onofré wrote: > Hi Charles, > > lib/optional and lib/endorsed are the good locations. > > Regards > JB > >

Re: Additional JDK jars files

2012-01-04 Thread Jean-Baptiste Onofré
Hi Charles, lib/optional and lib/endorsed are the good locations. Regards JB On 01/05/2012 08:29 AM, Charles Moulliard wrote: Hi, Do we have on Karaf a location where we can install additional jars files (e.g : JCE crypto jars files - http://www.oracle.com/technetwork/java/javasebusiness/down

Additional JDK jars files

2012-01-04 Thread Charles Moulliard
Hi, Do we have on Karaf a location where we can install additional jars files (e.g : JCE crypto jars files - http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html#JCE-1_2_2-G-JS) which will be installed when karaf (felix/equinox) starts and th