Skip to content

Register java4bpel extension bundle in WSO2 BPS

juanmanuelz edited this page Jul 23, 2014 · 2 revisions
  1. Shutdown BPS server, if server running.

  2. copy ode-java-extension-1.0-SNAPSHOT.jar from $cloned_location/ode-java-extension/target and copy it to $bps_home/repository/components/lib

  3. open bps.xml located at $bps_home/repository/conf/

  4. 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>
    
  5. save bps.xml file & restart the BPS server.

Clone this wiki locally