From 4188f3b99254b0a01c6d0fb04ebc94d55f2e95c4 Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 26 Jun 2009 15:53:39 +0000 Subject: Tag 2.0 M3 release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788749 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/CalculatorService-context.xml | 39 ++++++++++++++ .../sca/SpringDelegationHelloWorld-context.xml | 39 ++++++++++++++ .../META-INF/sca/SpringHelloWorld-context.xml | 31 +++++++++++ .../context-access/CalculatorService-context.xml | 45 ++++++++++++++++ .../context-imports/CalculatorService-context.xml | 39 ++++++++++++++ .../sca/context-imports/SpringImport-context.xml | 29 ++++++++++ .../context-multiple/SpringHelloWorld-context.xml | 31 +++++++++++ .../context-multiple/StockQuoteService-context.xml | 36 +++++++++++++ .../sca/context-multiple/beanRefContext.xml | 35 ++++++++++++ .../CalculatorService-context.xml | 39 ++++++++++++++ .../sca/location-folder/META-INF/MANIFEST.MF | 3 ++ .../META-INF/spring/SpringSCAProperty-context.xml | 34 ++++++++++++ .../META-INF/sca/location-jar/spring-context.jar | Bin 0 -> 1454 bytes .../SpringExplicitReference-context.xml | 33 ++++++++++++ .../SpringImplicitReference-context.xml | 34 ++++++++++++ .../sca-services/SpringExplicitService-context.xml | 39 ++++++++++++++ .../sca-services/SpringImplicitService-context.xml | 31 +++++++++++ .../CalculatorService-context.xml | 41 ++++++++++++++ .../context/access/ContextAccess.composite | 49 +++++++++++++++++ .../context/imports/ContextImports.composite | 49 +++++++++++++++++ .../context/multiple/MultipleContext.composite | 35 ++++++++++++ .../implementation/policies/CalculatorJass.config | 3 ++ .../policies/CalculatorLogMessages.properties | 18 +++++++ .../policies/ImplementationPolicies.composite | 58 ++++++++++++++++++++ .../implementation/policies/definitions.xml | 40 ++++++++++++++ .../location/folder/SpringFolderLocation.composite | 39 ++++++++++++++ .../location/jar/SpringJarLocation.composite | 39 ++++++++++++++ .../spring/SpringDelegationHelloWorld.composite | 32 +++++++++++ .../sca/itest/spring/SpringHelloWorld.composite | 32 +++++++++++ .../references/SpringExplicitReference.composite | 32 +++++++++++ .../references/SpringImplicitReference.composite | 39 ++++++++++++++ .../sca/services/SpringExplicitService.composite | 33 ++++++++++++ .../sca/services/SpringImplicitService.composite | 32 +++++++++++ .../spring/annotations/Calculator.composite | 60 +++++++++++++++++++++ 34 files changed, 1168 insertions(+) create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/CalculatorService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/access/ContextAccess.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/imports/ContextImports.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorJass.config create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorLogMessages.properties create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/ImplementationPolicies.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/definitions.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/location/folder/SpringFolderLocation.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/location/jar/SpringJarLocation.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/references/SpringExplicitReference.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/references/SpringImplicitReference.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/services/SpringExplicitService.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/services/SpringImplicitService.composite create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/spring/annotations/Calculator.composite (limited to 'tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources') diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/CalculatorService-context.xml new file mode 100644 index 0000000000..7c84965629 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/CalculatorService-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml new file mode 100644 index 0000000000..910771b34d --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml new file mode 100644 index 0000000000..c20679241f --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml new file mode 100644 index 0000000000..87458b99a3 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml new file mode 100644 index 0000000000..7c84965629 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml new file mode 100644 index 0000000000..3faed92fd2 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml @@ -0,0 +1,29 @@ + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml new file mode 100644 index 0000000000..c20679241f --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml new file mode 100644 index 0000000000..74473073ea --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml new file mode 100644 index 0000000000..930b92f4be --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml @@ -0,0 +1,35 @@ + + + + + + + + META-INF/sca/context-multiple/StockQuoteService-context.xml + META-INF/sca/context-multiple/SpringHelloWorld-context.xml + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml new file mode 100644 index 0000000000..7c84965629 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..950dbeba4c --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Spring-Context: META-INF/spring/SpringSCAProperty-context.xml + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml new file mode 100644 index 0000000000..8613e6c82a --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar new file mode 100644 index 0000000000..504d59e5ff Binary files /dev/null and b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar differ diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml new file mode 100644 index 0000000000..d18d8312e3 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml new file mode 100644 index 0000000000..df4b9b28cf --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml @@ -0,0 +1,34 @@ + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml new file mode 100644 index 0000000000..194bc4bcc9 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml new file mode 100644 index 0000000000..1c63311367 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml new file mode 100644 index 0000000000..4110a9a7b7 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/access/ContextAccess.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/access/ContextAccess.composite new file mode 100644 index 0000000000..8863553419 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/access/ContextAccess.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/imports/ContextImports.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/imports/ContextImports.composite new file mode 100644 index 0000000000..2d6705ce56 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/imports/ContextImports.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite new file mode 100644 index 0000000000..15c0c39f51 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorJass.config b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorJass.config new file mode 100644 index 0000000000..0e7cb86633 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorJass.config @@ -0,0 +1,3 @@ +Calculator { + calculator.security.JaasLoginModule required debug=true; +}; diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorLogMessages.properties b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorLogMessages.properties new file mode 100644 index 0000000000..f62125eaa9 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorLogMessages.properties @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +CALLING_OPERATION=Inovoking operation {0} with arguments {1} +OPERATION_RETURNED=Returning from operation {0} with return value {1} \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/ImplementationPolicies.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/ImplementationPolicies.composite new file mode 100644 index 0000000000..28b62dfeb9 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/ImplementationPolicies.composite @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/definitions.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/definitions.xml new file mode 100644 index 0000000000..94e4997734 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/implementation/policies/definitions.xml @@ -0,0 +1,40 @@ + + + + + + + + Calculator + calculator.security.CalculatorCallbackHandler + + + + + + + FINER + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/location/folder/SpringFolderLocation.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/location/folder/SpringFolderLocation.composite new file mode 100644 index 0000000000..d33ae8ca4b --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/location/folder/SpringFolderLocation.composite @@ -0,0 +1,39 @@ + + + + + + + + + + + + + Hello + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/location/jar/SpringJarLocation.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/location/jar/SpringJarLocation.composite new file mode 100644 index 0000000000..e47b6526ff --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/location/jar/SpringJarLocation.composite @@ -0,0 +1,39 @@ + + + + + + + + + + + + + Hello + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite new file mode 100644 index 0000000000..9099abdbeb --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite new file mode 100644 index 0000000000..42c67ffa39 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/references/SpringExplicitReference.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/references/SpringExplicitReference.composite new file mode 100644 index 0000000000..4aa9b7a56d --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/references/SpringExplicitReference.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/references/SpringImplicitReference.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/references/SpringImplicitReference.composite new file mode 100644 index 0000000000..ae972f8647 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/references/SpringImplicitReference.composite @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/services/SpringExplicitService.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/services/SpringExplicitService.composite new file mode 100644 index 0000000000..b259b9d657 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/services/SpringExplicitService.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/services/SpringImplicitService.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/services/SpringImplicitService.composite new file mode 100644 index 0000000000..8ab04edc63 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/sca/services/SpringImplicitService.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/spring/annotations/Calculator.composite b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/spring/annotations/Calculator.composite new file mode 100644 index 0000000000..21f89e6a1c --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/spring/annotations/Calculator.composite @@ -0,0 +1,60 @@ + + + + + + + HelloWorld + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3