I was using servicemix 3.0M2 version. I have a service unit (installed on jsr181 component) that uses classes from sunjce_provider.jar (in jre/ext folder). When I switched to servicemix 3.0 then I got java.lang.NoClassDefFoundError: com/sun/crypto/provider/SunJCE. I investigated the problem by using file monitor (filtering for SunJCE). During startup jvm was looking for this class in folder conf and in its service unit folder - of course it failed because the class is inside jdk (in ext folder).
I have noticed that in 3.0 there is a new feature to controll classloader delegating (SM-457). Does it have anything to do with it? thanks in advance Michal -- View this message in context: http://www.nabble.com/jsr181-deployer---NoClassDefError-tf2383587.html#a6643555 Sent from the ServiceMix - User mailing list archive at Nabble.com.
