Developing bundles dependent on RSA libraries

2013-12-20 Thread Rohit Kumar
Our component and its dependency bundles make use of RSA library, thus requiring it to be available in shared mode. However, RSA libs seems to be causing problems in OSGI environment(mostly classloader related) due to their SPI model. Exporting them through boot delegation seems to work fine. Is

Re: Developing bundles dependent on RSA libraries

2013-12-21 Thread Bertrand Delacretaz
Hi, On Fri, Dec 20, 2013 at 3:47 PM, Rohit Kumar wrote: > ...RSA libs seems to be > causing problems in OSGI environment(mostly classloader related) due to > their SPI model. Exporting them through boot delegation seems to work fine. > Is there any other way ? We are trying to avoid boot delegati