So just add the following repository to your pom:

<repository>
  <id>camel-extra-release</id>
  <name>Camel Extra Maven repository of releases</name>
 
<url>http://svn.codespot.com/a/apache-extras.org/camel-extra/maven2/releases</url>
</repository>

To make use of the jar artifacts at:

http://svn.codespot.com/a/apache-extras.org/camel-extra/maven2/releases/org/apache-extras/camel-extra/camel-jboss6/

And be aware that the JBossPackageScanClassResolver there is built against
JBoss 6.x however you seem to need it for JBoss 7.2. So if this approach
doesn't work then you should generate the jar by yourself compiled for JBoss
7.2.:

http://svn.codespot.com/a/apache-extras.org/camel-extra/trunk/components/camel-jboss6/

I've already built and generated the jar a year ago for one of my projects
under JBoss 5.1. So believe me it's possible to generate that but *maybe*
you have to adjust the code [1] a bit.

[1]
http://svn.codespot.com/a/apache-extras.org/camel-extra/trunk/components/camel-jboss6/src/main/java/org/apachextras/camel/jboss/JBossPackageScanClassResolver.java

Good luck!

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-tp5155618p5155737.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to