You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/07/02 14:16:40 UTC

svn commit: r552481 [1/7] - in /incubator/tuscany/java/sca/itest/osgi-implementation: ./ src/ src/main/ src/main/java/ src/main/java/helloworld/ src/main/java/helloworld/ws/ src/main/java/stockquote/ src/main/java/supplychain/ src/main/java/supplychain...

Author: antelder
Date: Mon Jul  2 05:16:31 2007
New Revision: 552481

URL: http://svn.apache.org/viewvc?view=rev&rev=552481
Log:
TUSCANY-1382, patch from Rajini Sivaram updating implementation-osgi

Added:
    incubator/tuscany/java/sca/itest/osgi-implementation/   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/build-bundles.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/Greetings.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/JavaGreetingsComponent.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/JavaHelloWorldComponent.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/OSGiGreetingsImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/OSGiHelloWorldImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/ws/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorld.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorldService.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/stockquote/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteFactoryImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/stockquote/StockQuote.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/OSGiBundleImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/customer/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/customer/Customer.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/customer/JavaCustomerComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerFactoryImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiVersionedCustomerImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/retailer/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/retailer/JavaRetailerComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerServiceImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerServiceImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/retailer/Retailer.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/retailer/RetailerQuery.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/shipper/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/shipper/JavaShipperComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperFactoryImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperServiceImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperServiceImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/shipper/Shipper.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/warehouse/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseWithQueryComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseComponentImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseServiceImpl.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/warehouse/Warehouse.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/supplychain/warehouse/WarehouseQuery.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/META-INF/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/META-INF/LICENSE.txt   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/META-INF/NOTICE   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/META-INF/README.txt   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/META-INF/sca-contribution.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/helloworld/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/helloworld/Greetings.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/helloworld/HelloWorld.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/Customer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/Retailer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/ds/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/interfaces/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/interfaces/Customer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/interfaces/Retailer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/interfaces/Shipper.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/passbyref/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/properties/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/properties/ManagedStockQuoteFactory.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuoteFactory.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/properties/ds/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/Customer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/Retailer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/Shipper.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/Customer1.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/Customer2.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/Retailer2.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/Shipper1.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse1.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer1.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer2.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/Shipper.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse1.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse2.xml   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/ws/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/factory-ds-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/factory-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/helloworld.wsdl   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/interfaces-ds-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/interfaces-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/passbyref-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/properties-ds-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/properties-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/properties2-ds-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/properties2-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/services-ds-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/services-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/version-ds-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/version-test.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/wiring-ds-test1.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/wiring-ds-test2.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/wiring-test1.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/wiring-test2.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/sca/ws-helloworld.composite
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/stockquote/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/stockquote/StockQuote.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/Customer.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/CustomerServices.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/CustomerWithQuery.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/Retailer.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/RetailerServices.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/RetailerWithQuery.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/Shipper.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/ShipperServices.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/Warehouse.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/WarehouseServices.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/supplychain/WarehouseWithQuery.componentType   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/helloworld/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/helloworld/HelloWorldTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/helloworld/PassByRefTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/SupplyChainTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/VersionedSupplyChainTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/factory/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/factory/DSFactoryTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/interfaces/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/interfaces/DSInterfacesTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/interfaces/InterfacesTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/properties/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/properties/DSProperties2TestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/properties/DSPropertiesTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/properties/Properties2TestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/properties/PropertiesTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/services/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/services/DSServicesTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/services/ServicesTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/version/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/version/DSVersionTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/version/VersionTestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/wiring/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring1TestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring2TestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring1TestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring2TestCase.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/util/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/java/util/OSGiTestUtil.java   (with props)
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/resources/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/resources/osgi/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/resources/osgi/felix/
    incubator/tuscany/java/sca/itest/osgi-implementation/src/test/resources/osgi/felix/felix.config.properties   (with props)

Propchange: incubator/tuscany/java/sca/itest/osgi-implementation/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Jul  2 05:16:31 2007
@@ -0,0 +1,17 @@
+dojo
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+derby.log
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+.felix
+

