how to trouble shoot class not found issue [message #659147] |
Fri, 11 March 2011 04:52  |
Eclipse User |
|
|
|
Hi I am trying to create a simple bundle to invoke spring-jms's JmxTemplate sender. I have successfull deployed all necessary bundle for ActiveMQ.
However, when deploy my 'jmsclient' bundle, it runs into this errorby: org.eclipse.virgo.kernel.osgi.framework.ExtendedNoClassDefFo undError: org/springframework/transaction/support/ResourceHolderSuppor t in KernelBundleClassLoader: [bundle=org.springframework.jms_3.0.5.RELEASE] in KernelBundleClassLoader: [bundle=org.springframework.jms_3.0.5.RELEASE]
at org.eclipse.virgo.kernel.userregion.internal.equinox.KernelB undleClassLoader.loadClass(KernelBundleClassLoader.java:141)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getDeclaredMethods(Class.java:1791)
at org.springframework.beans.factory.annotation.InitDestroyAnno tationBeanPostProcessor.buildLifecycleMetadata(InitDestroyAn notationBeanPostProcessor.java:194)
at org.springframework.beans.factory.annotation.InitDestroyAnno tationBeanPostProcessor.findLifecycleMetadata(InitDestroyAnn otationBeanPostProcessor.java:176)
at org.springframework.beans.factory.annotation.InitDestroyAnno tationBeanPostProcessor.postProcessMergedBeanDefinition(Init DestroyAnnotationBeanPostProcessor.java:122)
I do have spring-tx deployed and import to my bundle, sprint-tx does export the org/springframework/transaction/support package
I also check spring-jms's manifest file, it also import the org/springframework/transaction/support package.
Big thanks ahead
-D
what do i miss?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.28487 seconds