summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/SupplyChain
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-23 05:48:11 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-23 05:48:11 +0000
commit1c2df9a2458897ff6c2393913b2723457e42a0da (patch)
tree69652a0305830b4472f39c55ad1168522d8301f1 /sca-cpp/trunk/samples/SupplyChain
parente5d978186780787e8dad6681cca139486df93643 (diff)
Simplified the automake build using configure options instead of environment variables and cleaned up some of the makefile.am files. Adjusted build instructions. Moved directories that don't yet build or work out of the main build dir and obsolete docs to a contrib dir.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/samples/SupplyChain')
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.demo.app.composite34
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.demo/DemoClientImpl.componentType33
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.demo/supplychain.demo.composite41
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType28
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.logging/LoggingFacility.wsdl37
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.logging/supplychain.logging.composite34
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/Manufacturer.wsdl39
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType39
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/WarehouseCallback.wsdl38
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/supplychain.manufacturer.composite50
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerA.app.composite30
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerB.app.composite30
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerC.app.composite30
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.retailer.app.composite66
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/Retailer.wsdl39
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType37
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/supplychain.retailer.composite46
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/Warehouse.wsdl38
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType34
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType39
-rw-r--r--sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/supplychain.warehouse.composite62
21 files changed, 0 insertions, 824 deletions
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.demo.app.composite b/sca-cpp/trunk/samples/SupplyChain/supplychain.demo.app.composite
deleted file mode 100644
index 3b8738a843..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.demo.app.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"
- name="supplychain.demo.app">
-
- <component name="supplychain.DemoClient">
- <implementation.composite name="supplychain.demo"/>
- <reference name="retailer">supplychain.Retailer/RetailerService</reference>
- <reference name="logging">supplychain.Logging/LoggingService</reference>
- </component>
-
- <component name="supplychain.Logging">
- <implementation.composite name="supplychain.logging"/>
- </component>
-
-</composite>
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.demo/DemoClientImpl.componentType b/sca-cpp/trunk/samples/SupplyChain/supplychain.demo/DemoClientImpl.componentType
deleted file mode 100644
index a63e4c37d3..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.demo/DemoClientImpl.componentType
+++ /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.
--->
-
-<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <reference name="retailer">
- <interface.cpp header="Retailer.h"/>
- </reference>
-
- <reference name="logging">
- <interface.cpp header="Logging.h"/>
- </reference>
-
-</componentType>
- \ No newline at end of file
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.demo/supplychain.demo.composite b/sca-cpp/trunk/samples/SupplyChain/supplychain.demo/supplychain.demo.composite
deleted file mode 100644
index 20b0e49ec1..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.demo/supplychain.demo.composite
+++ /dev/null
@@ -1,41 +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"
- name="supplychain.demo">
-
- <component name="DemoClient">
- <implementation.cpp library="demo" header="DemoClientImpl.h"/>
- <reference name="retailer">retailer</reference>
- <reference name="logging">logging</reference>
- </component>
-
- <reference name="retailer">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl#wsdl.interface(RetailerPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl#wsdl.endpoint(RetailerService/RetailerPort)"
- uri="http://localhost:9090/axis2/services/supplychain.retailer.solution/RetailerService"/>
- </reference>
-
- <reference name="logging">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl#wsdl.interface(LoggingFacilityLogPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl#wsdl.endpoint(LoggingFacilityService/LoggingFacilityPort)"/>
- </reference>
-
-</composite>
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType b/sca-cpp/trunk/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType
deleted file mode 100644
index e78e602635..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType
+++ /dev/null
@@ -1,28 +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.
--->
-
-<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <service name="LoggingService">
- <interface.cpp header="Logging.h"/>
- </service>
-
-</componentType> \ No newline at end of file
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.logging/LoggingFacility.wsdl b/sca-cpp/trunk/samples/SupplyChain/supplychain.logging/LoggingFacility.wsdl
deleted file mode 100644
index c78357b1a8..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.logging/LoggingFacility.wsdl
+++ /dev/null
@@ -1,37 +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.
--->
-<wsdl:definitions name="LoggingFacility"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl"
- xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
-
- <wsdl:import
- namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl"
- location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl" />
-
- <wsdl:service name="LoggingFacilityService">
- <wsdl:port name="LoggingFacilityPort"
- binding="tns:LoggingFacilitySoapBinding">
- <soap:address
- location="http://localhost:9090/axis2/services/LoggingFacility" />
- </wsdl:port>
- </wsdl:service>
-</wsdl:definitions>
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.logging/supplychain.logging.composite b/sca-cpp/trunk/samples/SupplyChain/supplychain.logging/supplychain.logging.composite
deleted file mode 100644
index 2b28c8f9e2..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.logging/supplychain.logging.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"
- name="supplychain.logging">
-
- <service name="LoggingService">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl#wsdl.interface(LoggingFacilityLogPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl#wsdl.endpoint(LoggingFacilityService/LoggingFacilityPort)"/>
- <reference>Logger/Logging</reference>
- </service>
-
- <component name="Logger">
- <implementation.cpp library="logging" header="LoggerImpl.h"/>
- </component>
-
-</composite>
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/Manufacturer.wsdl b/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/Manufacturer.wsdl
deleted file mode 100644
index fb0c8a5676..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/Manufacturer.wsdl
+++ /dev/null
@@ -1,39 +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.
--->
-
-<wsdl:definitions name="Manufacturer"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl"
- xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl">
-
- <wsdl:import
- namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl"
- location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl" />
-
- <wsdl:service name="ManufacturerService">
- <wsdl:port name="ManufacturerPort"
- binding="tns:ManufacturerSoapBinding">
- <soap:address
- location="http://localhost:9090/axis2/services/Manufacturer" />
- </wsdl:port>
- </wsdl:service>
-</wsdl:definitions> \ No newline at end of file
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType b/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType
deleted file mode 100644
index 63530bc0ee..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType
+++ /dev/null
@@ -1,39 +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.
--->
-
-
-<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <service name="ManufacturerService">
- <interface.cpp header="Manufacturer.h"/>
- </service>
-
- <reference name="callback">
- <interface.cpp header="WarehouseCallback.h"/>
- </reference>
-
- <reference name="logging">
- <interface.cpp header="Logging.h"/>
- </reference>
-
- <property name="manufacturerID" type="xs:string"/>
-
-</componentType> \ No newline at end of file
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/WarehouseCallback.wsdl b/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/WarehouseCallback.wsdl
deleted file mode 100644
index 256671f64f..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/WarehouseCallback.wsdl
+++ /dev/null
@@ -1,38 +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.
--->
-
-<wsdl:definitions name="WarehouseCallback"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl"
- xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl">
-
- <wsdl:import
- namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl"
- location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl" />
-
- <wsdl:service name="WarehouseCallbackService">
- <wsdl:port name="WarehouseCallbackPort"
- binding="tns:WarehouseCallbackSoapBinding">
- <soap:address
- location="http://localhost:9090/axis2/services/WarehouseCallback" />
- </wsdl:port>
- </wsdl:service>
-</wsdl:definitions> \ No newline at end of file
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/supplychain.manufacturer.composite b/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/supplychain.manufacturer.composite
deleted file mode 100644
index c61657c0a7..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturer/supplychain.manufacturer.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:xs="http://www.w3.org/2001/XMLSchema"
- name="supplychain.manufacturer">
-
- <service name="ManufacturerService">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl#wsdl.interface(ManufacturerPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl#wsdl.endpoint(ManufacturerService/ManufacturerPort)"/>
- <reference>ManufacturerProcess/ManufacturerService</reference>
- </service>
-
- <property name="manufacturerID" type="xs:string"/>
-
- <component name="ManufacturerProcess">
- <implementation.cpp library="manufacturer" header="ManufacturerImpl.h"/>
- <reference name="callback">callback</reference>
- <reference name="logging">logging</reference>
- <property name="manufacturerID" source="$manufacturerID"/>
- </component>
-
- <reference name="logging">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl#wsdl.interface(LoggingFacilityLogPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl#wsdl.endpoint(LoggingFacilityService/LoggingFacilityPort)"/>
- </reference>
-
- <reference name="callback">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl#wsdl.interface(WarehouseCallbackPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl#wsdl.endpoint(WarehouseCallbackService/WarehouseCallbackPort)"/>
- </reference>
-
-</composite>
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerA.app.composite b/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerA.app.composite
deleted file mode 100644
index 1963304b83..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerA.app.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"
- name="supplychain.manufacturerA.app">
-
- <component name="supplychain.manufacturerA">
- <implementation.composite name="supplychain.manufacturer"/>
- <reference name="logging">supplychain.Logging/LoggingService</reference>
- <property name="manufacturerID">manufacturerA</property>
- </component>
-
-</composite>
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerB.app.composite b/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerB.app.composite
deleted file mode 100644
index a2f9141f00..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerB.app.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"
- name="supplychain.manufacturerB.app">
-
- <component name="supplychain.manufacturerB">
- <implementation.composite name="supplychain.manufacturer"/>
- <reference name="logging">supplychain.Logging/LoggingService</reference>
- <property name="manufacturerID">manufacturerB</property>
- </component>
-
-</composite>
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerC.app.composite b/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerC.app.composite
deleted file mode 100644
index a48258b6ca..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.manufacturerC.app.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"
- name="supplychain.manufacturerC.app">
-
- <component name="supplychain.manufacturerC">
- <implementation.composite name="supplychain.manufacturer"/>
- <reference name="logging">supplychain.Logging/LoggingService</reference>
- <property name="manufacturerID">manufacturerC</property>
- </component>
-
-</composite>
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer.app.composite b/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer.app.composite
deleted file mode 100644
index 734849de05..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer.app.composite
+++ /dev/null
@@ -1,66 +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"
- name="supplychain.retailer.app">
-
- <component name="supplychain.Retailer">
- <implementation.composite name="supplychain.retailer"/>
- <reference name="warehouse">supplychain.WarehouseA/WarehouseService</reference>
- <reference name="warehouse">supplychain.WarehouseB/WarehouseService</reference>
- <reference name="warehouse">supplychain.WarehouseC/WarehouseService</reference>
- <reference name="logging">supplychain.Logging/LoggingService</reference>
- </component>
-
- <component name="supplychain.WarehouseA">
- <implementation.composite name="supplychain.warehouse"/>
- <reference name="manufacturer">supplychain.manufacturerA/ManufacturerService</reference>
- <reference name="logging">supplychain.Logging/LoggingService</reference>
- <property name="warehouseID">warehouseA</property>
- </component>
-
- <component name="supplychain.WarehouseB">
- <implementation.composite name="supplychain.warehouse"/>
- <reference name="manufacturer">supplychain.manufacturerB/ManufacturerService</reference>
- <reference name="logging">supplychain.Logging/LoggingService</reference>
- <property name="warehouseID">warehouseB</property>
- </component>
-
- <component name="supplychain.WarehouseC">
- <implementation.composite name="supplychain.warehouse"/>
- <reference name="manufacturer">supplychain.manufacturerA/ManufacturerService</reference>
- <reference name="logging">supplychain.Logging/LoggingService</reference>
- <property name="warehouseID">warehouseC</property>
- </component>
-
- <wire>
- <source>supplychain.manufacturerA/callback</source>
- <target>supplychain.WarehouseA/WarehouseCallbackService</target>
- </wire>
- <wire>
- <source>supplychain.manufacturerB/callback</source>
- <target>supplychain.WarehouseB/WarehouseCallbackService</target>
- </wire>
- <wire>
- <source>supplychain.manufacturerC/callback</source>
- <target>supplychain.WarehouseC/WarehouseCallbackService</target>
- </wire>
-
-</composite>
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/Retailer.wsdl b/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/Retailer.wsdl
deleted file mode 100644
index 39bd1963f2..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/Retailer.wsdl
+++ /dev/null
@@ -1,39 +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.
--->
-
-<wsdl:definitions name="Retailer"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl"
- xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns="http://schemas.xmlsoap.org/wsdl/">
-
- <wsdl:import
- namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl"
- location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl" />
-
- <wsdl:service name="RetailerService">
- <wsdl:port name="RetailerPort"
- binding="tns:RetailerSoapBinding">
- <soap:address
- location="http://localhost:9090/axis2/services/Retailer" />
- </wsdl:port>
- </wsdl:service>
-</wsdl:definitions> \ No newline at end of file
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType b/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType
deleted file mode 100644
index fb381ec9a6..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType
+++ /dev/null
@@ -1,37 +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.
--->
-
-<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <service name="RetailerService">
- <interface.cpp header="Retailer.h"/>
- </service>
-
- <reference name="warehouses" multiplicity="0..n">
- <interface.cpp header="Warehouse.h"/>
- </reference>
-
- <reference name="logging">
- <interface.cpp header="Logging.h"/>
- </reference>
-
-</componentType>
- \ No newline at end of file
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/supplychain.retailer.composite b/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/supplychain.retailer.composite
deleted file mode 100644
index 51a2b96b1b..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.retailer/supplychain.retailer.composite
+++ /dev/null
@@ -1,46 +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"
- name="supplychain.retailer">
-
- <service name="RetailerService">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl#wsdl.interface(RetailerPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl#wsdl.endpoint(RetailerService/RetailerPort)"/>
- <reference>RetailerProcess/RetailerService</reference>
- </service>
-
- <component name="RetailerProcess">
- <implementation.cpp library="retailer" header="RetailerImpl.h"/>
- <reference name="warehouses">warehouses</reference>
- <reference name="logging">logging</reference>
- </component>
-
- <reference name="warehouses" multiplicity="0..n">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl#wsdl.interface(WarehouseShipmentsPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl#wsdl.endpoint(WarehouseShipmentsService/WarehouseShipmentsPort)"/>
- </reference>
-
- <reference name="logging">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl#wsdl.interface(LoggingFacilityLogPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl#wsdl.endpoint(LoggingFacilityService/LoggingFacilityPort)"/>
- </reference>
-
-</composite>
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/Warehouse.wsdl b/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/Warehouse.wsdl
deleted file mode 100644
index a007f9957b..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/Warehouse.wsdl
+++ /dev/null
@@ -1,38 +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.
--->
-
-<wsdl:definitions name="Warehouse"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl"
- xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
-
- <wsdl:import
- namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl"
- location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl" />
-
- <wsdl:service name="WarehouseService">
- <wsdl:port name="WarehousePort"
- binding="tns:WarehouseSoapBinding">
- <soap:address
- location="http://localhost:9090/axis2/services/Warehouse" />
- </wsdl:port>
- </wsdl:service>
-</wsdl:definitions> \ No newline at end of file
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType b/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType
deleted file mode 100644
index fbc1edb462..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType
+++ /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.
--->
-
-<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <service name="WarehouseCallbackService">
- <interface.cpp header="WarehouseCallback.h"/>
- </service>
-
- <reference name="logging">
- <interface.cpp header="Logging.h"/>
- </reference>
-
- <property name="warehouseID" type="xs:string"/>
-
-</componentType> \ No newline at end of file
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType b/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType
deleted file mode 100644
index 7f63d3b571..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType
+++ /dev/null
@@ -1,39 +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.
--->
-
-
-<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <service name="WarehouseService">
- <interface.cpp header="Warehouse.h"/>
- </service>
-
- <reference name="manufacturer">
- <interface.cpp header="Manufacturer.h"/>
- </reference>
-
- <reference name="logging">
- <interface.cpp header="Logging.h"/>
- </reference>
-
- <property name="warehouseID" type="xs:string"/>
-
-</componentType> \ No newline at end of file
diff --git a/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/supplychain.warehouse.composite b/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/supplychain.warehouse.composite
deleted file mode 100644
index e44b964eb4..0000000000
--- a/sca-cpp/trunk/samples/SupplyChain/supplychain.warehouse/supplychain.warehouse.composite
+++ /dev/null
@@ -1,62 +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:xs="http://www.w3.org/2001/XMLSchema"
- name="supplychain.warehouse">
-
- <service name="WarehouseService">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl#wsdl.interface(WarehouseShipmentsPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl#wsdl.endpoint(WarehouseService/WarehousePort)"/>
- <reference>WarehouseProcess/WarehouseService</reference>
- </service>
-
- <service name="WarehouseCallbackService">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl#wsdl.interface(WarehouseCallbackPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl#wsdl.endpoint(WarehouseCallbackService/WarehouseCallbackPort)"/>
- <reference>WarehouseCallbackProcess/WarehouseCallbackService</reference>
- </service>
-
- <property name="warehouseID" type="xs:string"/>
-
- <component name="WarehouseProcess">
- <implementation.cpp library="warehouse" header="WarehouseImpl.h"/>
- <reference name="manufacturer">manufacturer</reference>
- <reference name="logging">logging</reference>
- <property name="warehouseID" source="$warehouseID"/>
- </component>
-
- <component name="WarehouseCallbackProcess">
- <implementation.cpp library="warehouse" header="WarehouseCallbackImpl.h"/>
- <reference name="logging">logging</reference>
- <property name="warehouseID" source="$warehouseID"/>
- </component>
-
- <reference name="manufacturer">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl#wsdl.interface(ManufacturerPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-10/Manufacturer.wsdl#wsdl.endpoint(ManufacturerService/ManufacturerPort)"/>
- </reference>
-
- <reference name="logging">
- <interface.wsdl interface="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl#wsdl.interface(LoggingFacilityLogPortType)"/>
- <binding.ws endpoint="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl#wsdl.endpoint(LoggingFacilityService/LoggingFacilityPort)"/>
- </reference>
-
-</composite>