Versions Compared

Key

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

...

  • an example of declarative programming
  • how to interact with the file system
  • how to use a WorkManager thread pool
  • perform BPEL integration with ServiceMix

The XML code for the BPEL example is located in the ServiceMix installation directory under the examples\file-bindingbpel directory in the servicemix.xml file. It is recommended that you refer to the servicemix.xml file while reading this document.

The BPEL XML file, servicemix.xml, contains two components and a supporting bean. One component waits for a file to be deposited into the the inbox directory, retrieves it, creates a normalized message that contains the file, then sends the message to the Normalized Message Router (NMR). The NMR routes the file to another component, which deposits it into an outbox directory.

Prerequisites to Run the BPEL Example

This example uses PXE integration to demonstrate the use of BPEL with ServiceMix.

Prerequisites to Run the BPEL Example

Warning
titleWarning

Note that ServiceMix works on any Java SE 1.4 or later environment; however to use PXE you need to use a Java SE 5 or later platform. So before trying to run this demo, use Java 1.5 to startup ServiceMix

...