Re: Hibernate mappings

2008-04-29 Thread Stefan Jakoubi
We are glad to give the community something back (and hopeful something useful ;-) ). The Jira issue: https://issues.apache.org/jira/browse/ODE-277 We are soon approaching a test phase - thus, if something has to be updated, we will post it! Cheers, Simon Stefan Matthieu Riou-5 wrote:

Stateful Exchange Protocol/-Headers

2008-04-29 Thread Matthias Füller
Hello! I am looking for a method where several non-ODE services can talk to the same BPEL-instance without using correlation sets. So ODEs stateful exchange protocol looks like a good solution for my problem. If I unstand the stateful mechanism right, I can refer the instances over

Re: Stopping BPEL process

2008-04-29 Thread Alex Boisvert
On Tue, Apr 29, 2008 at 7:39 AM, Simone Maletta [EMAIL PROTECTED] wrote: Hi guys, there is a way to have one and only one instance of a BPEL process into a Servicemix bus? Not at the moment. I'm using ServiceMix 3.1.2 and ODE jbi 1.1 and I'm trying to orchestrates some BPEL processes

Re: Stopping BPEL process

2008-04-29 Thread Alex Boisvert
JMS correlation ids are not supported right now so you have to use BPEL correlations. alex On Tue, Apr 29, 2008 at 8:24 AM, Simone Maletta [EMAIL PROTECTED] wrote: Hi Alex, may I simply hang the correlation using the correlationId field into the JMS-message header?? Thank you, Simone

Re: Stopping BPEL process

2008-04-29 Thread Simone Maletta
Hi Alex, mediator is a Java class, then in witch way I may hang BPEL correlation? My class reads in-coming messages, stores it into an HashTable and recover them when it has to send a message. Are there problems in this manner? I'm sure I'll be at start point? Thank you, Simone

Re: Stopping BPEL process

2008-04-29 Thread Alex Boisvert
Without getting into the details, 1) Place a (unique) business identifier in your request message 2) Place the same identifier in your response message 3) Create a propertyAlias to retrieve this identifier from your message(s) 4) Add the necessary correlationSets into your BPEL process. alex

Re: Stopping BPEL process

2008-04-29 Thread Simone Maletta
Hi Alex, may I use the same identifire for more than a couple of message? In fact my class needs more than an interaction with the same BPEL pricess, in fact it stops after the second receipt. That's all right? Thank you, cheers Simone - Original Message - From: Alex Boisvert

Re: Stopping BPEL process

2008-04-29 Thread Alex Boisvert
On Tue, Apr 29, 2008 at 12:54 PM, Simone Maletta [EMAIL PROTECTED] wrote: Hi Alex, may I use the same identifire for more than a couple of message? Yes, but not for two different instances. alex

Re: R: Stopping BPEL process

2008-04-29 Thread Alex Boisvert
Hi Simone, It would help if you could narrow down your issue to something that's more specific, without enough context there's not much we can do beyond guesswork. alex On Tue, Apr 29, 2008 at 3:38 PM, [EMAIL PROTECTED] wrote: Hi Alex, I insert correlation in my processes but I'm at the

Re: A question about the examples of ODE?

2008-04-29 Thread youhaodeyi
Yes true. It did like this. Thanks. Jean-Claude Moissinac-2 wrote: I have not that example on my computer. It is possible to define very simple BPEL process which uses only BPEL variables assignment without calling external process. I think the HelloWorld2 example is build like this.