views:

180

answers:

1

Hello, everyone!

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.

+1  A: 

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.

Michael Wiles
Thanks! Netbeans has really a great BPEL editor.
java.is.for.desktop
Sadly, **it didn't work**, because Netbeans+OpenESB need **BPEL-2.0** standard, while the current version of Enterprise Architect supports only **BPEL-1.1**.
java.is.for.desktop