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

