[jboss-user] [JBoss jBPM] - Re: Is jbpm-bpel compatible with jbpm applications?

vineeth.varghese do-not-reply at jboss.com
Mon Oct 9 05:26:06 EDT 2006


Hi Alex,

Thanks for your reply but I do have a few more queries :)

Alex - 3) Yes. BPEL processes expose a web service interface that you can invoke from a jPDL process with the standard JAX-RPC client APIs. Do not try to use the subprocess node, tough. BPEL processes should only be created by invoking a web service operation. 

I was thinking of creating custom node but this node should also be able to do the following :-
a) Don't advance the token or don't leave the node
b) Make the web service call to start the BPEL process.
c) expose a webservice call for the BPEL engine to call back after its process is over. This should restart the parent process. 
d) Should take care of the correlation between the 2 processes

Did I miss anything?

Alex - 4) It requires JMS and J2EE 1.4 web services. You could do this by deploying messaging and web services to tomcat on top of the microcontainer. And no, we haven't tried this before because JBoss AS already offers web services, JMS and much more.

But hey, if you want to try, we will gladly help you :-) 



Actually ya...why not.....let me try it out. I checked out the jboss download section but couldn't find a separate download for the webservices module. Do I need to build it from src?

Cheerio,
Vineeth

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976925#3976925

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976925



More information about the jboss-user mailing list