Here is some news to cheer up!!!
With some fixes that went in recently, bpelengine rocks in WebSphere.
Get some action!
1.Download required JBI Components
sun-bpel-engine
sun-file-binding
sun-sharedutil-library
sun-encoder-library
To learn more about these components, visit
open-jbi-components
2.Get the Composite Application
Download the
sample that Keith created to demo OpenESB in Java SE.
For more info about OpenESB in Java SE read
Keith's blog
3. See them all work together
Install the components, deploy the composite application and start it.
Please refer to command listing below.
Create /temp/input.txt and see the contents get processed and appear in
output.txt.
Yep! Very easy! Enjoy!!
Commands:
ant -f jbi_admin.xml -Djbi.port=2809 -Djbi.install.file=sharedutillib.jar install-shared-library
ant -f jbi_admin.xml -Djbi.port=2809 -Djbi.install.file=bpelserviceengine.jar install-component
ant -f jbi_admin.xml -Djbi.port=2809 -Djbi.component.name=sun-bpel-engine start-component
ant -f jbi_admin.xml -Djbi.port=2809 -Djbi.install.file=encoderlib.jar install-shared-library
ant -f jbi_admin.xml -Djbi.port=2809 -Djbi.install.file=filebc.jar install-component
ant -f jbi_admin.xml -Djbi.port=2809 -Djbi.component.name=sun-file-binding start-component
ant -f jbi_admin.xml -Djbi.port=2809 -Djbi.deploy.file=CompositeApp1.zip deploy-service-assembly
ant -f jbi_admin.xml -Djbi.port=2809 -Djbi.service.assembly.name=CompositeApp1 start-service-assembly
P.S: For classpath details please refer to the previous posting.