From 84ef34efa534032fbf89a7c1b30258a73c69a71b Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 5 Feb 2009 18:27:01 +0000 Subject: TUSCANY-2799 - don't return responses inside arrays. Generally reorg the code so that the message processors only worry about getting data in and out of JMS message while the interceptors worry about whether the data should be wrapped as an array. In this way the forward path can do array wrapping in order to keep databinding happy while the response path can omit array wrapping git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741219 13f79535-47bb-0310-9956-ffa450edef68 --- branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml | 6 ++++++ branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml | 6 ++++++ branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml | 6 ++++++ 3 files changed, 18 insertions(+) (limited to 'branches/sca-java-1.x/samples') diff --git a/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml index 489f884057..94e59ec996 100644 --- a/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml +++ b/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml @@ -56,6 +56,12 @@ runtime + + org.apache.tuscany.sca + tuscany-host-jms-asf + 1.5-SNAPSHOT + + org.apache.tuscany.sca sample-helloworld-service-jms diff --git a/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml index 57d10f253b..4737bbd14a 100644 --- a/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml +++ b/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml @@ -55,6 +55,12 @@ tuscany-binding-jms-runtime 1.5-SNAPSHOT runtime + + + + org.apache.tuscany.sca + tuscany-host-jms-asf + 1.5-SNAPSHOT diff --git a/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml b/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml index 731af0e837..dd660b0787 100644 --- a/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml +++ b/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml @@ -125,6 +125,12 @@ 1.5-SNAPSHOT runtime + + + org.apache.tuscany.sca + tuscany-host-jms-asf + 1.5-SNAPSHOT + org.apache.tuscany.sca -- cgit v1.2.3