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 then be registered in Ode's config file
(ode-{1}.properties) via the ode-{1}.extension.bundles key.
{1} expands to (axis2|jbi)
HTH,
Tammo
[1]http://svn.apache.org/viewvc/ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/extension/
[2]http://svn.apache.org/viewvc/ode/trunk/extensions/e4x/src/main/java/org/apache/ode/extension/e4x/
Nowakowski, Mateusz wrote:
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 to do
that?