Hi Are you using Smooks? Then there is a known issue that it does not support Camel 2.10 onwards.
There is a fix on the 1.5.x branch which fixed support for Camel 2.10 onwards. So when a new Smooks release is out you should upgrade and use that. The branch with the fix is here: https://github.com/smooks/smooks/commits/v1.5.x On Tue, Mar 4, 2014 at 4:15 PM, nicoletta <[email protected]> wrote: > 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. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen Make your Camel applications look hawt, try: http://hawt.io
