Hello everybody,
I have to deploy camel integration projects on jboss as 6. I've read many
other threads about this, but I cannot find the solution. As a first step, I
am trying to deploy the examples/camel-example-servlet-tomcat of Camel
2.12.3 on jboss as 6. I've created the war package through the "mvn package"
utility and I copied it in the deploy directory of jboss. Unfortunately, the
deployment had no success, because I am getting the following error:
* org.apache.camel.TypeConverterLoaderException: Failed to load type
converters because of: Cannot find any type converter classes from the
following packages: [org.milyn.smooks.camel.converters,
org.apache.camel.component.file, org.apache.camel.component.bean,
org.apache.camel.converter].*

I have also inserted the META-INF/services/org/apache/camel/TypeConverter
file with the following content:
/org.milyn.smooks.camel.converters, org.apache.camel.component.file,
org.apache.camel.component.bean, org.apache.camel.converter/.

Can somebody help me in this task? I am not finding a working "guide" to
jboss/camel integration. 

Thanks,
Nicoletta




--
View this message in context: 
http://camel.465427.n5.nabble.com/deploying-Camel-integrations-in-Jboss-tp5748289.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to