[jira] Created: (ODE-276) Configurable timeout for MEX?

2008-04-28 Thread Alexey Ousov (JIRA)
Configurable timeout for MEX? - Key: ODE-276 URL: https://issues.apache.org/jira/browse/ODE-276 Project: ODE Issue Type: Improvement Components: BPEL Runtime Reporter: Alexey Ousov

RE: What's next for SCA & BPEL Integration

2008-04-28 Thread Ashwini Kumar Jeksani
Hi, Does Tuscany support SCA Extentions to WS-BPEL? If it doesn't then I guess we could look into that one as well. Thanks & Regards Ashwini Kumar Jeksani -Original Message- From: Luciano Resende [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2008 11:11 PM To: [EMAIL PROTECTED];

Re: Logging from BPEL script

2008-04-28 Thread Tammo van Lessen
Hi Mateusz, when you're on the trunk all you need is basically ready but yet undocumented. Starting points are org.apache.ode.bpel.runtime.extension.AbstractExtensionBundle and the *Operation classes in [1]. You could also have a look at [2] for an example. Your custom ExtensionBundle can

Logging from BPEL script

2008-04-28 Thread Nowakowski, Mateusz
Hi Is there any possibility to log some information from BPEL script? I think about some additional activity. Probably there isn't such activity but as I know there is possibility to implement and add own activity to BPEL. How can I add new activity to ODE? Is there any description how