Ode has a comprehensive process management API defined under org.apache.ode.bpel.pmapi. This API has been designed to be easily exposed through web-services, and in fact we do expose it with the Axis2 integration layer.
This work has not begun for JBI, but it would take the same approach. It's mostly a question of registering endpoints on the JBI bus and binding those to the PM API. There is also a schema under bpel-api/src/main/xsd/pmapi.xsd that can be used to describe the PM API data structures, so really all that is missing is binding the PM API implementation as JBI ServiceEndpoints. If you're interested in getting your feet wet with Ode, I think this is a very good starter project. Waddaya say? ;) alex On 11/14/06, solmaz <[EMAIL PROTECTED]> wrote:
I would like to have the implementation independent way of managing BPEL processes. Is it possible to deploy/start processes, get the list of all deployed processes and monitor BPEL process state through the JBI interface? I have not found that feature in PXE but probably I missed something. -- View this message in context: http://www.nabble.com/BPEL-process-management-via-JBI-tf2634178.html#a7352395 Sent from the Apache Ode Dev mailing list archive at Nabble.com.
