Versions Compared

Key

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

...

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.

Running the BPEL Example

We support WS-BPEL via the PXE BPEL Engine from FiveSight.

PXE has a JBI component and deployment unit which, thanks to JBI, can just auto-deploy in any JBI compliant container. So the easiest way to use PXE right now with ServiceMix is to just drop the PXE deployment unit into the install directory in the binary ServiceMix distribution and the component will be auto-deployed in ServiceMix.

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.

To try out the example of using BPEL with ServiceMix you should Download a binary distro and try the BPEL Example from the Examples

From a command shell, go to the BPEL example directory:

...