From f9be2165328dc76f562938566057e89c0723fe08 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:09:40 +0000 Subject: Moving 2.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835137 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/asynchReference/HelloWorld.composite | 36 ++++++++++ .../asynchReference/META-INF/sca-contribution.xml | 23 ++++++ .../resources/asynchService/HelloWorld.composite | 38 ++++++++++ .../asynchService/META-INF/sca-contribution.xml | 23 ++++++ .../callbackReference/HelloWorld.composite | 36 ++++++++++ .../META-INF/sca-contribution.xml | 24 +++++++ .../resources/callbackService/HelloWorld.composite | 43 +++++++++++ .../callbackService/META-INF/sca-contribution.xml | 24 +++++++ .../promotionReference/HelloWorld.composite | 33 +++++++++ .../HelloWorldComponent.composite | 37 ++++++++++ .../META-INF/sca-contribution.xml | 23 ++++++ .../promotionService/HelloWorld.composite | 35 +++++++++ .../promotionService/HelloWorldComponent.composite | 37 ++++++++++ .../promotionService/META-INF/sca-contribution.xml | 23 ++++++ .../resources/simpleReference/HelloWorld.composite | 67 +++++++++++++++++ .../simpleReference/META-INF/sca-contribution.xml | 23 ++++++ .../resources/simpleService/HelloWorld.composite | 84 ++++++++++++++++++++++ .../simpleService/META-INF/sca-contribution.xml | 23 ++++++ 18 files changed, 632 insertions(+) create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchReference/HelloWorld.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchReference/META-INF/sca-contribution.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchService/HelloWorld.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchService/META-INF/sca-contribution.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackReference/HelloWorld.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackReference/META-INF/sca-contribution.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackService/HelloWorld.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackService/META-INF/sca-contribution.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/HelloWorld.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/HelloWorldComponent.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/META-INF/sca-contribution.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/HelloWorld.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/HelloWorldComponent.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/META-INF/sca-contribution.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleReference/HelloWorld.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleReference/META-INF/sca-contribution.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/HelloWorld.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/META-INF/sca-contribution.xml (limited to 'sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources') diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchReference/HelloWorld.composite b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchReference/HelloWorld.composite new file mode 100644 index 0000000000..385c456ddf --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchReference/HelloWorld.composite @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchReference/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchReference/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..00afc5b7f4 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchReference/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchService/HelloWorld.composite b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchService/HelloWorld.composite new file mode 100644 index 0000000000..bab26454ba --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchService/HelloWorld.composite @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchService/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchService/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..00afc5b7f4 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/asynchService/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackReference/HelloWorld.composite b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackReference/HelloWorld.composite new file mode 100644 index 0000000000..f02c77a01e --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackReference/HelloWorld.composite @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackReference/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackReference/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..d7685c6143 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackReference/META-INF/sca-contribution.xml @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackService/HelloWorld.composite b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackService/HelloWorld.composite new file mode 100644 index 0000000000..e0fae3c988 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackService/HelloWorld.composite @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackService/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackService/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..d7685c6143 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/callbackService/META-INF/sca-contribution.xml @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/HelloWorld.composite b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/HelloWorld.composite new file mode 100644 index 0000000000..dece7b0d63 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/HelloWorld.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/HelloWorldComponent.composite b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/HelloWorldComponent.composite new file mode 100644 index 0000000000..4579442a99 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/HelloWorldComponent.composite @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..00afc5b7f4 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionReference/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/HelloWorld.composite b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/HelloWorld.composite new file mode 100644 index 0000000000..00ac746111 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/HelloWorld.composite @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/HelloWorldComponent.composite b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/HelloWorldComponent.composite new file mode 100644 index 0000000000..944dd0b625 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/HelloWorldComponent.composite @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..00afc5b7f4 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/promotionService/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleReference/HelloWorld.composite b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleReference/HelloWorld.composite new file mode 100644 index 0000000000..87945b6692 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleReference/HelloWorld.composite @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleReference/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleReference/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..00afc5b7f4 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleReference/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/HelloWorld.composite b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/HelloWorld.composite new file mode 100644 index 0000000000..f94b6d3ba0 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/HelloWorld.composite @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..00afc5b7f4 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M4/modules/binding-sca-axis2-runtime/src/test/resources/simpleService/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file -- cgit v1.2.3