Question

I have downloaded the OpenESB-Netbeans bundle. It can be used to create and deploy (run) BPEL processes.

But what I need is to be able to deploy an externally-created BPEL process.

My external process comes from Enterprise Architect and consists just of two files .bpel and .wsdl.

EDIT:
Enterprise Architect sadly only creates BPEL 1.x files, which are not supported by Netbeans' BPEL editor.

Was it helpful?

Solution

You'll need to create a bpel module in netbeans into which you can put your bpel file and the wsdl. Once done make sure there are no errors.

Then create a composite application project to which you add your bpel module project. You can then deploy that.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top