From 5b67e082ce57df77acc72cd36569a05c9a2fa347 Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 6 Jul 2009 07:23:44 +0000 Subject: Branch for 1.5.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791397 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/context/access/Calculator.composite | 49 +++++++++++++++++ .../context/access/CalculatorService-context.xml | 45 +++++++++++++++ .../resources/context/imports/Calculator.composite | 49 +++++++++++++++++ .../META-INF/spring/CalculatorService-context.xml | 39 +++++++++++++ .../META-INF/spring/SpringImport-context.xml | 29 ++++++++++ .../META-INF/spring/SpringHelloWorld-context.xml | 31 +++++++++++ .../META-INF/spring/StockQuoteService-context.xml | 33 +++++++++++ .../multiple/META-INF/spring/beanRefContext.xml | 35 ++++++++++++ .../context/multiple/StockQuote.composite | 35 ++++++++++++ .../implementation/policies/Calculator.composite | 61 +++++++++++++++++++++ .../implementation/policies/CalculatorJass.config | 3 + .../policies/CalculatorLogMessages.properties | 18 ++++++ .../META-INF/spring/CalculatorService-context.xml | 39 +++++++++++++ .../implementation/policies/definitions.xml | 40 ++++++++++++++ .../location/folder/SpringFolderLocation.composite | 39 +++++++++++++ .../location/folder/springapp/META-INF/MANIFEST.MF | 3 + .../META-INF/spring/SpringSCAProperty-context.xml | 38 +++++++++++++ .../location/jar/SpringJarLocation.composite | 39 +++++++++++++ .../main/resources/location/jar/spring-context.jar | Bin 0 -> 1471 bytes .../spring/SpringDelegationHelloWorld-context.xml | 37 +++++++++++++ .../META-INF/spring/SpringHelloWorld-context.xml | 31 +++++++++++ .../spring/SpringDelegationHelloWorld.composite | 32 +++++++++++ .../sca/itest/spring/SpringHelloWorld.composite | 32 +++++++++++ .../spring/SpringExplicitReference-context.xml | 33 +++++++++++ .../spring/SpringImplicitReference-context.xml | 34 ++++++++++++ .../references/SpringExplicitReference.composite | 32 +++++++++++ .../references/SpringImplicitReference.composite | 39 +++++++++++++ .../spring/SpringExplicitService-context.xml | 39 +++++++++++++ .../spring/SpringImplicitService-context.xml | 31 +++++++++++ .../sca/services/SpringExplicitService.composite | 33 +++++++++++ .../sca/services/SpringImplicitService.composite | 32 +++++++++++ .../spring/annotations/Calculator.composite | 60 ++++++++++++++++++++ .../META-INF/spring/CalculatorService-context.xml | 41 ++++++++++++++ 33 files changed, 1131 insertions(+) create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/context/access/Calculator.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/context/access/CalculatorService-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/Calculator.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/META-INF/spring/CalculatorService-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/META-INF/spring/SpringImport-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/SpringHelloWorld-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/StockQuoteService-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/beanRefContext.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/StockQuote.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/Calculator.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/CalculatorJass.config create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/CalculatorLogMessages.properties create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/META-INF/spring/CalculatorService-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/definitions.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/SpringFolderLocation.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/springapp/META-INF/MANIFEST.MF create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/springapp/META-INF/spring/SpringSCAProperty-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/location/jar/SpringJarLocation.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/location/jar/spring-context.jar create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/META-INF/spring/SpringDelegationHelloWorld-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/META-INF/spring/SpringHelloWorld-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/META-INF/spring/SpringExplicitReference-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/META-INF/spring/SpringImplicitReference-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/SpringExplicitReference.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/SpringImplicitReference.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/META-INF/spring/SpringExplicitService-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/META-INF/spring/SpringImplicitService-context.xml create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/SpringExplicitService.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/SpringImplicitService.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/spring/annotations/Calculator.composite create mode 100644 branches/sca-java-1.5.1/itest/spring/src/main/resources/spring/annotations/META-INF/spring/CalculatorService-context.xml (limited to 'branches/sca-java-1.5.1/itest/spring/src/main/resources') diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/access/Calculator.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/access/Calculator.composite new file mode 100644 index 0000000000..4704239620 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/access/Calculator.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/access/CalculatorService-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/access/CalculatorService-context.xml new file mode 100644 index 0000000000..87458b99a3 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/access/CalculatorService-context.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/Calculator.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/Calculator.composite new file mode 100644 index 0000000000..6662531971 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/Calculator.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/META-INF/spring/CalculatorService-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/META-INF/spring/CalculatorService-context.xml new file mode 100644 index 0000000000..7c84965629 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/META-INF/spring/CalculatorService-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/META-INF/spring/SpringImport-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/META-INF/spring/SpringImport-context.xml new file mode 100644 index 0000000000..3faed92fd2 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/imports/META-INF/spring/SpringImport-context.xml @@ -0,0 +1,29 @@ + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/SpringHelloWorld-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/SpringHelloWorld-context.xml new file mode 100644 index 0000000000..c20679241f --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/SpringHelloWorld-context.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/StockQuoteService-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/StockQuoteService-context.xml new file mode 100644 index 0000000000..0b8ee44e85 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/StockQuoteService-context.xml @@ -0,0 +1,33 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/beanRefContext.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/beanRefContext.xml new file mode 100644 index 0000000000..f547b179ef --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/META-INF/spring/beanRefContext.xml @@ -0,0 +1,35 @@ + + + + + + + + META-INF/spring/SpringHelloWorld-context.xml + META-INF/spring/StockQuoteService-context.xml + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/StockQuote.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/StockQuote.composite new file mode 100644 index 0000000000..eb40f30b3c --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/context/multiple/StockQuote.composite @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/Calculator.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/Calculator.composite new file mode 100644 index 0000000000..98cd9ec225 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/Calculator.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/CalculatorJass.config b/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/CalculatorJass.config new file mode 100644 index 0000000000..0e7cb86633 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/CalculatorJass.config @@ -0,0 +1,3 @@ +Calculator { + calculator.security.JaasLoginModule required debug=true; +}; diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/CalculatorLogMessages.properties b/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/CalculatorLogMessages.properties new file mode 100644 index 0000000000..f62125eaa9 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/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/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/META-INF/spring/CalculatorService-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/META-INF/spring/CalculatorService-context.xml new file mode 100644 index 0000000000..7c84965629 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/META-INF/spring/CalculatorService-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/definitions.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/implementation/policies/definitions.xml new file mode 100644 index 0000000000..992c1b92f5 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/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/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/SpringFolderLocation.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/SpringFolderLocation.composite new file mode 100644 index 0000000000..50d6456737 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/SpringFolderLocation.composite @@ -0,0 +1,39 @@ + + + + + + + + + + + + + Hello + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/springapp/META-INF/MANIFEST.MF b/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/springapp/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..950dbeba4c --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/springapp/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Spring-Context: META-INF/spring/SpringSCAProperty-context.xml + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/springapp/META-INF/spring/SpringSCAProperty-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/springapp/META-INF/spring/SpringSCAProperty-context.xml new file mode 100644 index 0000000000..d2f406294d --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/folder/springapp/META-INF/spring/SpringSCAProperty-context.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/jar/SpringJarLocation.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/jar/SpringJarLocation.composite new file mode 100644 index 0000000000..b0b191801d --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/jar/SpringJarLocation.composite @@ -0,0 +1,39 @@ + + + + + + + + + + + + + Hello + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/jar/spring-context.jar b/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/jar/spring-context.jar new file mode 100644 index 0000000000..d8ee59a610 Binary files /dev/null and b/branches/sca-java-1.5.1/itest/spring/src/main/resources/location/jar/spring-context.jar differ diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/META-INF/spring/SpringDelegationHelloWorld-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/META-INF/spring/SpringDelegationHelloWorld-context.xml new file mode 100644 index 0000000000..932ebb1361 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/META-INF/spring/SpringDelegationHelloWorld-context.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/META-INF/spring/SpringHelloWorld-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/META-INF/spring/SpringHelloWorld-context.xml new file mode 100644 index 0000000000..c20679241f --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/META-INF/spring/SpringHelloWorld-context.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite new file mode 100644 index 0000000000..bd050135da --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite new file mode 100644 index 0000000000..1047d2a210 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/META-INF/spring/SpringExplicitReference-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/META-INF/spring/SpringExplicitReference-context.xml new file mode 100644 index 0000000000..d18d8312e3 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/META-INF/spring/SpringExplicitReference-context.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/META-INF/spring/SpringImplicitReference-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/META-INF/spring/SpringImplicitReference-context.xml new file mode 100644 index 0000000000..df4b9b28cf --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/META-INF/spring/SpringImplicitReference-context.xml @@ -0,0 +1,34 @@ + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/SpringExplicitReference.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/SpringExplicitReference.composite new file mode 100644 index 0000000000..25adcc183e --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/SpringExplicitReference.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/SpringImplicitReference.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/SpringImplicitReference.composite new file mode 100644 index 0000000000..31429e5f63 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/references/SpringImplicitReference.composite @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/META-INF/spring/SpringExplicitService-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/META-INF/spring/SpringExplicitService-context.xml new file mode 100644 index 0000000000..194bc4bcc9 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/META-INF/spring/SpringExplicitService-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/META-INF/spring/SpringImplicitService-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/META-INF/spring/SpringImplicitService-context.xml new file mode 100644 index 0000000000..1c63311367 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/META-INF/spring/SpringImplicitService-context.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/SpringExplicitService.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/SpringExplicitService.composite new file mode 100644 index 0000000000..6958c28361 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/SpringExplicitService.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/SpringImplicitService.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/SpringImplicitService.composite new file mode 100644 index 0000000000..3969eef213 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/sca/services/SpringImplicitService.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/spring/annotations/Calculator.composite b/branches/sca-java-1.5.1/itest/spring/src/main/resources/spring/annotations/Calculator.composite new file mode 100644 index 0000000000..2c0de830ab --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/spring/annotations/Calculator.composite @@ -0,0 +1,60 @@ + + + + + + + HelloWorld + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/spring/src/main/resources/spring/annotations/META-INF/spring/CalculatorService-context.xml b/branches/sca-java-1.5.1/itest/spring/src/main/resources/spring/annotations/META-INF/spring/CalculatorService-context.xml new file mode 100644 index 0000000000..4110a9a7b7 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/spring/src/main/resources/spring/annotations/META-INF/spring/CalculatorService-context.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + -- cgit v1.2.3