Added: incubator/tuscany/java/sca/itest/osgi-implementation/build-bundles.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/osgi-implementation/build-bundles.xml?view=auto&rev=552481
==============================================================================
--- incubator/tuscany/java/sca/itest/osgi-implementation/build-bundles.xml (added)
+++ incubator/tuscany/java/sca/itest/osgi-implementation/build-bundles.xml Mon Jul  2 05:16:31 2007
@@ -0,0 +1,34 @@
+<?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.
+-->
+<project name="OSGiBundleCreator">
+
+    <target name="create-bundles">
+
+        <mkdir dir="${jar.dir}"/>
+
+        <jar jarfile="${jar.dir}/${jar.file.name}" manifest="${files.dir}/${manifest.file.name}" >
+            <fileset dir="${files.dir}" includes="${files.list}">
+                <!-- include name="${files.list}"/-->
+            </fileset>
+        </jar>
+    </target>
+
+
+</project>

Propchange: incubator/tuscany/java/sca/itest/osgi-implementation/build-bundles.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/itest/osgi-implementation/build-bundles.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/sca/itest/osgi-implementation/build-bundles.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml?view=auto&rev=552481
==============================================================================
--- incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml (added)
+++ incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml Mon Jul  2 05:16:31 2007
@@ -0,0 +1,730 @@
+<?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.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-sca</artifactId>
+        <version>1.0-incubating-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+    <artifactId>itest-osgi-implementation</artifactId>
+    <name>Apache Tuscany OSGi-SCA Integration tests</name>
+
+    <repositories>
+       <!-- for felix snapshots -->
+       <repository>
+          <id>apache.snapshots</id>
+          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+       </repository>
+    </repositories>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.main</artifactId>
+            <version>0.9.0-incubator-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr</artifactId>
+            <version>0.9.0-incubator-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.configadmin</artifactId>
+            <version>0.9.0-incubator-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.log</artifactId>
+            <version>0.9.0-incubator-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-embedded</artifactId>
+            <version>1.0-incubating-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <version>1.0-incubating-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-osgi</artifactId>
+            <version>1.0-incubating-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-ws-axis2</artifactId>
+            <version>1.0-incubating-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-http</artifactId>
+            <version>1.0-incubating-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-http-jetty</artifactId>
+            <version>1.0-incubating-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.2</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+            <finalName>itest-osgi-implementation</finalName>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-antrun-plugin</artifactId>
+                    <version>1.1</version>
+                    <executions>
+                        <execution>
+                            <id>create-bundles</id>
+                            <phase>generate-test-sources</phase>
+                            <goals>
+                                <goal>run</goal>
+                            </goals>
+                            <configuration>
+                                <tasks>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/wiring"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/wiring/Customer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/customer/OSGiCustomerImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/wiring"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/wiring/Retailer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/retailer/OSGiRetailerImpl.class \
+                                                    supplychain/retailer/OSGiRetailerServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/wiring"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper.jar"/>
+                                        <property name="manifest.file.name" value="osgi/wiring/Shipper.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/shipper/OSGiShipperImpl.class \
+                                                    supplychain/shipper/OSGiShipperServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/wiring"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Warehouse.jar"/>
+                                        <property name="manifest.file.name" value="osgi/wiring/Warehouse.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/warehouse/Warehouse.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/warehouse/OSGiWarehouseImpl.class \
+                                                    supplychain/warehouse/OSGiWarehouseServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/wiring/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/wiring/ds/Customer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    osgi/wiring/ds/Customer.xml \
+                                                    supplychain/customer/OSGiCustomerComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/wiring/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/wiring/ds/Retailer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    osgi/wiring/ds/Retailer1.xml \
+                                                    osgi/wiring/ds/Retailer2.xml \
+                                                    supplychain/retailer/OSGiRetailerComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/wiring/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper.jar"/>
+                                        <property name="manifest.file.name" value="osgi/wiring/ds/Shipper.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    osgi/wiring/ds/Shipper1.xml \
+                                                    osgi/wiring/ds/Shipper2.xml \
+                                                    supplychain/shipper/OSGiShipperComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/wiring/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Warehouse.jar"/>
+                                        <property name="manifest.file.name" value="osgi/wiring/ds/Warehouse.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/warehouse/Warehouse.class \
+                                                    osgi/wiring/ds/Warehouse1.xml \
+                                                    osgi/wiring/ds/Warehouse2.xml \
+                                                    supplychain/warehouse/OSGiWarehouseComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/factory"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/factory/Customer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/customer/OSGiCustomerImpl.class \
+                                                    supplychain/customer/OSGiCustomerFactoryImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/factory"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/factory/Retailer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/retailer/OSGiRetailerImpl.class \
+                                                    supplychain/retailer/OSGiRetailerServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/factory"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper.jar"/>
+                                        <property name="manifest.file.name" value="osgi/factory/Shipper.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/shipper/OSGiShipperImpl.class \
+                                                    supplychain/shipper/OSGiShipperServiceImpl.class \
+                                                    supplychain/shipper/OSGiShipperFactoryImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/factory/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/factory/ds/Customer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    osgi/factory/ds/Customer.xml \
+                                                    supplychain/customer/OSGiCustomerComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/factory/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/factory/ds/Retailer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    osgi/factory/ds/Retailer1.xml \
+                                                    osgi/factory/ds/Retailer2.xml \
+                                                    supplychain/retailer/OSGiRetailerComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/factory/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper.jar"/>
+                                        <property name="manifest.file.name" value="osgi/factory/ds/Shipper.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    osgi/factory/ds/Shipper1.xml \
+                                                    osgi/factory/ds/Shipper2.xml \
+                                                    supplychain/shipper/OSGiShipperComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/factory/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Warehouse.jar"/>
+                                        <property name="manifest.file.name" value="osgi/factory/ds/Warehouse.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/warehouse/Warehouse.class \
+                                                    osgi/factory/ds/Warehouse.xml \
+                                                    supplychain/warehouse/OSGiWarehouseComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/services"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/services/Customer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/customer/OSGiCustomerImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/services"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/services/Retailer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/retailer/OSGiRetailerImpl.class \
+                                                    supplychain/retailer/OSGiRetailerServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/services"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper.jar"/>
+                                        <property name="manifest.file.name" value="osgi/services/Shipper.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/shipper/OSGiShipperImpl.class \
+                                                    supplychain/shipper/OSGiShipperServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/services"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Warehouse.jar"/>
+                                        <property name="manifest.file.name" value="osgi/services/Warehouse.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/warehouse/Warehouse.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/warehouse/OSGiWarehouseImpl.class \
+                                                    supplychain/warehouse/OSGiWarehouseServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/services/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/services/ds/Customer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    osgi/services/ds/Customer.xml \
+                                                    supplychain/customer/OSGiCustomerComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/services/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/services/ds/Retailer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    osgi/services/ds/Retailer1.xml \
+                                                    osgi/services/ds/Retailer2.xml \
+                                                    supplychain/retailer/OSGiRetailerComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/services/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper.jar"/>
+                                        <property name="manifest.file.name" value="osgi/services/ds/Shipper.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    osgi/services/ds/Shipper1.xml \
+                                                    osgi/services/ds/Shipper2.xml \
+                                                    supplychain/shipper/OSGiShipperComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/services/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Warehouse.jar"/>
+                                        <property name="manifest.file.name" value="osgi/services/ds/Warehouse.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/warehouse/Warehouse.class \
+                                                    osgi/services/ds/Warehouse1.xml \
+                                                    osgi/services/ds/Warehouse2.xml \
+                                                    supplychain/warehouse/OSGiWarehouseComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/interfaces"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/interfaces/Customer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/customer/OSGiCustomerWithQueryImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/interfaces"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/interfaces/Retailer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    supplychain/retailer/RetailerQuery.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/retailer/OSGiRetailerWithQueryImpl.class" />
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/interfaces"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper.jar"/>
+                                        <property name="manifest.file.name" value="osgi/interfaces/Shipper.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/shipper/OSGiShipperImpl.class \
+                                                    supplychain/shipper/OSGiShipperServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/interfaces/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/interfaces/ds/Customer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    osgi/interfaces/ds/Customer.xml \
+                                                    supplychain/customer/OSGiCustomerWithQueryComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/interfaces/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer.jar"/>
+                                        <property name="manifest.file.name" value="osgi/interfaces/ds/Retailer.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    supplychain/retailer/RetailerQuery.class \
+                                                    osgi/interfaces/ds/Retailer.xml \
+                                                    supplychain/retailer/OSGiRetailerWithQueryComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/interfaces/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper.jar"/>
+                                        <property name="manifest.file.name" value="osgi/interfaces/ds/Shipper.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    osgi/interfaces/ds/Shipper.xml \
+                                                    supplychain/shipper/OSGiShipperComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer1.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/Customer1.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/customer/OSGiVersionedCustomerImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer1.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/Retailer1.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/retailer/OSGiVersionedRetailerImpl.class \
+                                                    supplychain/retailer/OSGiVersionedRetailerServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper1.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/Shipper1.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/shipper/OSGiVersionedShipperImpl.class \
+                                                    supplychain/shipper/OSGiVersionedShipperServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Warehouse1.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/Warehouse1.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/warehouse/Warehouse.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/warehouse/OSGiWarehouseImpl.class \
+                                                    supplychain/warehouse/OSGiWarehouseServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer2.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/Customer2.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/customer/OSGiVersionedCustomerImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer2.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/Retailer2.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/retailer/OSGiVersionedRetailerImpl.class \
+                                                    supplychain/retailer/OSGiVersionedRetailerServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper2.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/Shipper2.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/shipper/OSGiVersionedShipperImpl.class \
+                                                    supplychain/shipper/OSGiVersionedShipperServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Warehouse2.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/Warehouse2.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/warehouse/Warehouse.class \
+                                                    supplychain/OSGiBundleImpl.class \
+                                                    supplychain/warehouse/OSGiWarehouseImpl.class \
+                                                    supplychain/warehouse/OSGiWarehouseServiceImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer1.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/ds/Customer1.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    osgi/version/ds/CustomerV1.xml \
+                                                    supplychain/customer/OSGiCustomerComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Customer2.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/ds/Customer2.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/customer/Customer.class \
+                                                    osgi/version/ds/CustomerV2.xml \
+                                                    supplychain/customer/OSGiCustomerComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer1.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/ds/Retailer1.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    osgi/version/ds/Retailer1V1.xml \
+                                                    osgi/version/ds/Retailer2V1.xml \
+                                                    supplychain/retailer/OSGiRetailerComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Retailer2.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/ds/Retailer2.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/retailer/Retailer.class \
+                                                    osgi/version/ds/Retailer1V2.xml \
+                                                    osgi/version/ds/Retailer2V2.xml \
+                                                    supplychain/retailer/OSGiRetailerComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper1.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/ds/Shipper1.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    osgi/version/ds/Shipper1V1.xml \
+                                                    osgi/version/ds/Shipper2V1.xml \
+                                                    supplychain/shipper/OSGiShipperComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Shipper2.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/ds/Shipper2.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/shipper/Shipper.class \
+                                                    osgi/version/ds/Shipper1V2.xml \
+                                                    osgi/version/ds/Shipper2V2.xml \
+                                                    supplychain/shipper/OSGiShipperComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Warehouse1.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/ds/Warehouse1.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/warehouse/Warehouse.class \
+                                                    osgi/version/ds/Warehouse1V1.xml \
+                                                    osgi/version/ds/Warehouse2V1.xml \
+                                                    supplychain/warehouse/OSGiWarehouseComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/version/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Warehouse2.jar"/>
+                                        <property name="manifest.file.name" value="osgi/version/ds/Warehouse2.mf"/>
+                                        <property name="files.list" 
+                                             value="supplychain/warehouse/Warehouse.class \
+                                                    osgi/version/ds/Warehouse1V2.xml \
+                                                    osgi/version/ds/Warehouse2V2.xml \
+                                                    supplychain/warehouse/OSGiWarehouseComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/ws"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="HelloWorld.jar"/>
+                                        <property name="manifest.file.name" value="osgi/ws/HelloWorld.mf"/>
+                                        <property name="files.list" 
+                                             value="helloworld/HelloWorld.class \
+                                                    helloworld/OSGiHelloWorldImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/passbyref"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="Greetings.jar"/>
+                                        <property name="manifest.file.name" value="osgi/passbyref/Greetings.mf"/>
+                                        <property name="files.list" 
+                                             value="helloworld/Greetings.class \
+                                                    helloworld/OSGiGreetingsImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/properties"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="StockQuote.jar"/>
+                                        <property name="manifest.file.name" value="osgi/properties/StockQuote.mf"/>
+                                        <property name="files.list" 
+                                             value="stockquote/StockQuote.class \
+                                                    stockquote/OSGiStockQuoteImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/properties/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="StockQuote.jar"/>
+                                        <property name="manifest.file.name" value="osgi/properties/ds/StockQuote.mf"/>
+                                        <property name="files.list" 
+                                             value="stockquote/StockQuote.class \
+                                                    osgi/properties/ds/StockQuote.xml \
+                                                    stockquote/OSGiStockQuoteComponentImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/properties"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="StockQuoteFactory.jar"/>
+                                        <property name="manifest.file.name" value="osgi/properties/StockQuoteFactory.mf"/>
+                                        <property name="files.list" 
+                                             value="stockquote/StockQuote.class \
+                                                    stockquote/OSGiStockQuoteImpl.class \
+                                                    stockquote/OSGiStockQuoteFactoryImpl.class"/>
+              
+                                    </ant>
+                                    <ant antfile="./build-bundles.xml" target="create-bundles">
+                                        <property name="jar.dir" value="target/properties/ds"/>
+                                        <property name="files.dir" value="target/classes"/>
+                                        <property name="jar.file.name" value="StockQuoteFactory.jar"/>
+                                        <property name="manifest.file.name" value="osgi/properties/ds/StockQuoteFactory.mf"/>
+                                        <property name="files.list" 
+                                             value="stockquote/StockQuote.class \
+                                                    osgi/properties/ds/StockQuoteFactory.xml \
+                                                    stockquote/OSGiStockQuoteComponentImpl.class"/>
+              
+                                    </ant>
+                                </tasks>
+                            </configuration>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+    </build>
+</project>

Propchange: incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/Greetings.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/Greetings.java?view=auto&rev=552481
==============================================================================
--- incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/Greetings.java (added)
+++ incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/Greetings.java Mon Jul  2 05:16:31 2007
@@ -0,0 +1,36 @@
+/*
+ * 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.    
+ */
+
+package helloworld;
+
+import org.osoa.sca.annotations.Remotable;
+
+@Remotable
+public interface Greetings {
+    
+    
+    public String[] getGreetingsFromJava(String[] s);
+    
+    public String[] getGreetingsFromOSGi(String[] s);
+    
+    public String[] getModifiedGreetingsFromJava(String[] s);
+    
+    public String[] getModifiedGreetingsFromOSGi(String[] s);
+
+}

Propchange: incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/Greetings.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/Greetings.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java?view=auto&rev=552481
==============================================================================
--- incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java (added)
+++ incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java Mon Jul  2 05:16:31 2007
@@ -0,0 +1,29 @@
+/*
+ * 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.    
+ */
+
+package helloworld;
+
+import org.osoa.sca.annotations.Remotable;
+
+@Remotable
+public interface HelloWorld {
+    
+    public String getGreetings(String s);
+    
+}

Propchange: incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org