I am trying to install a camel su unit into service mix (iona fuse 3.3.0.5)
and keep getting the following error:

Unable to find suitable deployer for Service Unit 'bridge-camel-su'

My xbean.xml for bridge-camel-su looks like this:

<beans xmlns="http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:jms="http://servicemix.apache.org/jms/1.0";
xmlns:b="http://servicemix.apache.org/samples/bridge";
xsi:schemaLocation="www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://activemq.apache.org/camel/schema/spring
http://activemq.apache.org/camel/schema/spring/camel-spring-xsd";>

<camelContext id="camel"
xmlns="http://activemq.apache.org/camel/schema/spring";
xmlns:b="http://servicemix.apache.org/samples/bridge";>
<route>
<from uri="b:xslt"/>
<to uri="b:jms"/>
</route>
</camelContext>
</beans>

The error message is preceded by a bunch of xml that looks like this:

<jbi-task xmlns="...">
<jbi-task-result>
<frmwk-task-result>
<frmwk-task-result-details>
<task-result-details>
<task-id>deploy</task-id>
<task-result>FAILED</task-result>
<message-type>ERROR</message-type>
</task-result-details>
</frmwk-task-result-details>
</frmwk-task-result>
<component-task-result xmlns="...">
<component-name>service-mix-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>

Please help!











-- 
View this message in context: 
http://www.nabble.com/Unable-to-find-suitable-deployer-for-Service-Unit---Camel-tp14882222s12049p14882222.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to