Versions Compared

Key

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

...

Code Block
xml
xml
   <bean id="jbossResolver" class="org.apacheapachextra.camel.jboss.JBossPackageScanClassResolver"/>

  <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
    <route>
      <from uri="seda:start"/>
      <to uri="mock:result"/>
    </route>
  </camelContext>

The Camel Extra project was moved to an official associated Apache site and as part of the migration the package names in the source code must not use org.apache so we renamed the packages as shown above. But if you are using the older versions of the JAR files then you need to use as shown below:

Code Block
xml
xml

   <bean id="jbossResolver" class="org.apache.camel.jboss.JBossPackageScanClassResolver"/>

Dependencies

You need to get the component from the Camel Extra project as JBoss uses LPGL license which cannot be hosted at Apache.