Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 78359 invoked from network); 2 Jul 2007 12:17:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2007 12:17:14 -0000 Received: (qmail 33424 invoked by uid 500); 2 Jul 2007 12:17:17 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 33401 invoked by uid 500); 2 Jul 2007 12:17:17 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 33392 invoked by uid 99); 2 Jul 2007 12:17:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 05:17:17 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 05:17:06 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C44B91A981A; Mon, 2 Jul 2007 05:16:46 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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... Date: Mon, 02 Jul 2007 12:16:40 -0000 To: tuscany-commits@ws.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070702121646.C44B91A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ + + + + + + + + + + + + + + + + + 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 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.0-incubating-SNAPSHOT + ../../pom.xml + + itest-osgi-implementation + Apache Tuscany OSGi-SCA Integration tests + + + + + apache.snapshots + http://people.apache.org/repo/m2-snapshot-repository + + true + + + + + + + + org.apache.felix + org.apache.felix.main + 0.9.0-incubator-SNAPSHOT + + + + org.apache.felix + org.apache.felix.scr + 0.9.0-incubator-SNAPSHOT + + + + org.apache.felix + org.apache.felix.configadmin + 0.9.0-incubator-SNAPSHOT + + + + org.apache.felix + org.apache.felix.log + 0.9.0-incubator-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.0-incubating-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.0-incubating-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-osgi + 1.0-incubating-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.0-incubating-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-host-http + 1.0-incubating-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-http-jetty + 1.0-incubating-SNAPSHOT + test + + + + junit + junit + 4.2 + test + + + + + itest-osgi-implementation + + + org.apache.maven.plugins + maven-antrun-plugin + 1.1 + + + create-bundles + generate-test-sources + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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