summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-0.99/itest/old/spec-api/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-0.99/itest/old/spec-api/src/main/resources')
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/BasicService.composite30
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/CompositeTest.composite33
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/MathService.composite29
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myListService.composite33
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myServiceInComposite.composite50
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myServiceInRecursive.composite50
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleService.composite35
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleServiceInRecursive.composite45
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleServiceInRecursive2.composite44
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalService.composite34
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInComposite.composite45
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInCompositeForReferenceOverride.composite88
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInRecursive.composite64
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInRecursiveForReferenceOverride.composite56
-rw-r--r--branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myservice.composite52
15 files changed, 0 insertions, 688 deletions
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/BasicService.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/BasicService.composite
deleted file mode 100644
index d650c8ab42..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/BasicService.composite
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="BasicServiceComposite">
-
- <component name="BasicServiceComponent">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.BasicServiceImpl"/>
- <reference name="mathServiceReference" target="MathServiceComponent"/>
- </component>
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/CompositeTest.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/CompositeTest.composite
deleted file mode 100644
index 7a5f05b552..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/CompositeTest.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- targetNamespace = "http://foo"
- xmlns:foo="http://foo"
- name="CompositeTest">
-
- <include name="foo:myTotalService"></include>
- <include name="foo:myListService"></include>
- <include name="foo:mySimpleServiceInRecursive">foo:mySimpleServiceInRecursive</include>
- <include name="foo:myServiceInRecursive">foo:myServiceInRecursive</include>
- <include name="foo:mySimpleServiceInRecursive2">foo:mySimpleServiceInRecursive2</include>
- <include name="foo:myTotalServiceInRecursive">foo:myTotalServiceInRecursive</include>
- <include name="foo:myTotalServiceInRecursiveForReferenceOverride">foo:myTotalServiceInRecursiveForReferenceOverride</include>
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/MathService.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/MathService.composite
deleted file mode 100644
index 59f8fa6981..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/MathService.composite
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="MathServiceComposite">
-
- <component name="MathServiceComponent">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MathServiceImpl"/>
- </component>
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myListService.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myListService.composite
deleted file mode 100644
index 1f0cd97fb4..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myListService.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="myListService">
-
- <component name="MyNewListService">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyListServiceImpl"/>
- <reference name="myListServiceList" target="MyNCService/MyListService"/>
- <reference name="myListServiceArray" target="MyListServiceFor2006/MyListService"/>
- <property name="serviceYear">2007</property>
- </component>
-
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myServiceInComposite.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myServiceInComposite.composite
deleted file mode 100644
index 518cb295f9..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myServiceInComposite.composite
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="myServiceInComposite">
-
- <service name="MyService" promote="MyServiceComponent/MyService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </service>
-
-
- <service name="MyListService" promote="MyServiceComponent/MyListService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListService"/>
- </service>
-
-
- <service name="MyListServiceByYear" promote="MyServiceComponent/MyListServiceByYear">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListServiceByYear"/>
- </service>
-
-
- <service name="MyServiceByDate" promote="MyServiceComponent/MyServiceByDate">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyServiceByDate"/>
- </service>
-
- <component name="MyServiceComponent">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyServiceImpl"/>
- <property name="location">CARY</property>
- <property name="year">2007</property>
- </component>
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myServiceInRecursive.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myServiceInRecursive.composite
deleted file mode 100644
index f9f7615ec5..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myServiceInRecursive.composite
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="myServiceInRecursive">
-
- <service name="MyServiceInRecursiveMyService" promote="MyServiceInRecursive/MyService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </service>
-
-
- <service name="MyServiceInRecursiveMyListService" promote="MyServiceInRecursive/MyListService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListService"/>
- </service>
-
-
- <service name="MyServiceInRecursiveMyListServiceByYear" promote="MyServiceInRecursive/MyListServiceByYear">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListServiceByYear"/>
- </service>
-
-
- <service name="MyServiceInRecursiveMyServiceByDate" promote="MyServiceInRecursive/MyServiceByDate">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyServiceByDate"/>
- </service>
-
-
- <component name="MyServiceInRecursive">
- <implementation.composite name="foo:myServiceInComposite"/>
- </component>
-
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleService.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleService.composite
deleted file mode 100644
index b1ecaced45..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleService.composite
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="mySimpleService">
-
- <service name="MyService" promote="MyServiceComponent/MyService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </service>
-
- <component name="MyServiceComponent">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyServiceImpl"/>
- <property name="location">CARY</property>
- <property name="year">2007</property>
- </component>
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleServiceInRecursive.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleServiceInRecursive.composite
deleted file mode 100644
index 662d67612d..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleServiceInRecursive.composite
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="mySimpleServiceInRecursive">
-
- <service name="MySimpleService" promote="MySimpleServiceInRecursive/MyService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </service>
-
-
- <service name="MySimpleServiceNo" promote="MySimpleServiceInRecursive/MyService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </service>
-
- <service name="MySimpleServiceMay" promote="MySimpleServiceInRecursive/MyService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </service>
-
- <service name="MySimpleServiceMust" promote="MySimpleServiceInRecursive/MyService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </service>
-
- <component name="MySimpleServiceInRecursive">
- <implementation.composite name="foo:mySimpleService"/>
- </component>
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleServiceInRecursive2.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleServiceInRecursive2.composite
deleted file mode 100644
index e059c5b46f..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/mySimpleServiceInRecursive2.composite
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="mySimpleServiceInRecursive2">
-
- <service name="MySimpleService2Default" promote="MySimpleServiceInRecursiveComponent/MySimpleService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </service>
-
- <service name="MySimpleService2No" promote="MySimpleServiceInRecursiveComponent/MySimpleServiceNo">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </service>
-
- <service name="MySimpleService2May" promote="MySimpleServiceInRecursiveComponent/MySimpleServiceMay">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </service>
-
- <service name="MySimpleService2Must" promote="MySimpleServiceInRecursiveComponent/MySimpleServiceMust">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </service>
-
- <component name="MySimpleServiceInRecursiveComponent">
- <implementation.composite name="foo:mySimpleServiceInRecursive"/>
- </component>
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalService.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalService.composite
deleted file mode 100644
index f9076f6811..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalService.composite
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="myTotalService">
-
- <include name="foo:myservice">foo:myservice</include>
-
- <component name="MyTotalService">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyTotalServiceImpl"/>
- <reference name="myService" target="MyNCService/MyService"/>
- <reference name="myListService" target="MyNCService/MyListService"/>
- <reference name="myListServiceByYear" target="MyNCService/MyListServiceByYear"/>
- </component>
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInComposite.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInComposite.composite
deleted file mode 100644
index af41baf277..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInComposite.composite
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="myTotalServiceInComposite">
-
- <service name="MyTotalService" promote="MyTotalServiceComponent">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyTotalService"/>
- </service>
-
- <component name="MyTotalServiceComponent">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyTotalServiceImpl"/>
- </component>
-
- <reference name="MyServiceRef" promote="MyTotalServiceComponent/myService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </reference>
-
- <reference name="MyListServiceRef" promote="MyTotalServiceComponent/myListService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListService"/>
- </reference>
-
- <reference name="MyListServiceByYearRef" promote="MyTotalServiceComponent/myListServiceByYear">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListServiceByYear"/>
- </reference>
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInCompositeForReferenceOverride.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInCompositeForReferenceOverride.composite
deleted file mode 100644
index e802b469d0..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInCompositeForReferenceOverride.composite
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="myTotalServiceInCompositeForReferenceOverride">
-
- <service name="MyTotalServiceNo" promote="MyTotalServiceComponentNo">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyTotalService"/>
- </service>
-
- <component name="MyTotalServiceComponentNo">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyTotalServiceImpl"/>
- <reference name="myService"/>
- <reference name="myListService"/>
- <reference name="myListServiceByYear"/>
- </component>
-
- <reference name="MyServiceRefNo" promote="MyTotalServiceComponentNo/myService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </reference>
-
- <reference name="MyListServiceRefNo" promote="MyTotalServiceComponentNo/myListService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListService"/>
- </reference>
-
- <reference name="MyListServiceByYearRefNo" promote="MyTotalServiceComponentNo/myListServiceByYear">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListServiceByYear"/>
- </reference>
-
- <service name="MyTotalServiceMay" promote="MyTotalServiceComponentMay">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyTotalService"/>
- </service>
-
- <component name="MyTotalServiceComponentMay">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyTotalServiceImpl"/>
- </component>
-
- <reference name="MyServiceRefMay" promote="MyTotalServiceComponentMay/myService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </reference>
-
- <reference name="MyListServiceRefMay" promote="MyTotalServiceComponentMay/myListService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListService"/>
- </reference>
-
- <reference name="MyListServiceByYearRefMay" promote="MyTotalServiceComponentMay/myListServiceByYear">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListServiceByYear"/>
- </reference>
-
- <service name="MyTotalServiceMust" promote="MyTotalServiceComponentMust">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyTotalService"/>
- </service>
-
- <component name="MyTotalServiceComponentMust">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyTotalServiceImpl"/>
- </component>
-
- <reference name="MyServiceRefMust" promote="MyTotalServiceComponentMust/myService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyService"/>
- </reference>
-
- <reference name="MyListServiceRefMust" promote="MyTotalServiceComponentMust/myListService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListService"/>
- </reference>
-
- <reference name="MyListServiceByYearRefMust" promote="MyTotalServiceComponentMust/myListServiceByYear">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyListServiceByYear"/>
- </reference>
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInRecursive.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInRecursive.composite
deleted file mode 100644
index a69c4cedd4..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInRecursive.composite
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="myTotalServiceInRecursive">
-
- <component name="MyServiceInComposite">
- <implementation.composite name="foo:myServiceInComposite"/>
- </component>
-
- <component name="MyTotalServiceFromRecursive">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyTotalServiceImpl"/>
- <reference name="myService" target="MyServiceInComposite/MyService"/>
- <reference name="myListService" target="MyServiceInComposite/MyListService"/>
- <reference name="myListServiceByYear" target="MyServiceInComposite/MyListServiceByYear"/>
- </component>
-
- <service name="MyTotalServiceInCompositeWithRecursiveUseService" promote="MyTotalServiceInCompositeWithRecursive">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyTotalService"/>
- </service>
-
- <service name="MyTotalServiceInCompositeWithComponentServiceUseService" promote="MyTotalServiceInCompositeWithComponentService">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyTotalService"/>
- </service>
-
- <component name="MyTotalServiceInCompositeWithRecursive">
- <implementation.composite name="foo:myTotalServiceInComposite"/>
- <reference name="MyServiceRef" target="MyServiceInComposite/MyService"/>
- <reference name="MyListServiceRef" target="MyServiceInComposite/MyListService"/>
- <reference name="MyListServiceByYearRef" target="MyServiceInComposite/MyListServiceByYear"/>
- </component>
-
- <component name="MyTotalServiceInCompositeWithComponentService">
- <implementation.composite name="foo:myTotalServiceInComposite"/>
- <reference name="MyServiceRef" target="MyServiceInComponent/MyService"/>
- <reference name="MyListServiceRef" target="MyServiceInComponent/MyListService"/>
- <reference name="MyListServiceByYearRef" target="MyServiceInComponent/MyListServiceByYear"/>
- </component>
-
- <component name="myTotalServiceInRecursive_MyServiceInComponent">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyServiceImpl"/>
- <property name="location">CARY</property>
- <property name="year">2007</property>
- </component>
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInRecursiveForReferenceOverride.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInRecursiveForReferenceOverride.composite
deleted file mode 100644
index 26033aad9f..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myTotalServiceInRecursiveForReferenceOverride.composite
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="myTotalServiceInRecursiveForReferenceOverride">
-
- <service name="MyTotalServiceNo" promote="MyTotalServiceForReferenceComponent/MyTotalServiceNo">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyTotalService"/>
- </service>
-
- <service name="MyTotalServiceMay" promote="MyTotalServiceForReferenceComponent/MyTotalServiceMay">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyTotalService"/>
- </service>
-
- <service name="MyTotalServiceMust" promote="MyTotalServiceForReferenceComponent/MyTotalServiceMust">
- <interface.java interface="org.apache.tuscany.sca.test.spec.MyTotalService"/>
- </service>
-
- <component name="MyTotalServiceForReferenceComponent">
- <implementation.composite name="foo:myTotalServiceInCompositeForReferenceOverride"/>
- <reference name="MyServiceRefNo" target="MyServiceInComponent/MyService"/>
- <reference name="MyListServiceRefNo" target="MyServiceInComponent/MyListService"/>
- <reference name="MyListServiceByYearRefNo" target="MyServiceInComponent/MyListServiceByYear"/>
- <reference name="MyServiceRefMay" target="MyServiceInComponent/MyService"/>
- <reference name="MyListServiceRefMay" target="MyServiceInComponent/MyListService"/>
- <reference name="MyListServiceByYearRefMay" target="MyServiceInComponent/MyListServiceByYear"/>
- <reference name="MyServiceRefMust" target="MyServiceInComponent/MyService"/>
- <reference name="MyListServiceRefMust" target="MyServiceInComponent/MyListService"/>
- <reference name="MyListServiceByYearRefMust" target="MyServiceInComponent/MyListServiceByYear"/>
- </component>
-
- <component name="myTotalServiceInRecursiveForReferenceOverride_MyServiceInComponent">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyServiceImpl"/>
- <property name="location">CARY</property>
- <property name="year">2007</property>
- </component>
-
-</composite>
diff --git a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myservice.composite b/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myservice.composite
deleted file mode 100644
index 4b5972bcc1..0000000000
--- a/branches/sca-java-0.99/itest/old/spec-api/src/main/resources/myservice.composite
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:foo="http://foo"
- targetNamespace="http://foo"
- name="myservice">
-
- <component name="MyService">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyServiceImpl"/>
- </component>
-
- <component name="MyNCService">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyServiceImpl"/>
- <property name="location">NC</property>
- <property name="year">2007</property>
- </component>
-
- <component name="MyServiceByDate">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyServiceImpl"/>
- </component>
-
- <component name="MyListService">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyServiceImpl"/>
- </component>
-
- <component name="MyListServiceFor2006">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyServiceImpl"/>
- <property name="year">2006</property>
- </component>
-
- <component name="MyListServiceByYear">
- <implementation.java class="org.apache.tuscany.sca.test.spec.impl.MyServiceImpl"/>
- </component>
-
-</composite>