"[EMAIL PROTECTED]" wrote : anonymous wrote : I would like to create a process 
in BPEL (to work with jbpm)
  | Go for it!
  | anonymous wrote : A client application coded in Java creates a new instance 
of the process. Then, the state node of the process wait that the client send a 
data (receive node).
  | This is not the way a BPEL process is supposed to work. Initial activities 
in your process must be capable of taking an inbound message (i.e. be either 
receive or pick).  Upon message arrival, the engine creates a new instance of 
the process.
  | 
  | But remember, Processes in WS-BPEL export and import functionality by using 
Web Service interfaces exclusively. This is stated in the abstract of the BPEL 
specification.
  | anonymous wrote : how my client can send data to BPEL process ?
  | By sending a message to one of the endpoints published by the process. Use 
JAX-RPC, SAAJ or your favorite client side web service framework.
  | 
  | Your use case does not fit well in the BPEL model. The requirements you 
specify are more directly covered by our workflow/BPM language, jPDL. You might 
want to check it out. The user guide is available online.

Thanks for your response. 

In fact, I want to do like the "hello process" in the bpel tutorial of jbpm, 
where the process receive the name from a client (coded in Java for me).


You talk about the jPDL (with tasks node ?), unfortunately, I can't use the 
Jpdl (because I have to use BPEL) :(

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to