Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by JeanSebastienDelfino: http://wiki.apache.org/ws/Tuscany/J2SESetup ------------------------------------------------------------------------------ - = Set up classpath to run Tuscany applications in J2SE = + = Set up your classpath to run Tuscany applications in J2SE = - You need to add the following jars h the classpath: + To be able to run Tuscany applications in a J2SE environment, the Tuscany runtime JAR files and the JAR files they depend on must be added to your J2SE classpath. + Add the following JAR files to the classpath: - * <TuscanyHome>/spec/sca/target/sca-api-SNAPSHOT.jar - * <TuscanyHome>spec/sdo/target/sdo-api-SNAPSHOT.jar - * <TuscanyHome>sca/common/target/tuscany-common-SNAPSHOT.jar - * <TuscanyHome>sca/core/target/tuscany-core-SNAPSHOT.jar - * <TuscanyHome>sca/model/target/tuscany-model-SNAPSHOT.jar - * <TuscanyHome>sca/container.java/target/tuscany-container-java-SNAPSHOT.jar - * <TuscanyHome>sca/container.js/target/tuscany-container-js-SNAPSHOT.jar - * <TuscanyHome>sdo/impl/target/tuscany-sdo-impl-SNAPSHOT.jar - * <TuscanyHome>sca/binding.axis2/target/tuscany-binding-axis2-SNAPSHOT.jar (Required for Web services) - * <TuscanyHome>das/rdb/target/tuscany-das-rdb-SNAPSHOT.jar (Required for DAS) + {{{ + sca-api-SNAPSHOT.jar + sdo-api-SNAPSHOT.jar + tuscany-common-SNAPSHOT.jar + tuscany-core-SNAPSHOT.jar + tuscany-model-SNAPSHOT.jar + tuscany-container-java-SNAPSHOT.jar + tuscany-sdo-impl-SNAPSHOT.jar + axis-wsdl4j-1.2.jar + asm-2.2.jar + common-2.2.0-I200602160000.jar + ecore-2.2.0-I200602160000.jar + ecore-change-2.2.0-I200602160000.jar + ecore-xmi-2.2.0-I200602160000.jar + xsd-2.2.0-I200602160000.jar + }}} - For integration with Axis2, you also need to add all the required jars from the Axis2 distribution. + The EMF JAR files are required by the SDO runtime. + If you're planning to use SCA Web Service bindings from your Tuscany application, add the following JAR files to your classpath: + + {{{ + tuscany-binding-axis2-SNAPSHOT.jar + axis2-core-0.94.jar + commons-codec-1.3.jar + commons-httpclient-3.0.jar + commons-logging-1.0.4.jar + log4j-1.2.12.jar + stax-api-1.0.jar + ws-policy-SNAPSHOT.jar + wstx-asl-2.8.2.jar + }}} +
