From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../supplychain.demo.solution.composite | 34 +++++++++++ .../supplychain.demo/DemoClientImpl.componentType | 33 +++++++++++ .../supplychain.demo/supplychain.demo.composite | 41 ++++++++++++++ .../supplychain.logging/LoggerImpl.componentType | 28 +++++++++ .../supplychain.logging/LoggingFacility.wsdl | 37 ++++++++++++ .../supplychain.logging.composite | 34 +++++++++++ .../supplychain.manufacturer/Manufacturer.wsdl | 39 +++++++++++++ .../ManufacturerImpl.componentType | 39 +++++++++++++ .../WarehouseCallback.wsdl | 38 +++++++++++++ .../supplychain.manufacturer.composite | 50 ++++++++++++++++ .../supplychain.manufacturerA.solution.composite | 30 ++++++++++ .../supplychain.manufacturerB.solution.composite | 30 ++++++++++ .../supplychain.manufacturerC.solution.composite | 30 ++++++++++ .../supplychain.retailer.solution.composite | 66 ++++++++++++++++++++++ .../SupplyChain/supplychain.retailer/Retailer.wsdl | 39 +++++++++++++ .../RetailerImpl.componentType | 37 ++++++++++++ .../supplychain.retailer.composite | 46 +++++++++++++++ .../supplychain.warehouse/Warehouse.wsdl | 38 +++++++++++++ .../WarehouseCallbackImpl.componentType | 34 +++++++++++ .../WarehouseImpl.componentType | 39 +++++++++++++ .../supplychain.warehouse.composite | 62 ++++++++++++++++++++ 21 files changed, 824 insertions(+) create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo.solution.composite create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo/DemoClientImpl.componentType create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo/supplychain.demo.composite create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/LoggingFacility.wsdl create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/supplychain.logging.composite create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/Manufacturer.wsdl create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/WarehouseCallback.wsdl create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/supplychain.manufacturer.composite create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerA.solution.composite create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerB.solution.composite create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerC.solution.composite create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer.solution.composite create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/Retailer.wsdl create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/supplychain.retailer.composite create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/Warehouse.wsdl create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType create mode 100644 tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/supplychain.warehouse.composite (limited to 'tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain') diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo.solution.composite b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo.solution.composite new file mode 100644 index 0000000000..cf0df165ae --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo.solution.composite @@ -0,0 +1,34 @@ + + + + + + + + supplychain.Retailer/RetailerService + supplychain.Logging/LoggingService + + + + + + + diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo/DemoClientImpl.componentType b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo/DemoClientImpl.componentType new file mode 100644 index 0000000000..a63e4c37d3 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo/DemoClientImpl.componentType @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo/supplychain.demo.composite b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo/supplychain.demo.composite new file mode 100644 index 0000000000..20b0e49ec1 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.demo/supplychain.demo.composite @@ -0,0 +1,41 @@ + + + + + + + + retailer + logging + + + + + + + + + + + + + diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType new file mode 100644 index 0000000000..e78e602635 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/LoggerImpl.componentType @@ -0,0 +1,28 @@ + + + + + + + + + + \ No newline at end of file diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/LoggingFacility.wsdl b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/LoggingFacility.wsdl new file mode 100644 index 0000000000..c78357b1a8 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/LoggingFacility.wsdl @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/supplychain.logging.composite b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/supplychain.logging.composite new file mode 100644 index 0000000000..2b28c8f9e2 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.logging/supplychain.logging.composite @@ -0,0 +1,34 @@ + + + + + + + + + Logger/Logging + + + + + + + diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/Manufacturer.wsdl b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/Manufacturer.wsdl new file mode 100644 index 0000000000..fb0c8a5676 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/Manufacturer.wsdl @@ -0,0 +1,39 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType new file mode 100644 index 0000000000..63530bc0ee --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/ManufacturerImpl.componentType @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/WarehouseCallback.wsdl b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/WarehouseCallback.wsdl new file mode 100644 index 0000000000..256671f64f --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/WarehouseCallback.wsdl @@ -0,0 +1,38 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/supplychain.manufacturer.composite b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/supplychain.manufacturer.composite new file mode 100644 index 0000000000..c61657c0a7 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturer/supplychain.manufacturer.composite @@ -0,0 +1,50 @@ + + + + + + + + + ManufacturerProcess/ManufacturerService + + + + + + + callback + logging + + + + + + + + + + + + + + diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerA.solution.composite b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerA.solution.composite new file mode 100644 index 0000000000..17449e51fa --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerA.solution.composite @@ -0,0 +1,30 @@ + + + + + + + + supplychain.Logging/LoggingService + manufacturerA + + + diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerB.solution.composite b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerB.solution.composite new file mode 100644 index 0000000000..94535d704a --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerB.solution.composite @@ -0,0 +1,30 @@ + + + + + + + + supplychain.Logging/LoggingService + manufacturerB + + + diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerC.solution.composite b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerC.solution.composite new file mode 100644 index 0000000000..b4b9380af0 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.manufacturerC.solution.composite @@ -0,0 +1,30 @@ + + + + + + + + supplychain.Logging/LoggingService + manufacturerC + + + diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer.solution.composite b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer.solution.composite new file mode 100644 index 0000000000..f7bad01614 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer.solution.composite @@ -0,0 +1,66 @@ + + + + + + + + supplychain.WarehouseA/WarehouseService + supplychain.WarehouseB/WarehouseService + supplychain.WarehouseC/WarehouseService + supplychain.Logging/LoggingService + + + + + supplychain.manufacturerA/ManufacturerService + supplychain.Logging/LoggingService + warehouseA + + + + + supplychain.manufacturerB/ManufacturerService + supplychain.Logging/LoggingService + warehouseB + + + + + supplychain.manufacturerA/ManufacturerService + supplychain.Logging/LoggingService + warehouseC + + + + supplychain.manufacturerA/callback + supplychain.WarehouseA/WarehouseCallbackService + + + supplychain.manufacturerB/callback + supplychain.WarehouseB/WarehouseCallbackService + + + supplychain.manufacturerC/callback + supplychain.WarehouseC/WarehouseCallbackService + + + diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/Retailer.wsdl b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/Retailer.wsdl new file mode 100644 index 0000000000..39bd1963f2 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/Retailer.wsdl @@ -0,0 +1,39 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType new file mode 100644 index 0000000000..fb381ec9a6 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/RetailerImpl.componentType @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/supplychain.retailer.composite b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/supplychain.retailer.composite new file mode 100644 index 0000000000..51a2b96b1b --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.retailer/supplychain.retailer.composite @@ -0,0 +1,46 @@ + + + + + + + + + RetailerProcess/RetailerService + + + + + warehouses + logging + + + + + + + + + + + + + diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/Warehouse.wsdl b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/Warehouse.wsdl new file mode 100644 index 0000000000..a007f9957b --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/Warehouse.wsdl @@ -0,0 +1,38 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType new file mode 100644 index 0000000000..fbc1edb462 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/WarehouseCallbackImpl.componentType @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType new file mode 100644 index 0000000000..7f63d3b571 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/WarehouseImpl.componentType @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/supplychain.warehouse.composite b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/supplychain.warehouse.composite new file mode 100644 index 0000000000..e44b964eb4 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/SupplyChain/supplychain.warehouse/supplychain.warehouse.composite @@ -0,0 +1,62 @@ + + + + + + + + + WarehouseProcess/WarehouseService + + + + + + WarehouseCallbackProcess/WarehouseCallbackService + + + + + + + manufacturer + logging + + + + + + logging + + + + + + + + + + + + + + -- cgit v1.2.3