[JBoss-user] [JBoss jBPM] - Re: BPEL and Java

2006-06-26 Thread [EMAIL PROTECTED]
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 pro

[JBoss-user] [JBoss jBPM] - Re: BPEL and Java

2006-06-27 Thread Skyman37
"[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

[JBoss-user] [JBoss jBPM] - Re: BPEL and Java

2006-06-28 Thread Skyman37
"[EMAIL PROTECTED]" wrote : | anonymous wrote : how my client can send data to BPEL process ? | By sending a message to one of the endpoints published by the process. | I don't understand what do you mean with this ? I have red the bpel specification, but what is an endpoint ? And how is

[JBoss-user] [JBoss jBPM] - Re: BPEL and Java

2006-06-29 Thread Skyman37
Hello, I tried to make my own process from the hello process of jbpm bpel. 1/ I can't deploy the process, what is wrong ? 2/ With this process definition, is it possible after to communicate and exchange data with my client application coded in Java ? 3/ Can I use different operations with dif

[JBoss-user] [JBoss jBPM] - Re: BPEL and Java

2006-06-29 Thread [EMAIL PROTECTED]
Hi, anonymous wrote : 1/ I can't deploy the process, what is wrong ? It's hard to tell without more details. What step of the deployment procedure failed? What is the error message? anonymous wrote : 2/ With this process definition, is it possible after to communicate and exchange data with my

[JBoss-user] [JBoss jBPM] - Re: BPEL and Java

2006-07-03 Thread Skyman37
Thank you very much for your help. :) I have another question, in my process, I use the partnerLink "Agent". But in fact, there will be many agents in my java program. Do I have operations to realize on the process ? How the process will know that it has to send (with a reply node) a data to th