Versions Compared

Key

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

...

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

Info
titleCamel 2.8 onwards

From Camel 2.8 onwards there is no longer the need for using this camel-jboss component as Camel is now capable of loading type converters without package scanning. This requires though that all 3rd party components with type converter must define the name of the converter classes as FQN in the META-INF/org/apache/camel/TypeConverter file. See more details at Type Converter.

Using with Java DSL

You need to configure the resolver on the CamelContext which is done like this:

...