Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The camel-jboss is a component which allows you to run Camel inside JBoss Application Server. This component is needed due JBoss classloading challenges.
The component is a specialized Camel Pluggable Class Resolvers to remedy this.

Info
titleJBoss version

If you are using JBoss 5.x then you need to use camel-jboss JAR. If you are using JBoss 6.x then you need to use camel-jboss6 JAR.

The resolver is provided in the class org.apache.camel.jboss.JBossPackageScanClassResolver in the camel-jboss jar file.

...