summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite33
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite31
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite31
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite31
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite33
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml30
6 files changed, 189 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite
new file mode 100644
index 0000000000..179b469c69
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite
@@ -0,0 +1,33 @@
+<?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 local="true" name="cloud"
+ targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:ns1="http://www.osoa.org/xmlns/sca/1.0">
+ <include name="ns2:TripsNode"
+ uri="http://tuscany.apache.org/cloud"
+ xmlns:ns2="http://tuscany.apache.org/cloud"/>
+ <include name="ns2:ToursNode"
+ uri="http://tuscany.apache.org/cloud"
+ xmlns:ns2="http://tuscany.apache.org/cloud"/>
+ <include name="ns2:ClientNode"
+ uri="http://tuscany.apache.org/cloud"
+ xmlns:ns2="http://tuscany.apache.org/cloud"/>
+</composite>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite
new file mode 100644
index 0000000000..bf6503d8a5
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite
@@ -0,0 +1,31 @@
+<?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:t="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:c="http://client.scatours/"
+ targetNamespace="http://tuscany.apache.org/cloud"
+ name="ClientNode">
+ <component name="ClientNode">
+ <t:implementation.node uri="client" composite="c:Client" />
+ <service name="Node">
+ <binding.sca uri="http://localhost:8081" />
+ </service>
+ </component>
+</composite>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite
new file mode 100644
index 0000000000..a4575b2a49
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite
@@ -0,0 +1,31 @@
+<?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:t="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:c="http://tuscanyscatours.com/"
+ targetNamespace="http://tuscany.apache.org/cloud"
+ name="ToursNode">
+ <component name="ToursNode">
+ <t:implementation.node uri="tuscanyscatours" composite="c:Tours" />
+ <service name="Node">
+ <binding.sca uri="http://localhost:8082" />
+ </service>
+ </component>
+</composite>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite
new file mode 100644
index 0000000000..8f65860595
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite
@@ -0,0 +1,31 @@
+<?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:t="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:c="http://goodvaluetrips.com/"
+ targetNamespace="http://tuscany.apache.org/cloud"
+ name="TripsNode">
+ <component name="TripsNode">
+ <t:implementation.node uri="goodvaluetrips" composite="c:Trips" />
+ <service name="Node">
+ <binding.sca uri="http://localhost:8083" />
+ </service>
+ </component>
+</composite>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite
new file mode 100644
index 0000000000..5bc6ddf5ed
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite
@@ -0,0 +1,33 @@
+<?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 local="true" name="domain"
+ targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:ns1="http://www.osoa.org/xmlns/sca/1.0">
+ <include name="ns2:Trips"
+ uri="goodvaluetrips"
+ xmlns:ns2="http://goodvaluetrips.com/"/>
+ <include name="ns2:Tours"
+ uri="tuscanyscatours"
+ xmlns:ns2="http://tuscanyscatours.com/"/>
+ <include name="ns2:Client"
+ uri="client"
+ xmlns:ns2="http://client.scatours/"/>
+</composite>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml
new file mode 100644
index 0000000000..f63c2f3dfc
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml
@@ -0,0 +1,30 @@
+<?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.
+-->
+<workspace xmlns="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:ns1="http://tuscany.apache.org/xmlns/sca/1.0">
+ <contribution location="file:./cloud"
+ uri="http://tuscany.apache.org/cloud"/>
+ <contribution location="file:../../../../trips/target/itest-domainmgr-basic-trips.jar"
+ uri="goodvaluetrips"/>
+ <contribution location="file:../../../../tours/target/itest-domainmgr-basic-tours.jar"
+ uri="tuscanyscatours"/>
+ <contribution location="file:../../../../client/target/itest-domainmgr-basic-client.jar"
+ uri="client"/>
+</workspace>