From 59412d176cd4e7950cb48e48580a6de6fb8fec70 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 9 Feb 2012 17:46:50 +0000 Subject: TUSCANY-4011 - stop the SCDL callback binding configuration from being overwritten. The JMS binding strangely relied on this so required some surgery. I've also simplified CallbackServiceReference and added a CALLBACK message header and CallbackHandler object to make is simpler to pass the callback address down the message chain. The existing approach of creating a CallbackEndpoint model is still supported at the moment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1242412 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/META-INF/definitions.xml | 36 ++++++++++++++++++++++ .../src/main/resources/helloworld.composite | 5 +-- 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/src/main/resources/META-INF/definitions.xml (limited to 'sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/src/main/resources') diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/src/main/resources/META-INF/definitions.xml b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/src/main/resources/META-INF/definitions.xml new file mode 100644 index 0000000000..cce5bbe403 --- /dev/null +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/src/main/resources/META-INF/definitions.xml @@ -0,0 +1,36 @@ + + + + + + + + myname + mypassword + + + + + \ No newline at end of file diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/src/main/resources/helloworld.composite index 31414beb47..fc64de7b8a 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/src/main/resources/helloworld.composite +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/src/main/resources/helloworld.composite @@ -19,6 +19,7 @@ --> @@ -33,7 +34,7 @@ - + @@ -43,7 +44,7 @@ - + -- cgit v1.2.3