summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite30
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite31
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite31
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite30
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml28
5 files changed, 150 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite
new file mode 100644
index 0000000000..eb8b5796f2
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite
@@ -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.
+-->
+<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:ServiceNode"
+ 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/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite
new file mode 100644
index 0000000000..cc8b8ef632
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/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://simplecallback"
+ targetNamespace="http://tuscany.apache.org/cloud"
+ name="ClientNode">
+ <component name="ClientNode">
+ <t:implementation.node uri="callback-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/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite
new file mode 100644
index 0000000000..cf33e9f975
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.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://simplecallback"
+ targetNamespace="http://tuscany.apache.org/cloud"
+ name="ServiceNode">
+ <component name="ServiceNode">
+ <t:implementation.node uri="callback-service" composite="c:service" />
+ <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/callback/runtest/src/test/resources/domain/domain.composite b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite
new file mode 100644
index 0000000000..800eab2c57
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite
@@ -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.
+-->
+<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:service"
+ uri="callback-service"
+ xmlns:ns2="http://simplecallback" />
+ <include name="ns2:client"
+ uri="callback-client"
+ xmlns:ns2="http://simplecallback" />
+</composite>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml
new file mode 100644
index 0000000000..c9f5f84c58
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml
@@ -0,0 +1,28 @@
+<?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:../../../../service/target/itest-domainmgr-callback-service.jar"
+ uri="callback-service" />
+ <contribution location="file:../../../../client/target/itest-domainmgr-callback-client.jar"
+ uri="callback-client" />
+</workspace>