Versions Compared

Key

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

...

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

You need Ant installed.

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

Running the BPEL Example

First, run servicemix with a JNDI context configured so that PXE can be deployed.

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. Look in the install directory under the servicemix_install_dir\examples\bpel directory to see PXE jar file.

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

...