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
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