Hi, we recently updated from servicemix 3.3.1 to version 3.3.2. Now
surprisingly we are getting an error during deployment of our camel
aggregator bases service unit

<component-task-result
xmlns="http://java.sun.com/xml/ns/jbi/management-message";
>
        <component-name>servicemix-camel</component-name>
        <component-task-result-details>
                <task-result-details>
                        <task-id>deploy</task-id>
                        <task-result>FAILED</task-result>
                        <message-type>ERROR</message-type>
                        <task-status-msg>
<msg-loc-info>
<loc-token/>
<loc-message>Could not deploy xbean service unit</loc-message>
</msg-loc-info>
</task-status-msg>
                        <exception-info>
                                <nesting-level>1</nesting-level>
                                <msg-loc-info>
                                        <loc-token/>
                                        <loc-message>Unrecognized xbean
namespac
e mapping: http://activemq.apache.org/camel/schema/spring</loc-message>
                                       
<stack-trace><![CDATA[org.springframewor
k.beans.factory.BeanDefinitionStoreException: Unrecognized xbean namespace
mapping: http://activemq.apache.org/camel/schema/spring

First we thought that the exception was due to namespace changes -
http://camel.apache.org/exception-beandefinitionstoreexception.html, but
later realized that since we are using camel core 1.4 we should use the old
namespace. Also even after changing the namespace we were getting an error 
which was similar to the old error that we got - Error creating bean with
name 'camel': Invocation of init method failed; nested exception is
java.lang.NoSuchMethod...

-- 
View this message in context: 
http://servicemix.396122.n5.nabble.com/servicemix-3-3-1-and-camel-core-2-3-0-tp1624310p2838889.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to