How to run Examples in Opensource ESB in actions


1. Download Mule RC3 and ServiceMix 3.2.1 to the esb directory

2. Download the following tools to the tools directory

ActiveMQ 4.1.1 - http://activemq.apache.org/activemq-411-release.html
Open EJB 3.0 - beta 2 - http://openejb.apache.org/download.html (standalone server)
eXist 1.2 - http://exist-db.org/download.html

3. Create the following user variables in the Mule workspace with a reference to the jars in the tools and libraries directories

ACTIVEMQ (tools/activemq-4.1.1/apache-activemq-4.1.1.jar)
JIBX (libraries/jibx/lib/*.jar)
MULE (esb/mule-2.0.0-RC3/lib/mule/*.jar and esb/mule-2.0.0-RC3/lib/opt/*.jar )
OPENEJB (tools/openejb-3.0-beta-1/lib/openejb-core-3.0-beta-1.jar and geronimo-ejb_3.0_spec-1.0.jar)
WSS4J (libraries/xfire-1.2.6/lib/wss4j-1.5.1.jar)
XFIRE (libraries/xfire-1.2.6/xfire-all-1.2.6.jar)

4. Create the following user variables in the ServiceMix workspace with a reference to the jars in the tools and libraries directories

CAMEL (libraries/servicemix-camel-3.2.1/lib/*.jar)
OPENEJB (tools/openejb-3.0-beta-1/lib/geronimo-ejb_3.0_spec-1.0.jar)
JIBX (libraries/jibx/lib/*.jar)
SERVICEMIX (esb/apache-servicemix-3.2.1/lib/*.jar)
SERVICEMIX-BEANS (libraries/servicemix-bean-3.2.1/lib/*.jar)
SERVICEMIX-EIP (libraries/servicemix-eip-3.2.1/lib/*.jar)
SPRING-HIBERNATE (libraries/spring-hibernate-2.0.6/lib/spring-hibernate3-2.0.6.jar and hibernate-3.2.2.ga.jar)
XMLDB (tools/eXist/lib/core/xmldb.jar)



quote from :
http://www.manning-sandbox.com/message.jspa?messageID=70151

你可能感兴趣的:(apache,spring,Hibernate,activemq,OpenSource)