[jboss-user] [Beginners Corner] - Re: jBPM + WebServices + EJB 3.0

2008-09-05 Thread cdc08x
Hi Francesco (and who reads here)! I searched and read and searched again, after reading your very useful links, and my problem remained the same: WebService in EJB 3.0 must be deployed over StateLESS Session Beans, then there is no way to mantain the state of the current process running -

[jboss-user] [Beginners Corner] - Re: jBPM + WebServices + EJB 3.0

2008-09-05 Thread francis17101970
Hello, well as far as I know there's an API called JAX-WS that' about stateful Web Services https://jax-ws.dev.java.net/nonav/2.1/docs/statefulWebservice.html Anyway if you check the WS Stack http://jbws.dyndns.org/mediawiki/index.php?title=JBossWSGenerellStackComparison that's available only on

[jboss-user] [Beginners Corner] - Re: jBPM + WebServices + EJB 3.0

2008-09-04 Thread francis17101970
Well if I understand your requirements, you should encode your graph based application in XML. JBPM seems to fit perfectly. The Web service can expose your jbpm command service as a web service. Moreover jBPM supports natively the ESB so you can orchestrate Services simply using jBPM Nodes (see

[jboss-user] [Beginners Corner] - Re: jBPM + WebServices + EJB 3.0

2008-09-04 Thread cdc08x
Thank you very very VERY much Francesco! I'll carefully read your article, and the documentation. anonymous wrote : The webservice encoded using ejb 3.0 what do you mean ? using annotations @Webservice ? About using EJB 3, yes, I meant @WebService annotations over Session Beans, and so on.