| Author |
How to configure Apache ODE & Jar & ExtensionAcitivy of WS-BPEL Extensions
|
Alan Hsu
Greenhorn
Joined: Mar 08, 2013
Posts: 1
|
|
Hi Guys
I am working on a BPEL process using Apache ODE and ExtensionActivity of WS-BPEL Extensions.
So there are a BPEL process ExtensionActivity.bpel and two java file
so ExtensionActivity.bpel
and B4PExtensionBundle.java
ExtensionOperation.java
I try to do Installation of extensions (WAR - Axis2 deployable)
Transform two java to a jar and copy the extension jar to /WEB-INF/lib.
Register the extension. Open /WEB-INF/conf/ode-axis2.properties and add the following lines:
ode-axis2.extension.bundles.runtime = org.wso2.bps.samples.extension.B4PExtensionBundle
Start/Restart Apache ODE
In fact , the BPEL process can be executed successfully but the jar seem not be invoked.
how can i do and debug?
Could you give me some suggestion?
Thanks.
Alan
|
 |
 |
|
|
subject: How to configure Apache ODE & Jar & ExtensionAcitivy of WS-BPEL Extensions
|
|
|