From c6886a1838049552fdb88f0247c930b304cfd0db Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 1 Jun 2009 21:50:30 +0000 Subject: Add a spring version of the payment component which has no SCA annotations and uses and internal composition with a local bean to represent the payment and email-gateway wiring. Doesn't quite work yet in the full app as the contribution processing is not picking up the spring context for some reason. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780847 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/travelsample/launchers/fullapp-launcher/pom.xml | 14 ++++++++++++++ .../src/main/java/scatours/LaunchFullAppNode.java | 1 + 2 files changed, 15 insertions(+) (limited to 'sandbox/travelsample/launchers') diff --git a/sandbox/travelsample/launchers/fullapp-launcher/pom.xml b/sandbox/travelsample/launchers/fullapp-launcher/pom.xml index b2104f6291..1f259a9d68 100644 --- a/sandbox/travelsample/launchers/fullapp-launcher/pom.xml +++ b/sandbox/travelsample/launchers/fullapp-launcher/pom.xml @@ -130,6 +130,20 @@ tuscany-implementation-bpel-ode 1.5 runtime + + + + org.apache.tuscany.sca + tuscany-implementation-spring + 1.5 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-spring-runtime + 1.5 + runtime diff --git a/sandbox/travelsample/launchers/fullapp-launcher/src/main/java/scatours/LaunchFullAppNode.java b/sandbox/travelsample/launchers/fullapp-launcher/src/main/java/scatours/LaunchFullAppNode.java index 054061a14b..4ef76d1807 100644 --- a/sandbox/travelsample/launchers/fullapp-launcher/src/main/java/scatours/LaunchFullAppNode.java +++ b/sandbox/travelsample/launchers/fullapp-launcher/src/main/java/scatours/LaunchFullAppNode.java @@ -44,6 +44,7 @@ public class LaunchFullAppNode { new SCAContribution("tripbooking", "../../contributions/tripbooking-contribution/target/classes"), new SCAContribution("travelcatalog", "../../contributions/travelcatalog-contribution/target/classes"), new SCAContribution("payment", "../../contributions/payment-java-contribution/target/classes"), + //new SCAContribution("payment", "../../contributions/payment-spring-contribution/target/classes"), new SCAContribution("creditcard", "../../contributions/creditcard-payment-jaxb-contribution/target/classes"), new SCAContribution("shoppingcart", "../../contributions/shoppingcart-contribution/target/classes"), new SCAContribution("scatours", "../../contributions/scatours-contribution/target/classes"), -- cgit v1.2.3