Versions Compared

Key

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

...

  • Java Standard Edition 5.0
  • Ant - http://ant.apache.org
  • PXE - We support WS-BPEL via the PXE BPEL Engine from FiveSight.

    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. Before running this demo, use Java 1.5 to startup ServiceMix.

Running the BPEL Example

Before running the example, the following setup must be done: PXE has a JBI component and deployment unit which can be auto-deployed in any JBI compliant container, in this case ServiceMix. To use PXE with ServiceMix, the PXE deployment unit must be placed in the install directory and then the component will be auto-deployed in ServiceMix. The PXE deployment unit has already been put into the install directory for you - take a look at the servicemix_install_dir\examples\bpel\install directory to see the PXE jar file.

...