We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Shutdown BPS server, if server running.
copy ode-java-extension-1.0-SNAPSHOT.jar from $cloned_location/ode-java-extension/target and copy it to $bps_home/repository/components/lib
open bps.xml located at $bps_home/repository/conf/
uncomment ExtensionBundles section, and java4bpel runtime class as follows.
<!-- BPEL Extensions --> <tns:ExtensionBundles> <tns:runtimes> <tns:runtime class="io.github.hasithaa.java4bpel.ExtensionBundle"/> </tns:runtimes> </tns:ExtensionBundles>
save bps.xml file & restart the BPS server.
There was an error while loading. Please reload this page.