@Jean-Baptiste: Perhaps a stupid question, but since it's a javax.* class that cannot be found, are you actually exporting these packages through the system bundle?
On 19 Nov 2010, at 10:01 , Karl Pauls wrote: > Can you share the manifest of your bundle with us? Additionally, can > you set the debug level to 4 and give the output as well? > > regards, > > Karl > > On Fri, Nov 19, 2010 at 8:21 AM, Jean-Baptiste Reich > <[email protected]> wrote: >> Hello, >> >> I tried to run felix on a CDC architecture and with jsse enabled (which is >> optional). For that, I add the jsse jars to the classpath on the command >> line when starting felix with my VM (cvm). >> Then in my bundle I try to load the class javax.net.ServerSocketFactory but >> I receive a NoClassDefFoundError. >> When I launch my project as a normal JAR (not a bundle) with exactly the >> same command line, it works (in that case the server is not embedded in >> felix). So, I assume there is a class loading problem but I don't understand >> it. >> >> Did I miss something ? Is there a special way to handle this? (I have >> already tried to change the bootdelegation and the bundle parent but it does >> not work) >> >> Thanks >> > > > > -- > Karl Pauls > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

