Download Latest Version bpelserviceengine_smx3.jar (5.6 MB)
Email in envelope

Get an email when there's a new version of Web 2.0 Platform

Home / BPEL SE
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2011-01-30 1.3 kB
bpelserviceengine_smx3.jar 2011-01-30 5.6 MB
Totals: 2 Items   5.6 MB 0
This folder contains OpenESB BPEL SE component binary (based on build 100203) modified to work in Servicemix 3.3

Installing the component to Servicemix:
=======================================
1.) Download the wsdlextlib.jar shared library from
    http://download.java.net/jbi/binaries/open-jbi-components/main/nightly/Build100203/ojc/
2.) Copy downloaded JAR to $SERVICEMIX_HOME/hotdeploy
3.) Copy the bpelserviceengine_smx3.jar to $SERVICEMIX_HOME/hotdeploy


List of modifications in bpelserviceengine_smx3.jar:
====================================================

* qos.jar:

  - com.sun.jbi.commoin.qos.descriptor.DeploymentLookup: changed MBean query string from
	new ObjectName("*:ControlType=DeploymentService,ServiceName=DeploymentService,*")
    to
	new ObjectName("*:Type=SystemService,Name=DeploymentService,*")

* bpeljbiadapter.jar:

  - com.sun.jbi.engine.bpel.XMLResourceProviderImpl: forced Saxon parser by modifying
	TransformerFactory.newInstance()
    to
	TransformerFactory.newInstance("net.sf.saxon.TransformerFactoryImpl", null)

  - com.sun.jbi.engine.bpel.EngineChannel: added copying NM properties to fault JBI messages

* saxon.jar and saxon-dom.jar libraries added to /lib and to to component-class-path in META-INF/jbi.xml
Source: readme.txt, updated 2011-01-30