Re: Issue with loading TypeConverter in Camel 2.8.2 on JBOSS 7.2

2012-01-19 Thread lavanya
Hi Babak, Really appreciate your immediate response, due to licensing issues, we will have to switch to JBoss 5.0, in which case, the camel-jboss would suffice. I will give a try and update the forum. Thanks once again. -- View this message in context: http://camel.465427.n5.nabble.com/Issue-wi

Re: Issue with loading TypeConverter in Camel 2.8.2 on JBOSS 7.2

2012-01-18 Thread Babak Vahdat
Hi again, Apache Camel team has already taken care for the ticket [1] I asked you for to open (by my first post) by ActiveMQ JIRA. However this doesn't solve your current problem. [1] https://issues.apache.org/jira/browse/AMQ-3458 Babak -- View this message in context: http://camel.465427.n5.n

Re: Issue with loading TypeConverter in Camel 2.8.2 on JBOSS 7.2

2012-01-18 Thread Babak Vahdat
So just add the following repository to your pom:   camel-extra-release   Camel Extra Maven repository of releases   http://svn.codespot.com/a/apache-extras.org/camel-extra/maven2/releases To make use of the jar artifacts at: http://svn.codespot.com/a/apache-extras.org/camel-extra/maven2/relea

Re: Issue with loading TypeConverter in Camel 2.8.2 on JBOSS 7.2

2012-01-18 Thread Babak Vahdat
Hi, The problem is that apparently ActiveMQ seems to make use of the package scan feature of Camel (inside META-INF/org/apache/camel/TypeConverter) instead of specifying the FQN [1]. So it seems to me you've got no other choice other than using JBossPackageScanClassResolver given by [2]. As an ex

Issue with loading TypeConverter in Camel 2.8.2 on JBOSS 7.2

2012-01-18 Thread lavanya
Hi, I am new to camel and Jboss, as the camel 2.8 has built in support for jboss, I directly deployed camel spring based web app. I am getting the below exception: Caused by: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter