ข้ามไปที่เนื้อหาหลัก

บทความ

กำลังแสดงโพสต์ที่มีป้ายกำกับ BPEL

[ ServiceMix ] BPEL Tutorial

1. Download servicemix-example-3.zip from here or 2. Put ant-contrib.jar, bcel.jar, and jibx-*.jar in ESB/libraries/. 3. Download apache-ode-jbi-1.2.zip from here , unpack in ESB/, and copy apache-ode-jbi-1.2/ode-jbi-1.2.zip to apache-servicemix-3.3/hotdeploy/. 4. Make a new Eclipse project osesb-example3 Add external JARs: From /ESP/apache-servicemix-3.3/lib, add - log4j-1.2.13.jar - org.apache.servicemix.specs. jbi-api -1.0-1.1.0.jar - servicemix-core-3.3.jar - servicemix-utils-1.0.0.jar - geronimo-jms - activemq-core From libraries/, add 3 files, - bcel.jar and jibx-*.jar From /eclipse/plugins/org.junit4, add junit.jar. 5. Copy src/ and resources/ from the tutorial archive to the project workspace. 6. Use Eclipse to create a new source folder called src-test/ then copy src-test/ from the tutorial archive to the project workspace. 7. delete 'default="start"' in example3-build.xml 8. see ... ScubaDivingProcess.wsdl ScubaDivingProcess.bpel 9. Run the Ant target deplo...