I think this is a bug where the JBI SAs expect the whole JRE to be available, but in OSGi this is not the case. I think I've found a fix, but I'm not sure there is a workaround :-(
On Fri, Oct 24, 2008 at 10:33 AM, Martin Kuhn <[EMAIL PROTECTED]> wrote: > > > gnodet wrote: >> >> Did you deploy a JBI SA or an OSGi bundle or a plain spring xml file ? >> If you deploy an OSGi bundle, you may need to import the sun.misc >> package explicitely from this bundle. >> > > Does this mean I've to write an import statement in my beans.xml?? (like > <import resource="classpath: ...." />) > > What would the correct import for my problem? > > Is there a documentation where I can get information? > > TIA > > -- > View this message in context: > http://www.nabble.com/SM4%3A-java.lang.NoClassDefFoundError%3A-sun-misc-BASE64Encoder-%21%21-tp20145109p20146291.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
