OK I finally fixed it,it was a classloading issue due to beanshell script interpretation. Thanks anyway :)
Julien 2008/4/3, Karl Pauls <[EMAIL PROTECTED]>: > > I made a bundle using mavan-bnd plugins, each time I try to load it I > > got the same error : > > java.lang.NoClassDefFoundError: javax/management/JMException > > > Is there a StackTrace as well? > > > > I tried to add import "javax.management" for the bundle and using > > osgi.framework.bootdelegation=javax.management, without any success > > > That should be: > > org.osgi.framework.bootdelegation=javax.management > > does that make a difference? If not, maybe you can provide us with a > bit more information about what your bundle is doing when this > happens? > > regards, > > Karl > > > > I'm using Sun JDK 1.6.0_05-b13 and felix trunk. > > > > Any idea ? > > > > Julien > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > 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]

