On Wed, Oct 21, 2009 at 9:43 AM, Barrie Treloar <[email protected]> wrote: > I'm attempting to remove the jms-su from my sa and see whether that > still has an issue.
After taking out the jms-su and restarting SMX and then using the maven plugin to install I get this error the first time: INFO - ComponentMBeanImpl - Starting component: servicemix-camel ERROR - CamelJbiComponent - java.lang.NoClassDefFoundError: org/apache/servicemix/common/xbean/ClassLoaderXmlPreprocessor But after that it installs/uninstalls fine. So I will ignore NoClassDefFoundError for now. I must assume there is something in my jms-su that is not uninstalling properly. I have in my xbeans.xml: * jms:provider * jms:consumer * bean for Marshaling * bean for Unmarshaling * connectionFactory (Spring JndiObjectFactoryBean) * destinationResolver (Spring JndiDestinationResolver) * jndiTemplate (Spring JndiTemplate) Since I am just installing/uninstalling the su and not pushing any messages through this has to be the culprit. I've tried with an empty xbean.xml, not surprisingly this complains about no endpoints. I ripped everything out and replaced it with a single AMQ endpoint instead of the weblogic one. After fiddling taking things and out, sometimes it creates a lock and sometimes it doesn't. I'm kinda stuck at this point and going to give up. Cheers.
