From cd56dabae8c2297c3f71c1dfa5ef406e60c6c406 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 10 Feb 2010 09:56:55 +0000 Subject: Add scatours-launcher-payment-bpel to the travel sample distribution (TUSCANY-3460) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908421 13f79535-47bb-0310-9956-ffa450edef68 --- .../tutorials/travelsample/distribution/pom.xml | 5 ++ .../src/main/components/bin-modules.xml | 8 +++ .../launchers/notification-ejb/pom.xml | 9 +-- .../travelsample/launchers/payment-bpel/pom.xml | 17 +++++ .../travelsample/services/smsgateway-ejb/pom.xml | 61 +++------------- .../travelsample/util/openejb-runtime/pom.xml | 84 ++++++++++++++++++++++ .../trunk/tutorials/travelsample/util/pom.xml | 1 + 7 files changed, 129 insertions(+), 56 deletions(-) create mode 100644 sca-java-1.x/trunk/tutorials/travelsample/util/openejb-runtime/pom.xml (limited to 'sca-java-1.x/trunk/tutorials/travelsample') diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/pom.xml index d38dd4090f..bb23dc6558 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/distribution/pom.xml @@ -434,6 +434,11 @@ scatours-launcher-notification-ws ${pom.version} + + org.apache.tuscany.sca + scatours-launcher-payment-bpel + ${pom.version} + org.apache.tuscany.sca scatours-launcher-payment-groovy diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml index b08d7beab4..9d4e00c2da 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml @@ -27,6 +27,14 @@ + + ../util/openejb-runtime/target + util + + scatours-util-openejb-runtime.jar + + + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml index 06cd88f2fd..84ec159a3f 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml @@ -72,9 +72,10 @@ - org.apache.openejb - openejb-ejbd - 3.1.1 + org.apache.tuscany.sca + scatours-util-openejb-runtime + ${pom.version} + provided @@ -95,7 +96,7 @@ - ../util/scatours-util-launcher-common.jar + ../util/scatours-util-launcher-common.jar ../util/scatours-util-openejb-runtime.jar true diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml index 303003ae7a..272e19f56c 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml @@ -63,6 +63,23 @@ ${tuscany.version} runtime + + + + commons-logging + commons-logging + 1.1.1 + + + javax.servlet + servlet-api + + + avalon-framework + avalon-framework + + + org.apache.tuscany.sca diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml index cfdc22fae8..fe4788bcde 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml @@ -29,53 +29,11 @@ Apache Tuscany SCA Tours SMS Gateway EJB Service - - org.apache.openejb - javaee-api - 5.0-2 - - - - log4j - log4j - 1.2.13 - runtime - - - - wsdl4j - wsdl4j - 1.6.2 - - - - commons-logging - commons-logging - 1.1.1 - - - javax.servlet - servlet-api - - - avalon-framework - avalon-framework - - - - - - org.apache.openejb - openejb-core - 3.1.1 - runtime - - - org.apache.openejb - openejb-ejbd - 3.1.1 - runtime + org.apache.tuscany.sca + scatours-util-openejb-runtime + ${pom.version} + provided @@ -88,14 +46,13 @@ 2.2 - - true - ../lib/ - com.tuscanyscatours.smsgateway.SMSGatewayEJBServiceBootstrap - + + ../util/scatours-util-openejb-runtime.jar + com.tuscanyscatours.smsgateway.SMSGatewayEJBServiceBootstrap + - \ No newline at end of file + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/util/openejb-runtime/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/util/openejb-runtime/pom.xml new file mode 100644 index 0000000000..d8ce5913df --- /dev/null +++ b/sca-java-1.x/trunk/tutorials/travelsample/util/openejb-runtime/pom.xml @@ -0,0 +1,84 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + scatours + 1.0-SNAPSHOT + ../../pom.xml + 1.0-SNAPSHOT + scatours-util-openejb-runtime + Apache Tuscany SCA Tours OpenEJB Runtime Dependencies + + + + org.apache.openejb + openejb-ejbd + ${env.OPENEJB_VERSION} + runtime + + + + + + windows + + + windows + + + + / + + + + unix + + + unix + + + + + + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + true + ${manifest.classpath.prefix}${env.OPENEJB_HOME}/lib/ + + + + + + + + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/util/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/util/pom.xml index 265803644c..60d2a08ba9 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/util/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/util/pom.xml @@ -38,6 +38,7 @@ launcher-common + openejb-runtime -- cgit v1.2.3