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 example ActiveMQ (5.5.1) seems to have two converters in that package: - ActiveMQConverter - ActiveMQMessageConverter Do you mind to open a JIRA ticket on the ActiveMQ-JIRA to improve this? [1] http://camel.apache.org/camel-jboss.html [2] http://code.google.com/a/apache-extras.org/p/camel-extra/ Babak -- View this message in context: http://camel.465427.n5.nabble.com/Issue-with-loading-TypeConverter-in-Camel-2-8-2-on-JBOSS-7-2-tp5155618p5155683.html Sent from the Camel - Users mailing list archive at Nabble.com.