Versions Compared

Key

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

...

  • the child src/data/purchaseOrders directory for XML purchase orders
  • the child src/data/invoices directory for XML invoices

The MyActivities class defines the BAM activities; that is

...

The there is the spring configuration file in src/resources/META-INF/services/camel-context.xml which defines the JPA template and tells Camel to look in the org.apache.camel.example.bam package to find its routes.

...

So lets start with the activities definition in MyActivities

Wiki Markup
{snippet:id=demo|lang=java|url=activemq/camel/trunk/examples/camel-example-bam/src/main/java/org/apache/camel/example/bam/MyActivities.java}

...