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