From a40e527938d76ba71f211da7e327adb50384ba69 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:26:33 +0000 Subject: Moving 1.x tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835157 13f79535-47bb-0310-9956-ffa450edef68 --- tags/java/sca/1.5/vtest/assembly/component/pom.xml | 62 --- .../sca/vtest/assembly/component/AService.java | 31 -- .../sca/vtest/assembly/component/BService.java | 29 -- .../sca/vtest/assembly/component/CService.java | 28 -- .../sca/vtest/assembly/component/DService.java | 29 -- .../sca/vtest/assembly/component/EEService.java | 31 -- .../sca/vtest/assembly/component/EService.java | 31 -- .../sca/vtest/assembly/component/FService.java | 31 -- .../sca/vtest/assembly/component/HService.java | 32 -- .../assembly/component/callback/MyClient.java | 32 -- .../assembly/component/callback/MyClientImpl.java | 70 ---- .../assembly/component/callback/MyService.java | 36 -- .../component/callback/MyServiceCallBack.java | 31 -- .../assembly/component/callback/MyServiceImpl.java | 67 ---- .../assembly/component/impl/ABServiceImpl.java | 51 --- .../assembly/component/impl/AServiceImpl.java | 49 --- .../assembly/component/impl/BServiceImpl.java | 40 -- .../assembly/component/impl/CServiceImpl.java | 31 -- .../assembly/component/impl/DServiceImpl.java | 29 -- .../assembly/component/impl/EServiceImpl.java | 38 -- .../assembly/component/impl/FServiceImpl.java | 31 -- .../assembly/component/property/ServiceA.java | 32 -- .../assembly/component/property/ServiceAImpl.java | 51 --- .../assembly/component/property/ServiceB.java | 32 -- .../assembly/component/property/ServiceBImpl.java | 56 --- .../assembly/component/property/ServiceC.java | 29 -- .../assembly/component/property/ServiceCImpl.java | 44 -- .../assembly/component/reference/MyClientA.java | 32 -- .../component/reference/MyClientAImpl.java | 55 --- .../assembly/component/reference/MyClientB.java | 34 -- .../component/reference/MyClientBImpl.java | 68 ---- .../assembly/component/reference/MyClientC.java | 29 -- .../component/reference/MyClientCImpl.java | 85 ---- .../assembly/component/reference/MyClientD.java | 30 -- .../component/reference/MyClientDImpl.java | 73 ---- .../assembly/component/reference/MyClientE.java | 30 -- .../component/reference/MyClientEImpl.java | 67 ---- .../assembly/component/reference/MyService.java | 29 -- .../component/reference/MyServiceImpl.java | 34 -- .../component/reference/MyServiceImpl2.java | 34 -- .../main/resources/binding_resolution.composite | 43 -- .../src/main/resources/callback_bindings.composite | 56 --- .../src/main/resources/component.composite | 41 -- .../component_duplicate_property.composite | 35 -- .../main/resources/component_property_1.composite | 48 --- .../main/resources/component_property_2.composite | 52 --- .../main/resources/component_property_3.composite | 38 -- .../src/main/resources/nonuniquename.composite | 33 -- .../nonuniqueservicenameincomponenttype.composite | 29 -- .../nonuniqueservicenameincomposite.composite | 47 --- .../resources/notcompatibleinterface.composite | 38 -- .../main/resources/notmatchofservicename.composite | 41 -- .../component/impl/ABServiceImpl.componentType | 32 -- .../component/impl/DServiceImpl.componentType | 31 -- .../component/impl/EServiceImpl.componentType | 31 -- .../component/impl/FServiceImpl.componentType | 42 -- .../reference_multiplicity_moretargets.composite | 62 --- .../reference_multiplicity_multitargets.composite | 58 --- .../reference_multiplicity_ntargets.composite | 59 --- .../reference_multiplicity_zerotarget.composite | 51 --- .../main/resources/reference_wiredbyimpl.composite | 59 --- .../src/main/resources/referencename.composite | 49 --- .../src/main/resources/referencename_1.composite | 50 --- .../src/main/resources/referencename_2.composite | 51 --- .../src/main/resources/referencename_3.composite | 52 --- .../src/main/resources/referencename_4.composite | 53 --- .../src/main/resources/serviceelement.composite | 42 -- .../main/resources/servicewithbinding.composite | 33 -- .../main/resources/servicewithinterface.composite | 32 -- .../src/main/resources/zerocomponents.composite | 25 -- .../src/main/resources/zeroimplelements.composite | 38 -- .../assembly/component/ComponentBasicTestCase.java | 363 ----------------- .../component/ComponentPropertyTestCase.java | 166 -------- .../component/ComponentReferenceTestCase.java | 259 ------------ .../assembly/component/ComponentTestCase.java | 230 ----------- tags/java/sca/1.5/vtest/assembly/composite/pom.xml | 49 --- .../sca/vtest/assembly/composite/AService.java | 30 -- .../sca/vtest/assembly/composite/BService.java | 28 -- .../sca/vtest/assembly/composite/CService.java | 31 -- .../sca/vtest/assembly/composite/CSubService.java | 30 -- .../vtest/assembly/composite/CSuperService.java | 32 -- .../vtest/assembly/composite/DLocalSubService.java | 30 -- .../sca/vtest/assembly/composite/DServer.java | 49 --- .../sca/vtest/assembly/composite/DService.java | 31 -- .../assembly/composite/DServiceComponent.java | 47 --- .../sca/vtest/assembly/composite/DSubService.java | 31 -- .../vtest/assembly/composite/DSuperService.java | 32 -- .../sca/vtest/assembly/composite/EService.java | 30 -- .../sca/vtest/assembly/composite/FService.java | 33 -- .../assembly/composite/impl/AServiceImpl.java | 49 --- .../assembly/composite/impl/BServiceImpl.java | 37 -- .../assembly/composite/impl/CServiceImpl.java | 41 -- .../assembly/composite/impl/CSubServiceImpl.java | 37 -- .../assembly/composite/impl/CSuperServiceImpl.java | 45 --- .../assembly/composite/impl/DServiceImpl.java | 36 -- .../assembly/composite/impl/DSubServiceImpl.java | 32 -- .../assembly/composite/impl/DSuperServiceImpl.java | 43 -- .../assembly/composite/impl/EServiceImpl.java | 31 -- .../assembly/composite/impl/FServiceImpl.java | 46 --- .../src/main/resources/composite.composite | 30 -- .../src/main/resources/compositeb.composite | 31 -- .../src/main/resources/compositec.composite | 32 -- .../src/main/resources/compositecopy.composite | 32 -- .../resources/differentinterface_inner.composite | 39 -- .../resources/differentinterface_outer.composite | 32 -- .../main/resources/differentlocalwire.composite | 53 --- .../differentreferenceinterface_inner.composite | 42 -- .../differentreferenceinterface_outer.composite | 37 -- .../differentserviceinterface_inner.composite | 39 -- .../differentserviceinterface_outer.composite | 32 -- .../src/main/resources/dservicews.composite | 33 -- .../src/main/resources/localcomponent.composite | 39 -- .../src/main/resources/nonpromote_inner.composite | 43 -- .../src/main/resources/nonpromote_outer.composite | 31 -- .../resources/nonreferencepromote_inner.composite | 38 -- .../resources/nonreferencepromote_outer.composite | 44 -- .../resources/nonservicepromote_inner.composite | 42 -- .../resources/nonservicepromote_outer.composite | 31 -- .../resources/nonuniquereference_inner.composite | 34 -- .../resources/nonuniquereference_outer.composite | 42 -- .../resources/nonuniqueservice_inner.composite | 41 -- .../resources/nonuniqueservice_outer.composite | 31 -- .../src/main/resources/reference_inner.composite | 34 -- .../src/main/resources/reference_outer.composite | 42 -- .../src/main/resources/service_inner.composite | 42 -- .../src/main/resources/service_outer.composite | 32 -- .../src/main/resources/subinterfacewire.composite | 53 --- .../subreferenceinterface_inner.composite | 43 -- .../subreferenceinterface_outer.composite | 41 -- .../resources/subserviceinterface_inner.composite | 39 -- .../resources/subserviceinterface_outer.composite | 31 -- .../composite/src/main/resources/wire.composite | 53 --- .../assembly/composite/CompositeTestCase.java | 442 --------------------- tags/java/sca/1.5/vtest/assembly/ctypefile/pom.xml | 49 --- .../sca/vtest/assembly/ctypefile/AService.java | 30 -- .../sca/vtest/assembly/ctypefile/BService.java | 29 -- .../sca/vtest/assembly/ctypefile/CService.java | 29 -- .../sca/vtest/assembly/ctypefile/DService.java | 29 -- .../assembly/ctypefile/impl/AServiceImpl.java | 53 --- .../assembly/ctypefile/impl/BServiceImpl.java | 37 -- .../assembly/ctypefile/impl/CServiceImpl.java | 38 -- .../assembly/ctypefile/impl/DServiceImpl.java | 38 -- .../src/main/resources/constrainingtype.composite | 29 -- .../main/resources/noconstrainingtype.composite | 29 -- .../ctypefile/impl/AServiceImpl.componentType | 30 -- .../ctypefile/impl/BServiceImpl.componentType | 28 -- .../ctypefile/impl/CServiceImpl.componentType | 29 -- .../ctypefile/impl/CServiceImpl.constrainingType | 27 -- .../ctypefile/impl/DServiceImpl.componentType | 29 -- .../src/main/resources/typefile.composite | 40 -- .../ctypefile/CompomnentTypeFileTestCase.java | 183 --------- tags/java/sca/1.5/vtest/assembly/pom.xml | 70 ---- 152 files changed, 7428 deletions(-) delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/pom.xml delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/AService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/BService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/CService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/DService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/EEService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/EService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/FService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/HService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyClient.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyClientImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyServiceCallBack.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/ABServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/AServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/BServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/CServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/DServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/EServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/FServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceA.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceAImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceB.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceBImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceC.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceCImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientA.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientAImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientB.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientBImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientC.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientCImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientD.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientDImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientE.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientEImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyServiceImpl2.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/binding_resolution.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/callback_bindings.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_duplicate_property.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_1.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_2.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_3.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniquename.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniqueservicenameincomponenttype.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniqueservicenameincomposite.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/notcompatibleinterface.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/notmatchofservicename.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/ABServiceImpl.componentType delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/DServiceImpl.componentType delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/EServiceImpl.componentType delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/FServiceImpl.componentType delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_moretargets.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_multitargets.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_ntargets.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_zerotarget.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_wiredbyimpl.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_1.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_2.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_3.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_4.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/serviceelement.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/servicewithbinding.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/servicewithinterface.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/zerocomponents.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/main/resources/zeroimplelements.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentPropertyTestCase.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentReferenceTestCase.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentTestCase.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/pom.xml delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/AService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/BService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CSubService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CSuperService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DLocalSubService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DServer.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DServiceComponent.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DSubService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DSuperService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/EService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/FService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/AServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/BServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CSubServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CSuperServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DSubServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DSuperServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/EServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/FServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/composite.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositeb.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositec.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositecopy.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentinterface_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentinterface_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentlocalwire.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentreferenceinterface_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentreferenceinterface_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentserviceinterface_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentserviceinterface_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/dservicews.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/localcomponent.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonpromote_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonpromote_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonreferencepromote_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonreferencepromote_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonservicepromote_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonservicepromote_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniquereference_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniquereference_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniqueservice_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniqueservice_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/reference_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/reference_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/service_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/service_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subinterfacewire.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subreferenceinterface_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subreferenceinterface_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subserviceinterface_inner.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subserviceinterface_outer.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/wire.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/composite/src/test/java/org/apache/tuscany/sca/vtest/assembly/composite/CompositeTestCase.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/pom.xml delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/AService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/BService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/CService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/DService.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/AServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/BServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/DServiceImpl.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/constrainingtype.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/noconstrainingtype.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/AServiceImpl.componentType delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/BServiceImpl.componentType delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.componentType delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.constrainingType delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/DServiceImpl.componentType delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/typefile.composite delete mode 100644 tags/java/sca/1.5/vtest/assembly/ctypefile/src/test/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/CompomnentTypeFileTestCase.java delete mode 100644 tags/java/sca/1.5/vtest/assembly/pom.xml (limited to 'tags/java/sca/1.5/vtest/assembly') diff --git a/tags/java/sca/1.5/vtest/assembly/component/pom.xml b/tags/java/sca/1.5/vtest/assembly/component/pom.xml deleted file mode 100644 index fb1d4cb40a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/pom.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - vtest-assembly - 1.5 - ../pom.xml - - vtest-assembly-component - - Apache Tuscany SCA vTest SCA Assembly Verification Tests - Component - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.5 - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.5 - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.5 - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.5 - runtime - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/AService.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/AService.java deleted file mode 100644 index 592020c180..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/AService.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -/** - * Simple Remotable Service - */ -public interface AService { - - public String getState(); - public String getBProperty(); - public String getB2Property(); - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/BService.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/BService.java deleted file mode 100644 index 0d95c8e4b8..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/BService.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -/** - * Simple Service - */ -public interface BService { - - public String getState(); - public String getSomeProperty(); - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/CService.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/CService.java deleted file mode 100644 index c979c57f31..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/CService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -/** - * - */ -public interface CService { - - public String getState(); - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/DService.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/DService.java deleted file mode 100644 index f5832aa7ce..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/DService.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -/** - * simple service - */ -public interface DService { - - public String sayHello(); - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/EEService.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/EEService.java deleted file mode 100644 index 87de618ad3..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/EEService.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -/** - * simple service - * - */ -public interface EEService { - - public String method1() ; - - public String method3() ; - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/EService.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/EService.java deleted file mode 100644 index 5d3bbb26c3..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/EService.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -/** - * simple service - * - */ -public interface EService { - - public String method1() ; - - public String method2() ; - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/FService.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/FService.java deleted file mode 100644 index 65d97d0ab6..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/FService.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -import org.osoa.sca.annotations.Remotable; - -/** - * - * - */ -@Remotable -public interface FService { - - public String sayHello() ; -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/HService.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/HService.java deleted file mode 100644 index 214e9c5737..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/HService.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -import org.osoa.sca.annotations.Remotable; - -/** - * - * - */ -@Remotable -public interface HService { - - public String sayHelloWorld() ; - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyClient.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyClient.java deleted file mode 100644 index 17df0503d9..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyClient.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.callback; - -import org.osoa.sca.annotations.Remotable; - -/** - * - * - */ -@Remotable -public interface MyClient { - - public void callService() ; - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyClientImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyClientImpl.java deleted file mode 100644 index b36f4f4d75..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyClientImpl.java +++ /dev/null @@ -1,70 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.callback; - -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Scope; -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(MyClient.class) -public class MyClientImpl implements MyClient, MyServiceCallBack{ - - @Reference - private MyService myService ; - - String returnMessage ; - - private static Object monitor = new Object(); - - - public void callService() { - - if (myService == null) { - System.out.println("myService is null."); -// throw new Exception() ; - } else { - System.out.println("myService is not null."); - myService.dosomething() ; - } - - - int count = 0 ; - synchronized (monitor) { - while (returnMessage == null && count++ < 5) { - try { - monitor.wait(1000L); - } catch (InterruptedException e) { - e.printStackTrace(); - } - } - } - - } - - public void receiveResult(String result) { - this.returnMessage = result ; - System.out.println("returnMessage = " + returnMessage); - } - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyService.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyService.java deleted file mode 100644 index 7c9ad7a98e..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyService.java +++ /dev/null @@ -1,36 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.callback; - -import org.osoa.sca.annotations.Callback; -import org.osoa.sca.annotations.Remotable; - -/** - * - * - */ -//@Callback(MyServiceCallBack.class) -@Remotable -@Callback(MyServiceCallBack.class) -public interface MyService { - -// @OneWay - public abstract void dosomething() ; - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyServiceCallBack.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyServiceCallBack.java deleted file mode 100644 index 78c59048ea..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyServiceCallBack.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.callback; - -import org.osoa.sca.annotations.Remotable; - -/** - * - * - */ -@Remotable -public interface MyServiceCallBack { - - void receiveResult(String result); -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyServiceImpl.java deleted file mode 100644 index 07c321d8e4..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/callback/MyServiceImpl.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.callback; - -import org.osoa.sca.annotations.Callback; -import org.osoa.sca.annotations.Scope; -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(MyService.class) -public class MyServiceImpl implements MyService{ - -// @Context -// protected RequestContext requestContext; - -// @Callback MyServiceCallBack callback ; //we can't use this ! - @Callback protected MyServiceCallBack callback ; //this callback is ok - - public void dosomething() { - - try { - System.out.println("Recved request from client."); -// Thread.sleep(3000) ; -// if (requestContext != null) { -// System.out.println("requestContext is OK!"); -// } -// = requestContext.getCallback() ; - - - if (callback != null) { - System.out.println("callback is OK."); - callback.receiveResult("Message from Service side") ; - } else { - System.out.println("callback is NULL!"); - } - - - } catch (Exception e) { - e.printStackTrace() ; - } - - - - } - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/ABServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/ABServiceImpl.java deleted file mode 100644 index 98f0291be3..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/ABServiceImpl.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.impl; - -import org.apache.tuscany.sca.vtest.assembly.component.AService; -import org.apache.tuscany.sca.vtest.assembly.component.BService; -import org.osoa.sca.annotations.Property; -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Service; - -/** - * service implementation of AService and BService - * - */ -@Service(interfaces={AService.class, BService.class}) -public class ABServiceImpl implements AService, BService{ - - public String getState() { - return "OK"; - } - - public String getBProperty() { - return ""; - } - - public String getB2Property() { - return ""; - } - - - public String getSomeProperty() { - return "SomeProperty"; - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/AServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/AServiceImpl.java deleted file mode 100644 index 8c0d08d052..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/AServiceImpl.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.impl; - -import org.apache.tuscany.sca.vtest.assembly.component.AService; -import org.apache.tuscany.sca.vtest.assembly.component.BService; -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Service; - -@Service(AService.class) -public class AServiceImpl implements AService { - - @Reference - protected BService b; - - @Reference - protected BService b2; - - public String getState() { - return b.getState(); - } - - public String getBProperty() { - return b.getSomeProperty(); - } - - public String getB2Property() { - return b2.getSomeProperty(); - } - -} - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/BServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/BServiceImpl.java deleted file mode 100644 index 424e245fea..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/BServiceImpl.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.impl; - -import org.apache.tuscany.sca.vtest.assembly.component.BService; -import org.osoa.sca.annotations.Property; -import org.osoa.sca.annotations.Service; - -@Service(BService.class) -public class BServiceImpl implements BService { - - @Property - protected String someProperty; - - public String getState() { - return "SomeStateFromB"; - } - - public String getSomeProperty() { - return someProperty; - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/CServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/CServiceImpl.java deleted file mode 100644 index b2b420ed6a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/CServiceImpl.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.impl; - -public class CServiceImpl { - - private String state = "Some State"; - - public String getState() { - return state; - } - -} - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/DServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/DServiceImpl.java deleted file mode 100644 index fce89b7bb9..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/DServiceImpl.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.impl; - -public class DServiceImpl { - - public String sayHello() { - return "hello"; - } - -} - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/EServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/EServiceImpl.java deleted file mode 100644 index 4adb361ee5..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/EServiceImpl.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.impl; - -import org.apache.tuscany.sca.vtest.assembly.component.EService; -import org.osoa.sca.annotations.Service; - - -@Service(EService.class) -public class EServiceImpl { - - public String method1() { - - return "method1" ; - } - - public String method2() { - - return "method2" ; - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/FServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/FServiceImpl.java deleted file mode 100644 index 2e83612497..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/impl/FServiceImpl.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.impl; - -/** - * - * - */ -public class FServiceImpl { - - public String sayHello() { - return "hello" ; - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceA.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceA.java deleted file mode 100644 index d29eb41dfb..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceA.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.property; - -/** - * - * - */ -public interface ServiceA { - - String getServiceName() ; - - String getStrProperty() ; - - Object getObjProperty() ; -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceAImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceAImpl.java deleted file mode 100644 index dfd613d798..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceAImpl.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.property; - -import org.osoa.sca.annotations.Property; -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(ServiceA.class) -public class ServiceAImpl implements ServiceA{ - - @Property - protected String strProperty ; - - @Property - protected Object objProperty ; - - - public String getServiceName() { - return "AService" ; - } - - public String getStrProperty() { - - return strProperty ; - } - - public Object getObjProperty() { - - return objProperty ; - } -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceB.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceB.java deleted file mode 100644 index d57894527d..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceB.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.property; - -import org.osoa.sca.annotations.Property; - -/** - * - * - */ -public interface ServiceB { - - Object getObjProperty() ; - String getStrProperty() ; - int getIntProperty() ; -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceBImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceBImpl.java deleted file mode 100644 index f202906d7c..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceBImpl.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.property; - -import org.osoa.sca.annotations.Property; -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(ServiceB.class) -public class ServiceBImpl implements ServiceB{ - - @Property - protected Object objProperty ; - - @Property - protected String strProperty ; - -// @Property -// protected int intProperty ; - - public Object getObjProperty() { - return objProperty ; - } - - public String getStrProperty() { - - return strProperty ; - } - - public int getIntProperty() { - - return 100 ; -// return intProperty ; - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceC.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceC.java deleted file mode 100644 index 1eefede818..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceC.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.property; - -/** - * - * - */ -public interface ServiceC { - - String getStrProperty() ; - Object getObjProperty() ; -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceCImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceCImpl.java deleted file mode 100644 index bfbc1848c2..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/property/ServiceCImpl.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.property; - -import org.osoa.sca.annotations.Property; -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(ServiceC.class) -public class ServiceCImpl implements ServiceC{ - - @Property - protected String strProperty ; - - @Property(name="objProperty") - protected String objProperty ; - - public String getStrProperty() { - return strProperty ; - } - - public Object getObjProperty() { - return objProperty ; - } -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientA.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientA.java deleted file mode 100644 index 85bd9bf22c..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientA.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -/** - * - * - */ -public interface MyClientA { - - String callOtherServices() ; - - String callInvalidReference() ; - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientAImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientAImpl.java deleted file mode 100644 index a1948990a9..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientAImpl.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(MyClientA.class) -public class MyClientAImpl implements MyClientA{ - - @Reference - protected MyService b ; - - @Reference - protected MyService bService ; - - @Reference - protected MyService cService ; - - public String callOtherServices() { - - String s1 = b.doMyService() ; - String s2 = bService.doMyService() ; - return s1 + ":::" + s2 ; - } - - - public String callInvalidReference() { - - return cService.doMyService() ; - - } - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientB.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientB.java deleted file mode 100644 index 286dcb26c9..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientB.java +++ /dev/null @@ -1,34 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -/** - * - * - */ -public interface MyClientB { - - String callOtherServices() ; - -// String callZeroTargetReference() ; - - - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientBImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientBImpl.java deleted file mode 100644 index bc60a8253f..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientBImpl.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(MyClientB.class) -public class MyClientBImpl implements MyClientB{ - - @Reference - protected MyService[] myservices1 ; - - @Reference - protected MyService[] myservices2 ; - - public String callOtherServices() { - - StringBuffer buf = new StringBuffer() ; - String str ; -// for (MyService s: bService) { - for (int i = 0 ; i < myservices1.length ; i ++) { - - buf.append(myservices1[i].doMyService()) ; - buf.append("_") ; -// System.out.println(s.doMyService()); - } - buf.append("_") ; - for (int i = 0 ; i < myservices2.length ; i ++) { - - buf.append(myservices2[i].doMyService()) ; - buf.append("_") ; -// System.out.println(s.doMyService()); - } - - str = buf.toString() ; - if (str.length() > 0) { - str = str.substring(0, str.length() -1) ; - } - System.out.println(str); - - return str ; -// return bService.doMyService() ; - - } - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientC.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientC.java deleted file mode 100644 index 9ef398dcd0..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientC.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -/** - * - * - */ -public interface MyClientC { - - String callOtherService() ; - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientCImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientCImpl.java deleted file mode 100644 index 67a2ca395c..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientCImpl.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(MyClientC.class) -public class MyClientCImpl implements MyClientC { - - - @Reference - protected MyService service1 ; - - @Reference - protected MyService service2 ; - - - /** - * In this case , there is no target service defined for service1 and service2, - * so service1 and service2 should be null. - */ - public String callOtherService() { - - String str1 = null ; - String str2 = null ; - if (service1 == null) { - str1 = "MyService" ; - } - if (service2 == null) { - str2 = "MyService" ; - } -// String str1 = service1.doMyService() ; -// String str2 = service2.doMyService() ; - - return str1 + "_" + str2 ; - } -// -// public String callZeroTargetService_2() { -// -// String str1 = null ; -// String str2 = null ; -// if (service1 == null) { -// str1 = "MyService" ; -// } -// if (service2 == null) { -// str2 = "MyService" ; -// } -//// String str1 = service1.doMyService() ; -//// String str2 = service2.doMyService() ; -// -// return str1 + "_" + str2 ; -// } -// -// -// public String callOneTargetService() { -// -// String str1 = service1.doMyService() ; -// String str2 = service2.doMyService() ; -// -// return str1 + "_" + str2 ; -// -// } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientD.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientD.java deleted file mode 100644 index 9afd505017..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientD.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -/** - * - * - */ -public interface MyClientD { - - String callOtherService_1() ; - String callOtherService_2() ; - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientDImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientDImpl.java deleted file mode 100644 index e1523ae587..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientDImpl.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(MyClientD.class) -public class MyClientDImpl implements MyClientD { - - - @Reference - protected MyService service1 ; - - @Reference - protected MyService service2 ; - - @Reference - protected MyService service3 ; - - @Reference - protected MyService service4 ; - - /** - * In this case , there is no target service defined for service1 and service2, - * so service1 and service2 should be null. - */ - public String callOtherService_1() { - - String str1 = null ; - String str2 = null ; - if (service1 == null) { - str1 = "MyService" ; - } - if (service2 == null) { - str2 = "MyService" ; - } -// String str1 = service1.doMyService() ; -// String str2 = service2.doMyService() ; - - return str1 + "_" + str2 ; - } - - public String callOtherService_2() { - - String str1 = service3.doMyService() ; - String str2 = service4.doMyService() ; - - return str1 + "_" + str2 ; - } - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientE.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientE.java deleted file mode 100644 index 78896eb607..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientE.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -/** - * - * - */ -public interface MyClientE { - - String callOtherServices() ; - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientEImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientEImpl.java deleted file mode 100644 index 199e975017..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyClientEImpl.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(MyClientE.class) -public class MyClientEImpl implements MyClientE { - - - @Reference - protected MyService[] myservices ; - - @Reference - protected MyService myservice ; - - - public String callOtherServices() { - - StringBuffer buf = new StringBuffer() ; - String str ; -// for (MyService s: bService) { - for (int i = 0 ; i < myservices.length ; i ++) { - - buf.append(myservices[i].doMyService()) ; - buf.append("_") ; -// System.out.println(s.doMyService()); - } - buf.append(myservice.doMyService()) ; - buf.append("_") ; - - str = buf.toString() ; - if (str.length() > 0) { - str = str.substring(0, str.length() -1) ; - } - - System.out.println(str); - - return str ; -// return bService.doMyService() ; - - } - - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyService.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyService.java deleted file mode 100644 index d1ca487168..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyService.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -/** - * - * - */ -public interface MyService { - - String doMyService() ; - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyServiceImpl.java deleted file mode 100644 index b6bb38500a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyServiceImpl.java +++ /dev/null @@ -1,34 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(MyService.class) -public class MyServiceImpl implements MyService{ - - public String doMyService() { - - return "MyService" ; - } -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyServiceImpl2.java b/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyServiceImpl2.java deleted file mode 100644 index d3e5881f0a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/java/org/apache/tuscany/sca/vtest/assembly/component/reference/MyServiceImpl2.java +++ /dev/null @@ -1,34 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component.reference; - -import org.osoa.sca.annotations.Service; - -/** - * - * - */ -@Service(MyService.class) -public class MyServiceImpl2 implements MyService{ - - public String doMyService() { - - return "MyService2" ; - } -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/binding_resolution.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/binding_resolution.composite deleted file mode 100644 index d113ba26c3..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/binding_resolution.composite +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/callback_bindings.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/callback_bindings.composite deleted file mode 100644 index 29dc96098e..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/callback_bindings.composite +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component.composite deleted file mode 100644 index bb452feac9..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component.composite +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - some b component value - - - - - some b2 component value - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_duplicate_property.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_duplicate_property.composite deleted file mode 100644 index 0886c94a90..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_duplicate_property.composite +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - value1 - value2 - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_1.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_1.composite deleted file mode 100644 index 5e975e5105..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_1.composite +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - I am a string - I am a object - - - - - - - I am a string - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_2.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_2.composite deleted file mode 100644 index 42d7234a1c..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_2.composite +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_3.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_3.composite deleted file mode 100644 index c6b0d2f245..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/component_property_3.composite +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - I am a string - - - I am an object - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniquename.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniquename.composite deleted file mode 100644 index 3019542091..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniquename.composite +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniqueservicenameincomponenttype.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniqueservicenameincomponenttype.composite deleted file mode 100644 index 0f859f908f..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniqueservicenameincomponenttype.composite +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniqueservicenameincomposite.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniqueservicenameincomposite.composite deleted file mode 100644 index 00f3d00a2d..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/nonuniqueservicenameincomposite.composite +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/notcompatibleinterface.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/notcompatibleinterface.composite deleted file mode 100644 index b4d2abc011..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/notcompatibleinterface.composite +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/notmatchofservicename.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/notmatchofservicename.composite deleted file mode 100644 index 3f57e56cf5..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/notmatchofservicename.composite +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/ABServiceImpl.componentType b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/ABServiceImpl.componentType deleted file mode 100644 index 7cc63afee1..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/ABServiceImpl.componentType +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/DServiceImpl.componentType b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/DServiceImpl.componentType deleted file mode 100644 index 899f84b2dd..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/DServiceImpl.componentType +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/EServiceImpl.componentType b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/EServiceImpl.componentType deleted file mode 100644 index 86a7be9cc0..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/EServiceImpl.componentType +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/FServiceImpl.componentType b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/FServiceImpl.componentType deleted file mode 100644 index 09cf5881a2..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/org/apache/tuscany/sca/vtest/assembly/component/impl/FServiceImpl.componentType +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_moretargets.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_moretargets.composite deleted file mode 100644 index 396aa0557c..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_moretargets.composite +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_multitargets.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_multitargets.composite deleted file mode 100644 index 7cf1d0b2e8..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_multitargets.composite +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_ntargets.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_ntargets.composite deleted file mode 100644 index eb4c820ca0..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_ntargets.composite +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_zerotarget.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_zerotarget.composite deleted file mode 100644 index 0895f2b7ce..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_multiplicity_zerotarget.composite +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_wiredbyimpl.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_wiredbyimpl.composite deleted file mode 100644 index e5e492f34b..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/reference_wiredbyimpl.composite +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename.composite deleted file mode 100644 index 9544c947d1..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename.composite +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_1.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_1.composite deleted file mode 100644 index e7445c4a2a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_1.composite +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_2.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_2.composite deleted file mode 100644 index bf39310764..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_2.composite +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_3.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_3.composite deleted file mode 100644 index e2ef1947e8..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_3.composite +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_4.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_4.composite deleted file mode 100644 index 5ef8367193..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/referencename_4.composite +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/serviceelement.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/serviceelement.composite deleted file mode 100644 index 9460f5a2e1..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/serviceelement.composite +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - some b component value - - - - - - some b2 component value - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/servicewithbinding.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/servicewithbinding.composite deleted file mode 100644 index 085d84f40e..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/servicewithbinding.composite +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/servicewithinterface.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/servicewithinterface.composite deleted file mode 100644 index cc915fbde5..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/servicewithinterface.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/zerocomponents.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/zerocomponents.composite deleted file mode 100644 index 9465cedaf9..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/zerocomponents.composite +++ /dev/null @@ -1,25 +0,0 @@ - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/zeroimplelements.composite b/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/zeroimplelements.composite deleted file mode 100644 index 8629f3817a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/main/resources/zeroimplelements.composite +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - some b component value - - - - - some b2 component value - - - diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java b/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java deleted file mode 100644 index 69b7377986..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java +++ /dev/null @@ -1,363 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -import java.io.BufferedReader; -import java.io.InputStreamReader; -import java.net.URL; -import java.net.URLConnection; - -import junit.framework.Assert; - -import org.apache.tuscany.sca.vtest.assembly.component.callback.MyClient; -import org.apache.tuscany.sca.vtest.utilities.ServiceFinder; -import org.junit.Test; -import org.junit.Ignore; -import org.osoa.sca.ServiceRuntimeException; - -/** - * Test the basic functionalities of the component - * - */ -public class ComponentBasicTestCase { - - - private void initDomain(String compositePath) { - System.out.println("Setting up"); - ServiceFinder.init(compositePath); - } - - private void cleanupDomain() { - System.out.println("Cleaning up"); - ServiceFinder.cleanup(); - } - - /** - * Lines 92-96: - *

- * Components are configured instances of implementations. Components - * provide and consume services. More than one component can use and - * configure the same implementation, where each component configures the - * implementation differently. - */ - @Test - public void components1() throws Exception { - initDomain("component.composite"); - AService service = ServiceFinder.getService(AService.class, "AComponent/AService"); - Assert.assertEquals("some b component value", service.getBProperty()); - Assert.assertEquals("some b2 component value", service.getB2Property()); - cleanupDomain(); - } - - /** - * Lines 96-97: - *

- * There can be zero or more component elements within a composite. - */ - @Test - public void components2() throws Exception { - initDomain("zerocomponents.composite"); - cleanupDomain(); - } - - /** - * Lines 142-143: - *

- * name (required) ?the name of the component. The name must be unique - * across all the components in the composite. - */ - @Test(expected = ServiceRuntimeException.class) - //@Ignore("TUSCANY-2455") - public void components3() throws Exception { - initDomain("nonuniquename.composite"); - cleanupDomain(); - } - - /** - * Lines 154-158: - *

- * A component element has zero or one implementation element as its child, - * which points to the implementation used by the component. A component - * with no implementation element is not runnable, but components of this - * kind may be useful during a "top-down" development process as a means of - * defining the characteristics required of the implementation before the - * implementation is written. - */ - @Test - public void components4() throws Exception { - initDomain("zeroimplelements.composite"); - cleanupDomain(); - } - - /** - * Lines 159-160: - *

- * The component element can have zero or more service elements as children - * which are used to configure the services of the component. - */ - @Test - public void components5() throws Exception { - initDomain("serviceelement.composite"); - cleanupDomain(); - } - - /** - * Lines 174-179: - *

- * A service has zero or one interface, which describes the operations - * provided by the service. The interface is described by an interface - * element which is a child element of the service element. If no interface - * is specified, then the interface specified for the service by the - * implementation is in effect. If an interface is specified it must provide - * a compatible subset of the interface provided by the implementation, i.e. - * provide a subset of the operations defined by the implementation for the - * service. - */ - @Test - public void components6() throws Exception { - initDomain("servicewithinterface.composite"); - CService service = ServiceFinder.getService(CService.class, "CComponent"); - Assert.assertEquals("Some State", service.getState()); - cleanupDomain(); - } - - /** - * Lines 180-182: - *

- * A service element has one or more binding elements as children. If no - * bindings are specified, then the bindings specified for the service by - * the implementation are in effect. If bindings are specified, then those - * bindings override the bindings specified by the implementation. - */ - @Test - public void components7() throws Exception { - initDomain("servicewithbinding.composite"); - CService service = ServiceFinder.getService(CService.class, "CComponent"); - Assert.assertEquals("Some State", service.getState()); - cleanupDomain(); - } - - /** - * Lines 142-143: - *

- * OSOA: - * the name of the component. The name must be unique across all the - * components in the composite. - *

- * ASM50001 - *

- * OASIS: - * the name of the component. The name must be unique across all - * the components in the composite. - * - */ - @Test(expected=ServiceRuntimeException.class) - public void testComponentnameUnique() throws Exception { - initDomain("nonuniquename.composite"); - cleanupDomain(); - - } - - /** - * Lines 1498-1499: - *

- * OSOA: - * the name of the service, the name MUST BE unique across all the - * composite services in the composite - *

- * ASM50002 - *

- * OASIS: - * The @name attribute of a service element of a MUST be unique amongst - * the service elements of that - * - */ - @Test(expected=ServiceRuntimeException.class) - public void testServicenameUnique() throws Exception { - initDomain("nonuniqueservicenameincomposite.composite"); - DService service = ServiceFinder.getService(DService.class, "CDComponent/CServiceImpl"); - Assert.assertEquals("hello", service.sayHello()); - cleanupDomain(); - } - - /** - *

- * Not mentioned in OSOA - *

- * ASM50003 - *

- * OASIS - * The @name attribute of a service element of a MUST match the - * @name attribute of a service element of the componentType of the - * child element of the component. - *

- * For the service name, OSOA says(1598-1500): - * name (required) - the name of the service, the name MUST BE unique across all the - * composite services in the composite. The name of the composite service can be different - * from the name of the promoted component service. - */ - @Test(expected=ServiceRuntimeException.class) - public void testServicenameNotmatch() throws Exception { - initDomain("notmatchofservicename.composite"); - DService service = ServiceFinder.getService(DService.class, "DComponent1/DService1"); - Assert.assertEquals("hello", service.sayHello()); - cleanupDomain(); - } - - /** - *

- * Not mentioned in OSOA - *

- * ASM50003 - *

- * OASIS - * The @name attribute of a service element of a MUST match the - * @name attribute of a service element of the componentType of the - * child element of the component. - * - */ - public void testServicenameMatch() throws Exception { - initDomain("notmatchofservicename.composite"); - DService service = ServiceFinder.getService(DService.class, "DComponent1/DService"); - Assert.assertEquals("hello", service.sayHello()); - cleanupDomain(); - } - - - /** - * Lines 177-178: - *

- * OSOA: - * If an interface is specified it must provide a compatible subset of the - * interface provided by the implementation - *

- * ASM50004 - *

- * OASIS: - * If a element has an interface subelement specified, the interface MUST - * provide a compatible subset of the interface declared on the componentType of the - * implementation. - */ - @Test(expected=ServiceRuntimeException.class) - public void testInterfaceCompatible() throws Exception { - //for this case, if you remove the method3() in the EEService - //the EEService will be a compatible subset of EService. - initDomain("notcompatibleinterface.composite"); - EEService service = ServiceFinder.getService(EEService.class, "EEComponent/EEService"); - Assert.assertEquals("method1", service.method1()); - cleanupDomain(); - } - - /** - * This method helps to check if the binding.ws is working. - * if the http response contains the "wsdl:definitions", - * we can regard it as a wsdl message, then the wsdlURL is valid. - * @param wsdlURL - * @return - */ - private boolean isValidWebService(String wsdlURL) { - - try { - URL url = new URL(wsdlURL) ; - URLConnection conn = url.openConnection() ; - BufferedReader reader = new BufferedReader(new InputStreamReader(conn.getInputStream())) ; - String lineStr ; - while ((lineStr = reader.readLine()) != null) { - if (lineStr.indexOf("wsdl:definitions") != -1 ) { - return true ; - } - } - - } catch (Exception e) { - e.printStackTrace() ; - } - - return false ; - } - - /** - *

- * No matched OSOA statements found - *

- * ASM50005 - *

- * OASIS: - * If no binding elements are specified for the service, then the bindings specified for - * the equivalent service in the componentType of the implementation MUST be used, - * but if the componentType also has no bindings specified, then - * MUST be used as the binding. If binding elements are specified for the service, then - * those bindings MUST be used and they override any bindings specified for the - * equivalent service in the componentType of the implementation. - */ - @Test - // @Ignore("broken, see TUSCANY-2946") - public void testServiceBinding() throws Exception { - - initDomain("binding_resolution.composite"); - - FService service ; - //test no binding in component - service = ServiceFinder.getService(FService.class, "FComponent/FService1"); - Assert.assertEquals("hello", service.sayHello()); - Assert.assertEquals(true , isValidWebService("http://localhost:8085/FService1?wsdl")) ; - //test no binding in componentType - service = ServiceFinder.getService(FService.class, "FComponent/FService2"); - Assert.assertEquals("hello", service.sayHello()); - //test binding overriding - service = ServiceFinder.getService(FService.class, "FComponent/FService3"); - Assert.assertEquals("hello", service.sayHello()); - Assert.assertEquals(true , isValidWebService("http://localhost:8085/FService3?wsdl")) ; - - cleanupDomain(); - } - - /** - * Line 1526-1529: - *

- * OSOA: - * A service element has an optional callback element used if the interface - * has a callback defined, which has one or more binding elements as children. - * The callback and its binding child elements are specified if there is a need - * to have binding details used to handle callbacks. If the callback element is not present, - * the behaviour is runtime implementation dependent. - *

- * ASM50006 - *

- * If the callback element is present and contains one or more binding - * child elements,then those bindings MUST be used for the callback. - * - */ - @Test - public void testCallbackBindings() throws Exception{ - - initDomain("callback_bindings.composite"); - MyClient client = ServiceFinder.getService(MyClient.class, "MyServiceClientComponent/MyClient"); - client.callService() ; - - cleanupDomain(); - } - - - - - - - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentPropertyTestCase.java b/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentPropertyTestCase.java deleted file mode 100644 index 6cf8b49e4f..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentPropertyTestCase.java +++ /dev/null @@ -1,166 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -import junit.framework.Assert; - -import org.apache.tuscany.sca.vtest.assembly.component.property.ServiceA; -import org.apache.tuscany.sca.vtest.assembly.component.property.ServiceB; -import org.apache.tuscany.sca.vtest.assembly.component.property.ServiceC; -import org.apache.tuscany.sca.vtest.utilities.ServiceFinder; -import org.junit.Ignore; -import org.junit.Test; - -/** - * This test case covers the main functionalities of component property. - * - */ -public class ComponentPropertyTestCase { - - private void initDomain(String compositePath) { - System.out.println("Setting up"); - ServiceFinder.init(compositePath); - } - - private void cleanupDomain() { - System.out.println("Cleaning up"); - ServiceFinder.cleanup(); - } - - /** - * - *

- * OSOA - * The property has no @value attribute now. - *

- * ASM50027 - *

- * OASIS: - * If the @value attribute of a component property element is declared, the type of the - * property MUST be an XML Schema simple type and the @value attribute MUST - * contain a single value of that type - */ - @Test - @Ignore("It will be implemented in SCA 2.x codebase") - public void testValueAttibuteValid_1() { - - initDomain("component_property_1.composite"); - ServiceA service = ServiceFinder.getService(ServiceA.class , "AComponent/ServiceA") ; - Assert.assertEquals("I am a string" ,service.getStrProperty()) ; - Assert.assertEquals("I am a object" ,service.getObjProperty()) ; - cleanupDomain(); - - } - - /** - *

- * OSOA - * The property has no @value attribute now. - *

- * ASM50027 - *

- * OASIS: - * If the @value attribute of a component property element is declared, the type of the - * property MUST be an XML Schema simple type and the @value attribute MUST - * contain a single value of that type - */ - @Test - @Ignore("It will be implemented in SCA 2.x codebase") - public void testValueAttibuteValid_2() { - - initDomain("component_property_1.composite"); - ServiceB service = ServiceFinder.getService(ServiceB.class , "BComponent/ServiceB") ; -// Assert.assertEquals("I am a object" ,service.getObjProperty()) ; - //It will fail to get the value from composite file, so it will be an empty string - System.out.println("::::" + service.getStrProperty()); -// System.out.println("::::" + service.getIntProperty()); -// Assert.assertEquals("I am a string" ,service.getStrProperty()) ; - - Assert.assertEquals("" ,service.getObjProperty()) ; - cleanupDomain(); - - } - - /** - *

- * OSOA - * Not mentioned in OSOA - *

- * ASM50030 - *

- * OASIS: - * A element MUST NOT contain two subelements with the - * same value of the @name attribute - */ - @Test - @Ignore("TUSCANY-2863") - public void testDuplicateProperty() { - - initDomain("component_duplicate_property.composite"); - ServiceA service = ServiceFinder.getService(ServiceA.class , "AComponent/ServiceA") ; -// System.out.println(service.getStrProperty()) ; - Assert.assertEquals("value1", service.getStrProperty()) ; - cleanupDomain(); - - } - - /** - *

- * OSOA - * No corresponding statements in OSOA. - *

- * ASM50031 - *

- * OASIS: - * The name attribute of a component property MUST match the name of a property - * element in the component type of the component implementation. - */ - @Test - public void testPropertyNameMatched() { - - initDomain("component_property_3.composite"); - ServiceC service = ServiceFinder.getService(ServiceC.class , "CComponent/ServiceC") ; - Assert.assertEquals("I am a string" , service.getStrProperty()) ; - cleanupDomain(); - - } - - /** - *

- * OSOA - * No corresponding statements in OSOA. - *

- * ASM50031 - *

- * OASIS: - * The name attribute of a component property MUST match the name of a property - * element in the component type of the component implementation. - */ - @Test - public void testPropertyNameNotMatched() { - - initDomain("component_property_3.composite"); - ServiceC service = ServiceFinder.getService(ServiceC.class , "CComponent/ServiceC") ; - Assert.assertNull(service.getObjProperty()) ; - cleanupDomain(); - - } - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentReferenceTestCase.java b/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentReferenceTestCase.java deleted file mode 100644 index d62d10965a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentReferenceTestCase.java +++ /dev/null @@ -1,259 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -import junit.framework.Assert; - -import org.apache.tuscany.sca.vtest.assembly.component.reference.MyClientA; -import org.apache.tuscany.sca.vtest.assembly.component.reference.MyClientB; -import org.apache.tuscany.sca.vtest.assembly.component.reference.MyClientC; -import org.apache.tuscany.sca.vtest.assembly.component.reference.MyClientD; -import org.apache.tuscany.sca.vtest.assembly.component.reference.MyClientE; -import org.apache.tuscany.sca.vtest.utilities.ServiceFinder; -import org.junit.Ignore; -import org.junit.Test; -import org.osoa.sca.ServiceRuntimeException; - -/** - * Test the reference name, wire, wireByImpl, autowire and so on. - * - */ -public class ComponentReferenceTestCase { - - private void initDomain(String compositePath) { - System.out.println("Setting up"); - ServiceFinder.init(compositePath); - } - - private void cleanupDomain() { - System.out.println("Cleaning up"); - ServiceFinder.cleanup(); - } - - /** - * Line 1325-1326: - *

- * OSOA: - * the name of the reference. The name must be unique across all the - * composite references in the composite. - *

- * ASM50007 - *

- * OASIS: - * the name of the reference. Has to match a name of a reference defined by the implementation. - * The @name attribute of a reference element of a MUST be unique amongst the - * reference elements of that - */ - @Test - public void testReferenceNameUnique() { - - initDomain("referencename_1.composite"); - - MyClientA service = ServiceFinder.getService(MyClientA.class, "ClientComponent1/MyClientA"); - Assert.assertEquals("MyService:::MyService" , service.callOtherServices()) ; - - cleanupDomain(); - } - - /** - * Line 1325-1326: - *

- * OSOA: - * the name of the reference. The name must be unique across all the - * composite references in the composite. - *

- * ASM50007 - *

- * OASIS: - * the name of the reference. Has to match a name of a reference defined by the implementation. - * The @name attribute of a reference element of a MUST be unique amongst the - * reference elements of that - */ - @Test - public void testReferenceNameDuplicated() { - //for this case, the reference of "b" in MyClientImpl is null. - try { - initDomain("referencename_2.composite"); - } catch (ServiceRuntimeException ex){ - Assert.assertEquals("Duplicate component reference name: Component = ClientComponent2 Reference = b", ex.getMessage()); - return; - } - Assert.fail(); - cleanupDomain(); - } - - /** - * Line 192-193: - *

- * OSOA: - * the name of the reference. Has to match a name of a reference - * defined by the implementation. - *

- * ASM50008 - *

- * OASIS: - * the name of the reference. Has to match a name of a reference defined by the implementation. - * - */ - @Test - public void testComponentReferenceNameMatched() { - initDomain("referencename_3.composite"); - MyClientA service = ServiceFinder.getService(MyClientA.class, "ClientComponent1/MyClientA"); - Assert.assertEquals("MyService:::MyService" , service.callOtherServices()) ; - cleanupDomain(); - } - - /** - * Line 192-193: - *

- * OSOA: - * the name of the reference. Has to match a name of a reference - * defined by the implementation. - *

- * ASM50008 - *

- * OASIS: - * the name of the reference. Has to match a name of a reference defined by the implementation. - * - */ - @Test - public void testComponentReferenceNameValid() { - - try { - initDomain("referencename_4.composite"); - } catch (ServiceRuntimeException ex){ - Assert.assertEquals("Reference not found for component reference: Component = ClientComponent1 Reference = bb", ex.getMessage()); - return; - } - - Assert.fail(); - cleanupDomain(); - - } - - /** - * - *

- * ASM50010 - *

- * OASIS: - * If @wiredByImpl="true" is set for a reference, then the reference MUST NOT be - * wired statically within a composite, but left unwired - */ - @Test - @Ignore("Not implemented in SCA 1.x codebase.") - public void testWiredByImpl() { - initDomain("reference_wiredbyimpl.composite"); - MyClientA service = ServiceFinder.getService(MyClientA.class, "ClientComponent/MyClientA"); - Assert.assertEquals("MyService:::MyService" , service.callOtherServices()) ; - cleanupDomain(); - } - - - /** - * Line 208: - *

- * OSOA: - * zero or one wire can have the reference as a source - *

- * ASM50018 - *

- * OASIS - * A reference with multiplicity 0..1 or 0..n MAY have no target - * service defined. - * - */ - @Test - public void testMultiplicity_1() { - - initDomain("reference_multiplicity_zerotarget.composite"); - MyClientC service = ServiceFinder.getService(MyClientC.class, "ClientComponent/MyClientC"); - Assert.assertEquals("MyService_MyService" , service.callOtherService()) ; - cleanupDomain(); - } - - /** - * Line 208: - * OSOA: - * zero or one wire can have the reference as a source - *

- * ASM50019 - *

- * OASIS: - * A reference with multiplicity 0..1 or 1..1 MUST NOT have more than one target service - * defined. - */ - @Test - @Ignore("TUSCANY-2720") - public void testMultiplicity_2() { - - initDomain("reference_multiplicity_moretargets.composite"); - MyClientB service = ServiceFinder.getService(MyClientB.class, "ClientComponent/MyClientB"); - Assert.assertEquals("MyService_MyService2_MyService_MyService2" , service.callOtherServices()) ; - cleanupDomain(); - } - - /** - * Line 207,209 - *

- * OSOA: - * 1..1 – one wire can have the reference as a source - * 1..n – one or more wires can have the reference as a source - *

- * ASM50020 - *

- * OASIS: - * A reference with multiplicity 1..1 or 1..n MUST have at least one target - * service defined. - */ - @Test - public void testMultiplicity_3() { - - initDomain("reference_multiplicity_ntargets.composite"); - MyClientD service = ServiceFinder.getService(MyClientD.class, "ClientComponent/MyClientD"); - Assert.assertEquals("MyService_MyService" , service.callOtherService_1()) ; - Assert.assertEquals("MyService_MyService" , service.callOtherService_2()) ; - - cleanupDomain(); - } - - /** - * Line 209-210 - *

- * OSOA - * 1..n – one or more wires can have the reference as a source - * 0..n - zero or more wires can have the reference as a source - *

- * ASM50020 - *

- * OASIS: - * A reference with multiplicity 0..n or 1..n MAY have one or more - * target services defined. - */ - @Test - public void testMultiplicity_4() { - - initDomain("reference_multiplicity_multitargets.composite"); - MyClientE service = ServiceFinder.getService(MyClientE.class, "ClientComponent/MyClientE"); - Assert.assertEquals("MyService_MyService2_MyService" , service.callOtherServices()) ; - - cleanupDomain(); - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentTestCase.java b/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentTestCase.java deleted file mode 100644 index 2d245d10a8..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentTestCase.java +++ /dev/null @@ -1,230 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.component; - -import junit.framework.Assert; - -import org.apache.tuscany.sca.vtest.utilities.ServiceFinder; -import org.junit.Ignore; -import org.junit.Test; -import org.osoa.sca.ServiceRuntimeException; - -/** - * - */ -public class ComponentTestCase { - - private void initDomain(String compositePath) { - System.out.println("Setting up"); - - ServiceFinder.init(compositePath); - } - - private void cleanupDomain() { - System.out.println("Cleaning up"); - ServiceFinder.cleanup(); - } - - - - /** - * Lines 92-96: - *

- * Components are configured instances of implementations. Components - * provide and consume services. More than one component can use and - * configure the same implementation, where each component configures the - * implementation differently. - */ - @Test - public void components1() throws Exception { - initDomain("component.composite"); - AService service = ServiceFinder.getService(AService.class, "AComponent/AService"); - Assert.assertEquals("some b component value", service.getBProperty()); - Assert.assertEquals("some b2 component value", service.getB2Property()); - cleanupDomain(); - } - - /** - * Lines 96-97: - *

- * There can be zero or more component elements within a composite. - */ - @Test - public void components2() throws Exception { - initDomain("zerocomponents.composite"); - cleanupDomain(); - } - - /** - * Lines 142-143: - *

- * name (required) ?the name of the component. The name must be unique - * across all the components in the composite. - */ - @Test(expected = ServiceRuntimeException.class) - //@Ignore("TUSCANY-2455") - public void components3() throws Exception { - initDomain("nonuniquename.composite"); - cleanupDomain(); - } - - /** - * Lines 154-158: - *

- * A component element has zero or one implementation element as its child, - * which points to the implementation used by the component. A component - * with no implementation element is not runnable, but components of this - * kind may be useful during a "top-down" development process as a means of - * defining the characteristics required of the implementation before the - * implementation is written. - */ - @Test - public void components4() throws Exception { - initDomain("zeroimplelements.composite"); - cleanupDomain(); - } - - /** - * Lines 159-160: - *

- * The component element can have zero or more service elements as children - * which are used to configure the services of the component. - */ - @Test - public void components5() throws Exception { - initDomain("serviceelement.composite"); - cleanupDomain(); - } - - /** - * Lines 174-179: - *

- * A service has zero or one interface, which describes the operations - * provided by the service. The interface is described by an interface - * element which is a child element of the service element. If no interface - * is specified, then the interface specified for the service by the - * implementation is in effect. If an interface is specified it must provide - * a compatible subset of the interface provided by the implementation, i.e. - * provide a subset of the operations defined by the implementation for the - * service. - */ - @Test - public void components6() throws Exception { - initDomain("servicewithinterface.composite"); - CService service = ServiceFinder.getService(CService.class, "CComponent"); - Assert.assertEquals("Some State", service.getState()); - cleanupDomain(); - } - - /** - * Lines 180-182: - *

- * A service element has one or more binding elements as children. If no - * bindings are specified, then the bindings specified for the service by - * the implementation are in effect. If bindings are specified, then those - * bindings override the bindings specified by the implementation. - */ - @Test - public void components7() throws Exception { - initDomain("servicewithbinding.composite"); - CService service = ServiceFinder.getService(CService.class, "CComponent"); - Assert.assertEquals("Some State", service.getState()); - cleanupDomain(); - } - - /** - * Lines 599-601: - *

- * ASM50001 - *

- * The @name attribute of a child element of a MUST - * be unique amongst the service elements of that - * - */ - @Test(expected=ServiceRuntimeException.class) - @Ignore("TUSCANY-2675") - public void ASM50001() throws Exception { - initDomain("nonuniqueservicenameincomponenttype.composite"); - AService service = ServiceFinder.getService(AService.class, "ABComponent/AService"); - Assert.assertEquals("OK", service.getState()); - cleanupDomain(); - } - - /** - * Lines 695-697: - *

- * ASM50002 - *

- * The @name attribute of a service element of a MUST be unique amongst - * the service elements of that - * - */ - @Test(expected=ServiceRuntimeException.class) - public void ASM50002() throws Exception { - initDomain("nonuniqueservicenameincomposite.composite"); - DService service = ServiceFinder.getService(DService.class, "CDComponent/CServiceImpl"); - Assert.assertEquals("hello", service.sayHello()); - cleanupDomain(); - } - - /** - * Lines 697-699: - *

- * ASM50003 - *

- * OSOA - * The @name attribute of a service element of a MUST match the - * @name attribute of a service element of the componentType of the child element of the component. - *

- * OASIS - * the name of the service has to match a name of a service defined by the implementation - * - */ - @Test(expected=ServiceRuntimeException.class) - public void ASM50003() throws Exception { - initDomain("notmatchofservicename.composite"); - DService service = ServiceFinder.getService(DService.class, "DComponent1/DService1"); - Assert.assertEquals("hello", service.sayHello()); - cleanupDomain(); - } - - /** - * Lines 709-715: - *

- * ASM50004 - *

- * If a element has an interface subelement specified, the interface MUST - * provide a compatible subset of the interface declared on the componentType of the - * implementation. - */ - @Test(expected=ServiceRuntimeException.class) - public void ASM50004() throws Exception { - //for this case, if you remove the method3() in the EEService - //the EEService will be a compatible subset of EService. - initDomain("notcompatibleinterface.composite"); - EEService service = ServiceFinder.getService(EEService.class, "EEComponent/EEService"); - Assert.assertEquals("method1", service.method1()); - cleanupDomain(); - } - - - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/pom.xml b/tags/java/sca/1.5/vtest/assembly/composite/pom.xml deleted file mode 100644 index 8b566e1ab8..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/pom.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - vtest-assembly - 1.5 - ../pom.xml - - vtest-assembly-composite - - Apache Tuscany SCA vTest SCA Assembly Verification Tests - Composite - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.5 - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.5 - runtime - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/AService.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/AService.java deleted file mode 100644 index 506e79b793..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/AService.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -/** - * Simple Remotable Service - */ -public interface AService { - - public String getState(); - public String getBProperty(); - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/BService.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/BService.java deleted file mode 100644 index 61b4293940..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/BService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -/** - * Simple Service - */ -public interface BService { - - public String getSomeProperty(); - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CService.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CService.java deleted file mode 100644 index 6d2c7e5963..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CService.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -import org.osoa.sca.annotations.Remotable; - -/** - * - */ -public interface CService extends CSubService{ - - public String getState(); - public String getName(); - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CSubService.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CSubService.java deleted file mode 100644 index 8333d69c9e..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CSubService.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -import org.osoa.sca.annotations.Remotable; - -/** - * - */ -public interface CSubService { - - public String getState(); - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CSuperService.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CSuperService.java deleted file mode 100644 index 7424fd215c..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/CSuperService.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -import org.osoa.sca.annotations.Remotable; - -/** - * - */ -public interface CSuperService extends CService{ - - public String getState(); - public String getName(); - public String getString(); - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DLocalSubService.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DLocalSubService.java deleted file mode 100644 index 7e61beec62..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DLocalSubService.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - - -/** - * Simple Local service. - */ - -public interface DLocalSubService { - - public String getGreetings(String name); - public String getSomeProperty(); -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DServer.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DServer.java deleted file mode 100644 index 058726dbd7..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DServer.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -import java.io.IOException; -import java.net.ServerSocket; - -import org.apache.tuscany.sca.host.embedded.SCADomain; - -/** - * This server program shows how to create an SCA runtime, and start it which - * activates the helloworld Web service endpoint. - */ -public class DServer { - - public static void main(String[] args) { - - - SCADomain scaDomain = SCADomain.newInstance("dservicews.composite"); - - try { - System.out.println("HelloWorld server started (press enter to shutdown)"); - System.in.read(); - } catch (IOException e) { - e.printStackTrace(); - } - - scaDomain.close(); - System.out.println("HelloWorld server stopped"); - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DService.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DService.java deleted file mode 100644 index 3c41255657..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DService.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -import org.osoa.sca.annotations.Remotable; - -/** - * Simple Remotable service. - */ -@Remotable -public interface DService { - - public String getGreetings(String name); - public String getSomeProperty(); -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DServiceComponent.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DServiceComponent.java deleted file mode 100644 index a32b72b7de..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DServiceComponent.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -import org.osoa.sca.annotations.Scope; - -/** - * This client program shows how to create an SCA runtime, start it, - * locate the HelloWorld service and invoke it. - */ -@Scope("COMPOSITE") -public class DServiceComponent implements DService { - - DService helloWorldService; - - public String getGreetings(String name) { - return helloWorldService.getGreetings(name); - } - - public String getSomeProperty() { - return helloWorldService.getSomeProperty(); - } - - public DService getHelloWorldService() { - return helloWorldService; - } - - public void setHelloWorldService(DService helloWorldService) { - this.helloWorldService = helloWorldService; - } -} \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DSubService.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DSubService.java deleted file mode 100644 index 4a87abb98a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DSubService.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -import org.osoa.sca.annotations.Remotable; - -/** - * Simple Remotable service. - */ -@Remotable -public interface DSubService { - - //public String getGreetings(String name); - public String getSomeProperty(); -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DSuperService.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DSuperService.java deleted file mode 100644 index 95e7e1ef75..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/DSuperService.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -import org.osoa.sca.annotations.Remotable; - -/** - * Simple Remotable service. - */ -@Remotable -public interface DSuperService { - - public String getGreetings(String name); - public String getSomeProperty(); - public String getString(); -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/EService.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/EService.java deleted file mode 100644 index c39dde6c89..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/EService.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -import org.osoa.sca.annotations.Remotable; - -/** - * Simple Remotable service. - */ -@Remotable -public interface EService { - - public String getString(String a); -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/FService.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/FService.java deleted file mode 100644 index 5b67c87ee1..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/FService.java +++ /dev/null @@ -1,33 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -import org.osoa.sca.annotations.Remotable; - -/** - * Simple Remotable Service - */ -@Remotable -public interface FService { - - public String getString(String a); - public String getGreetings(String name); - - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/AServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/AServiceImpl.java deleted file mode 100644 index a9d4a1c872..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/AServiceImpl.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite.impl; - -import org.apache.tuscany.sca.vtest.assembly.composite.AService; -import org.apache.tuscany.sca.vtest.assembly.composite.BService; -import org.apache.tuscany.sca.vtest.assembly.composite.CService; -import org.apache.tuscany.sca.vtest.assembly.composite.DService; -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Service; - -@Service(AService.class) -public class AServiceImpl implements AService { - - @Reference - protected BService b; - - @Reference - protected CService c; - - public String getState() { - return c.getState(); - } - - public String getBProperty() { - return b.getSomeProperty(); - } - - - -} - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/BServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/BServiceImpl.java deleted file mode 100644 index b651f21927..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/BServiceImpl.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite.impl; - -import org.apache.tuscany.sca.vtest.assembly.composite.BService; -import org.osoa.sca.annotations.Property; -import org.osoa.sca.annotations.Service; - -@Service(BService.class) -public class BServiceImpl implements BService { - - @Property - protected String someProperty; - - - public String getSomeProperty() { - return someProperty; - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CServiceImpl.java deleted file mode 100644 index 3c23e3887a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CServiceImpl.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite.impl; - -import org.osoa.sca.annotations.Service; -import org.apache.tuscany.sca.vtest.assembly.composite.CService; - -@Service(CService.class) - -public class CServiceImpl implements CService{ - - private String state = "Some State"; - private String name = "CServiceImpl"; - - public String getState() { - return state; - } - - public String getName() { - return name; - } - -} - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CSubServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CSubServiceImpl.java deleted file mode 100644 index e307302395..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CSubServiceImpl.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite.impl; - -import org.osoa.sca.annotations.Service; -import org.apache.tuscany.sca.vtest.assembly.composite.CSubService; - -@Service(CSubService.class) - -public class CSubServiceImpl implements CSubService{ - - private String state = "Some State"; - - public String getState() { - return state; - } - - -} - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CSuperServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CSuperServiceImpl.java deleted file mode 100644 index 77b8dbc526..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/CSuperServiceImpl.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite.impl; - -import org.osoa.sca.annotations.Service; -import org.apache.tuscany.sca.vtest.assembly.composite.CSuperService; - -@Service(CSuperService.class) - -public class CSuperServiceImpl implements CSuperService{ - - private String state = "Some State"; - private String name = "CServiceImpl"; - - public String getState() { - return state; - } - - public String getName() { - return name; - } - - public String getString() { - return name; - } - -} - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DServiceImpl.java deleted file mode 100644 index 6d683be9f7..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DServiceImpl.java +++ /dev/null @@ -1,36 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite.impl; - -import org.apache.tuscany.sca.vtest.assembly.composite.DService; -import org.osoa.sca.annotations.Service; - -@Service(DService.class) -public class DServiceImpl implements DService { - - public String getGreetings(String name) { - return "Hello, " + name; - } - - public String getSomeProperty() - { - return "DProperty"; - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DSubServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DSubServiceImpl.java deleted file mode 100644 index e1ee25c88b..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DSubServiceImpl.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite.impl; - -import org.apache.tuscany.sca.vtest.assembly.composite.DSubService; -import org.osoa.sca.annotations.Service; - -@Service(DSubService.class) -public class DSubServiceImpl implements DSubService { - - public String getSomeProperty() - { - return "DProperty"; - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DSuperServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DSuperServiceImpl.java deleted file mode 100644 index a030170fb5..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/DSuperServiceImpl.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite.impl; - - -import org.apache.tuscany.sca.vtest.assembly.composite.DSuperService; -import org.osoa.sca.annotations.Service; - -@Service(DSuperService.class) -public class DSuperServiceImpl implements DSuperService { - - public String getGreetings(String name) { - return "Hello, " + name; - } - - public String getSomeProperty() - { - return "DProperty"; - } - - public String getString() { - // TODO Auto-generated method stub - return "DSuperServiceImpl"; - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/EServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/EServiceImpl.java deleted file mode 100644 index 1439bd5ca2..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/EServiceImpl.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite.impl; - -import org.apache.tuscany.sca.vtest.assembly.composite.EService; -import org.osoa.sca.annotations.Service; - -@Service(EService.class) -public class EServiceImpl implements EService { - - public String getString(String a) { - return a; - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/FServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/FServiceImpl.java deleted file mode 100644 index 262f46b40a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/java/org/apache/tuscany/sca/vtest/assembly/composite/impl/FServiceImpl.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite.impl; - -import org.apache.tuscany.sca.vtest.assembly.composite.FService; -import org.apache.tuscany.sca.vtest.assembly.composite.CService; -import org.apache.tuscany.sca.vtest.assembly.composite.DService; -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Service; - -@Service(FService.class) -public class FServiceImpl implements FService { - - @Reference - protected CService c; - - @Reference - protected DService d; - - public String getString(String a) { - return c.getState(); - } - - public String getGreetings(String name) { - return d.getSomeProperty(); - } - -} - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/composite.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/composite.composite deleted file mode 100644 index 72b511232f..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/composite.composite +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - some b component value - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositeb.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositeb.composite deleted file mode 100644 index 694e9917a7..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositeb.composite +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - some b component value - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositec.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositec.composite deleted file mode 100644 index e5588cb9f9..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositec.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositecopy.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositecopy.composite deleted file mode 100644 index a01b897dcf..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/compositecopy.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentinterface_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentinterface_inner.composite deleted file mode 100644 index e9cf2710d3..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentinterface_inner.composite +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentinterface_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentinterface_outer.composite deleted file mode 100644 index ccbdcefcf1..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentinterface_outer.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentlocalwire.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentlocalwire.composite deleted file mode 100644 index c418f912ce..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentlocalwire.composite +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentreferenceinterface_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentreferenceinterface_inner.composite deleted file mode 100644 index 038702720f..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentreferenceinterface_inner.composite +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentreferenceinterface_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentreferenceinterface_outer.composite deleted file mode 100644 index 43fb488282..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentreferenceinterface_outer.composite +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentserviceinterface_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentserviceinterface_inner.composite deleted file mode 100644 index a46d21c9a7..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentserviceinterface_inner.composite +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentserviceinterface_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentserviceinterface_outer.composite deleted file mode 100644 index a16b71cb68..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/differentserviceinterface_outer.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/dservicews.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/dservicews.composite deleted file mode 100644 index 2e05a862ff..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/dservicews.composite +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/localcomponent.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/localcomponent.composite deleted file mode 100644 index b41bf6b9b9..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/localcomponent.composite +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - some b component value - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonpromote_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonpromote_inner.composite deleted file mode 100644 index 5436e6b22a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonpromote_inner.composite +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - some b component value - - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonpromote_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonpromote_outer.composite deleted file mode 100644 index 642e558b9c..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonpromote_outer.composite +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonreferencepromote_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonreferencepromote_inner.composite deleted file mode 100644 index 4166666536..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonreferencepromote_inner.composite +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonreferencepromote_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonreferencepromote_outer.composite deleted file mode 100644 index 61183d26cc..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonreferencepromote_outer.composite +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - some b component value - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonservicepromote_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonservicepromote_inner.composite deleted file mode 100644 index 5e68c0c675..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonservicepromote_inner.composite +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - some b component value - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonservicepromote_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonservicepromote_outer.composite deleted file mode 100644 index 3dcaf9e2e7..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonservicepromote_outer.composite +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniquereference_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniquereference_inner.composite deleted file mode 100644 index 938c499910..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniquereference_inner.composite +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniquereference_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniquereference_outer.composite deleted file mode 100644 index 5e4a513fc9..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniquereference_outer.composite +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - some b component value - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniqueservice_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniqueservice_inner.composite deleted file mode 100644 index 53f61fbf8c..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniqueservice_inner.composite +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - some b component value - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniqueservice_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniqueservice_outer.composite deleted file mode 100644 index 7babfcec1f..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/nonuniqueservice_outer.composite +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/reference_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/reference_inner.composite deleted file mode 100644 index 81dc49f96e..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/reference_inner.composite +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/reference_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/reference_outer.composite deleted file mode 100644 index c215dc0a5c..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/reference_outer.composite +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - some b component value - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/service_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/service_inner.composite deleted file mode 100644 index f2595c9798..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/service_inner.composite +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - some b component value - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/service_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/service_outer.composite deleted file mode 100644 index e8120025fa..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/service_outer.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subinterfacewire.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subinterfacewire.composite deleted file mode 100644 index 9b3d773b73..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subinterfacewire.composite +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subreferenceinterface_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subreferenceinterface_inner.composite deleted file mode 100644 index 0c35b9348a..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subreferenceinterface_inner.composite +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subreferenceinterface_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subreferenceinterface_outer.composite deleted file mode 100644 index 62e712f533..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subreferenceinterface_outer.composite +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - some b component value - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subserviceinterface_inner.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subserviceinterface_inner.composite deleted file mode 100644 index ac63024161..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subserviceinterface_inner.composite +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subserviceinterface_outer.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subserviceinterface_outer.composite deleted file mode 100644 index df2c01429e..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/subserviceinterface_outer.composite +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/wire.composite b/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/wire.composite deleted file mode 100644 index 7eac450d23..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/main/resources/wire.composite +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/composite/src/test/java/org/apache/tuscany/sca/vtest/assembly/composite/CompositeTestCase.java b/tags/java/sca/1.5/vtest/assembly/composite/src/test/java/org/apache/tuscany/sca/vtest/assembly/composite/CompositeTestCase.java deleted file mode 100644 index c47896437e..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/composite/src/test/java/org/apache/tuscany/sca/vtest/assembly/composite/CompositeTestCase.java +++ /dev/null @@ -1,442 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.composite; - -import junit.framework.Assert; - -import org.apache.tuscany.sca.host.embedded.SCADomain; -import org.apache.tuscany.sca.vtest.utilities.ServiceFinder; -import org.junit.Ignore; -import org.junit.Test; -import org.osoa.sca.ServiceRuntimeException; - -/** - * - */ -public class CompositeTestCase { - - static final String LOCAL_DOMAIN_URI = "http://localhost"; - - private void initDomain(String compositePath) { - System.out.println("Setting up"); - ServiceFinder.init(compositePath); - } - - private void cleanupDomain() { - System.out.println("Cleaning up"); - ServiceFinder.cleanup(); - } - - /** - * ASM60001: - *

- * A composite name must be unique within the namespace of the composite. - *

- * OSOA specification doesn't have such requirement. - */ - @Test - public void ASM60001_p() throws Exception { - SCADomain domain = SCADomain.newInstance(LOCAL_DOMAIN_URI, "/", "compositeb.composite", "compositec.composite"); - BService bService = domain.getService(BService.class, "BComponent"); - Assert.assertEquals("some b component value", bService.getSomeProperty()); - CService cService = domain.getService(CService.class, "CComponent"); - Assert.assertEquals("Some State", cService.getState()); - domain.close(); - domain = null; - } - - /** - * ASM60001: - *

- * A composite name must be unique within the namespace of the composite. - *

- * OSOA specification doesn't have such requirement. - */ - @Test(expected = ServiceRuntimeException.class) - public void ASM60001_n() throws Exception { - SCADomain domain = - SCADomain.newInstance(LOCAL_DOMAIN_URI, "/", "composite.composite", "compositecopy.composite"); - domain.getService(BService.class, "BComponent"); - domain.getService(CService.class, "CComponent"); - domain.close(); - domain = null; - } - - /** - * Lines 1036-1037: - *

- * local="true" means that all the components must run in the same process. - *

- * ASM60002: - *

- * @local="true" for a composite means that all the components within the - * composite MUST run in the same operating system process.This is the only - * mode of Operation in Tuscany at the moment so we just show here that even - * when local is false both components are run OSOA specification is the - * same with OASIS in this function. - */ - @Ignore("This feature hasn't been implemented by tuscany yet.") - @Test - public void ASM60002() throws Exception { - initDomain("localcomponent.composite"); - DService dservice = ServiceFinder.getService(DService.class, "DServiceComponent"); - Assert.assertEquals("Hello, tester", dservice.getGreetings("tester")); - BService bService = ServiceFinder.getService(BService.class, "BComponent"); - Assert.assertEquals("some b component value", bService.getSomeProperty()); - } - - /** - * Lines 1498-1499: - *

- * name (required) – the name of the service, the name MUST BE unique across - * all the composite services in the composite. - *

- * ASM60003: - *

- * The name of a composite element MUST be unique across all the - * composite services in the composite. - *

- * OSOA specification is the same with OASIS in this function. - */ - @Test - public void ASM60003_p() throws Exception { - initDomain("service_outer.composite"); - CService cService = ServiceFinder.getService(CService.class, "TestServiceComponent/CService"); - Assert.assertEquals("Some State", cService.getState()); - BService bService = ServiceFinder.getService(BService.class, "TestServiceComponent/BService"); - Assert.assertEquals("some b component value", bService.getSomeProperty()); - cleanupDomain(); - } - - /** - * Lines 1498-1499: - *

- * name (required) – the name of the service, the name MUST BE unique across - * all the composite services in the composite. - *

- * ASM60003: - *

- * The name of a composite element MUST be unique across all the - * composite services in the composite. - *

- * OSOA specification is the same with OASIS in this function. - */ - @Test(expected = ServiceRuntimeException.class) - public void ASM60003_n() throws Exception { - initDomain("nonuniqueservice_outer.composite"); - CService cService = ServiceFinder.getService(CService.class, "TestNonUniqueServiceComponent/BCService"); - cService.getName(); - BService bService = ServiceFinder.getService(BService.class, "TestNonUniqueServiceComponent/BCService"); - bService.getSomeProperty(); - cleanupDomain(); - } - - /** - * ASM60004: - *

- * A composite element's promote attribute MUST identify one of - * the component services within that composite. - *

- * OSOA specification doesn't have such requirement. - */ - @Test - public void ASM60004_p() throws Exception { - initDomain("service_outer.composite"); - CService cService = ServiceFinder.getService(CService.class, "TestServiceComponent/CService"); - Assert.assertEquals("Some State", cService.getState()); - BService bService = ServiceFinder.getService(BService.class, "TestServiceComponent/BService"); - Assert.assertEquals("some b component value", bService.getSomeProperty()); - cleanupDomain(); - } - - /** - * ASM60004: - *

- * A composite element's promote attribute MUST identify one of - * the component services within that composite. - *

- * OSOA specification doesn't have such requirement. - */ - @Test(expected = ServiceRuntimeException.class) - public void ASM60004_n() throws Exception { - initDomain("nonservicepromote_outer.composite"); - ServiceFinder.getService(BService.class, "TestNonPromoteComponent/NoPromoteService"); - cleanupDomain(); - } - - /** - * Lines 1512-1514: - *

- * If an interface is specified it must be the same or a compatible subset - * of the interface provided by the promoted component service, i.e. provide - * a subset of the operations defined by the component service. - *

- * ASM60005: - *

- * If a composite service interface is specified it must be the same or a - * compatible subset of the interface provided by the promoted component - * service, i.e. provide a subset of the operations defined by the component - * service. - *

- * OSOA specification is the same with OASIS in this function. - */ - @Test - public void ASM60005_p() throws Exception { - initDomain("subserviceinterface_outer.composite"); - CSubService cService = ServiceFinder.getService(CSubService.class, "SubInterfaceComponent/SubInterfaceService"); - Assert.assertEquals("Some State", cService.getState()); - cleanupDomain(); - } - - /** - * Lines 1512-1514: - *

- * If an interface is specified it must be the same or a compatible subset - * of the interface provided by the promoted component service, i.e. provide - * a subset of the operations defined by the component service. - *

- * ASM60005: - *

- * If a composite service interface is specified it must be the same or a - * compatible subset of the interface provided by the promoted component - * service, i.e. provide a subset of the operations defined by the component - * service. - *

- * OSOA specification is the same with OASIS in this function. - */ - @Test(expected = ServiceRuntimeException.class) - public void ASM60005_n() throws Exception { - initDomain("differentserviceinterface_outer.composite"); - BService service = - ServiceFinder.getService(BService.class, "DifferentInterfaceComponent/DifferentInterfaceService"); - service.getSomeProperty(); - cleanupDomain(); - } - - /** - * Lines 1325-1327: - *

- * name (required) – the name of the reference. The name must be unique - * across all the composite references in the composite. - *

- * ASM60006: - *

- * name : NCName (1..1) - the name of the reference. The name of a composite - * element MUST be unique across all the composite references - * in the composite. - *

- * OSOA specification is the same with OASIS in this function. - */ - @Test - public void ASM60006_p() throws Exception { - initDomain("reference_outer.composite"); - AService aService = ServiceFinder.getService(AService.class, "TestReferenceComponent/AService"); - Assert.assertEquals("some b component value", aService.getBProperty()); - Assert.assertEquals("Some State", aService.getState()); - cleanupDomain(); - } - - /** - * Lines 1325-1327: - *

- * name (required) – the name of the reference. The name must be unique - * across all the composite references in the composite. - *

- * ASM60006: - *

- * name : NCName (1..1) - the name of the reference. The name of a composite - * element MUST be unique across all the composite references - * in the composite. - *

- * OSOA specification is the same with OASIS in this function. - */ - @Test(expected = ServiceRuntimeException.class) - public void ASM60006_n() throws Exception { - initDomain("nonuniquereference_outer.composite"); - AService service = ServiceFinder.getService(AService.class, "TestNonUniqueReferenceComponent/AService"); - service.getBProperty(); - service.getState(); - cleanupDomain(); - } - - /** - * ASM60007: - *

- * Each of the URIs declared by a composite reference's @promote attribute - * MUST identify a component reference within the composite. - *

- * OSOA specification doesn't have such requirement. - */ - @Ignore("TUSCANY-2762") - @Test(expected = ServiceRuntimeException.class) - public void ASM60007_n() throws Exception { - initDomain("nonreferencepromote_outer.composite"); - AService service = ServiceFinder.getService(AService.class, "TestNonPromoteComponent"); - service.getState(); - cleanupDomain(); - } - - /** - * ASM60007: - *

- * Each of the URIs declared by a composite reference's @promote attribute - * MUST identify a component reference within the composite. - *

- * OSOA specification doesn't have such requirement. - */ - @Test - public void ASM60007_p() throws Exception { - initDomain("reference_outer.composite"); - AService aService = ServiceFinder.getService(AService.class, "TestReferenceComponent/AService"); - Assert.assertEquals("some b component value", aService.getBProperty()); - Assert.assertEquals("Some State", aService.getState()); - } - - /** - * ASM60008: - *

- * The interfaces of the component references promoted by a composite - * reference MUST be the same, or if the composite reference itself declares - * an interface then all the component reference interfaces must be - * compatible with the composite reference interface. Compatible means that - * the component reference interface is the same or is a strict subset of - * the composite reference interface. - *

- * OSOA specification doesn't have such requirement. - */ - @Ignore("TUSCANY-2766,TUSCANY-2883") - @Test - public void ASM60008_n() throws Exception { - initDomain("differentreferenceinterface_outer.composite"); - AService service = ServiceFinder.getService(AService.class, "DifferentInterfaceComponent/AService"); - System.out.println(service.getState()); - cleanupDomain(); - } - - /** - * ASM60008: - *

- * The interfaces of the component references promoted by a composite - * reference MUST be the same, or if the composite reference itself declares - * an interface then all the component reference interfaces must be - * compatible with the composite reference interface. Compatible means that - * the component reference interface is the same or is a strict subset of - * the composite reference interface. - *

- * OSOA specification doesn't have such requirement. - */ - @Test - public void ASM60008_p() throws Exception { - initDomain("subreferenceinterface_outer.composite"); - AService service = ServiceFinder.getService(AService.class, "SubReferenceInterfaceComponent/AService"); - Assert.assertEquals("some b component value", service.getBProperty()); - Assert.assertEquals("Some State", service.getState()); - cleanupDomain(); - } - - /** - * Lines 1637-1638: - *

- * the source interface and the target interface MUST either both be - * remotable or they are both local - *

- * ASM60015: - *

- * the source interface and the target interface of a wire MUST either both - * be remotable or else both be local - *

- * OSOA specification is the same with OASIS in this function. - */ - @Test - public void ASM60015_p() throws Exception { - initDomain("wire.composite"); - FService fservice = ServiceFinder.getService(FService.class, "FComponent"); - Assert.assertEquals("DProperty", fservice.getGreetings("")); - Assert.assertEquals("Some State", fservice.getString("")); - cleanupDomain(); - } - - /** - * Lines 1637-1638: - *

- * the source interface and the target interface MUST either both be - * remotable or they are both local - *

- * ASM60015: - *

- * the source interface and the target interface of a wire MUST either both - * be remotable or else both be local - *

- * OSOA specification is the same with OASIS in this function. - */ - @Ignore("TUSCANY-2844") - @Test - public void ASM60015_n() throws Exception { - initDomain("differentlocalwire.composite"); - FService fservice = ServiceFinder.getService(FService.class, "FComponent"); - Assert.assertEquals("DProperty", fservice.getGreetings("")); - Assert.assertEquals("Some State", fservice.getString("")); - cleanupDomain(); - } - - /** - * Lines 1639-1640: - *

- * the operations on the target interface of a wire MUST be the same as or - * be a superset of the operations in the interface specified on the source - * ASM60016: - *

- * the operations on the target interface of a wire MUST be the same as or - * be a superset of the operations in the interface specified on the source - *

- * OSOA specification is the same with OASIS in this function. - */ - @Ignore("TUSCANY-2843") - @Test - public void ASM60016_n() throws Exception { - initDomain("subinterfacewire.composite"); - FService fservice = ServiceFinder.getService(FService.class, "FComponent"); - Assert.assertEquals("DProperty", fservice.getGreetings("")); - Assert.assertEquals("Some State", fservice.getString("")); - cleanupDomain(); - } - - /** - * Lines 1639-1640: - *

- * the operations on the target interface of a wire MUST be the same as or - * be a superset of the operations in the interface specified on the source - * ASM60016: - *

- * the operations on the target interface of a wire MUST be the same as or - * be a superset of the operations in the interface specified on the source - *

- * OSOA specification is the same with OASIS in this function. - */ - @Test - public void ASM60016_p() throws Exception { - initDomain("wire.composite"); - FService fservice = ServiceFinder.getService(FService.class, "FComponent"); - Assert.assertEquals("DProperty", fservice.getGreetings("")); - Assert.assertEquals("Some State", fservice.getString("")); - cleanupDomain(); - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/pom.xml b/tags/java/sca/1.5/vtest/assembly/ctypefile/pom.xml deleted file mode 100644 index 5d99b1f3aa..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/pom.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - vtest-assembly - 1.5 - ../pom.xml - - vtest-assembly-ctypefile - - Apache Tuscany SCA vTest SCA Assembly Verification Tests - Component Type File - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.5 - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.5 - runtime - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/AService.java b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/AService.java deleted file mode 100644 index d1df390ace..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/AService.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.ctypefile; - -/** - * Simple Remotable Service - */ -public interface AService { - - public String getState(); - public String getState2(); - public String getBProperty(); - -} diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/BService.java b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/BService.java deleted file mode 100644 index 8ee18b242f..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/BService.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.ctypefile; - -/** - * Simple Service - */ -public interface BService { - - public String getState(); - public String getSomeProperty(); - -} diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/CService.java b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/CService.java deleted file mode 100644 index 3664d67299..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/CService.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.ctypefile; - -/** - * Simple Remotable Service - */ -public interface CService { - - public String getState(); - public String getSomeProperty(); - -} diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/DService.java b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/DService.java deleted file mode 100644 index 0d2dcb580b..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/DService.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.ctypefile; - -/** - * Simple Remotable Service - */ -public interface DService { - - public String getState(); - public String getSomeProperty(); - -} diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/AServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/AServiceImpl.java deleted file mode 100644 index 0f24201970..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/AServiceImpl.java +++ /dev/null @@ -1,53 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.ctypefile.impl; - -import org.apache.tuscany.sca.vtest.assembly.ctypefile.AService; -import org.apache.tuscany.sca.vtest.assembly.ctypefile.BService; -import org.osoa.sca.annotations.Reference; - -public class AServiceImpl implements AService { - - private BService bService; - private BService b2Service; - - public void setBService(BService b) { - this.bService = b; - } - - @Reference - public void setB2Service(BService b) { - this.b2Service = b; - } - - public String getState() { - return bService.getState(); - } - - public String getState2() { - return b2Service.getState(); - } - - public String getBProperty() { - return bService.getSomeProperty(); - } - -} - diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/BServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/BServiceImpl.java deleted file mode 100644 index fd32cb1f9b..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/BServiceImpl.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.ctypefile.impl; - -import org.apache.tuscany.sca.vtest.assembly.ctypefile.BService; - -public class BServiceImpl implements BService { - - //@Property - protected String someProperty; - - public String getState() { - return "SomeStateFromB"; - } - - public String getSomeProperty() { - return someProperty; - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.java deleted file mode 100644 index 659eff8798..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.ctypefile.impl; - -import org.apache.tuscany.sca.vtest.assembly.ctypefile.CService; - -public class CServiceImpl implements CService { - - //@Property - protected String someProperty = "test"; - - public String getState() { - return "SomeStateFromB"; - } - - public String getSomeProperty() { - return someProperty; - } - -} - diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/DServiceImpl.java b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/DServiceImpl.java deleted file mode 100644 index dce6e24902..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/DServiceImpl.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.ctypefile.impl; - -import org.apache.tuscany.sca.vtest.assembly.ctypefile.DService; - -public class DServiceImpl implements DService { - - //@Property - protected String someProperty = "test"; - - public String getState() { - return "SomeStateFromB"; - } - - public String getSomeProperty() { - return someProperty; - } - -} - diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/constrainingtype.composite b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/constrainingtype.composite deleted file mode 100644 index 715e22b318..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/constrainingtype.composite +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/noconstrainingtype.composite b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/noconstrainingtype.composite deleted file mode 100644 index a8ae946647..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/noconstrainingtype.composite +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/AServiceImpl.componentType b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/AServiceImpl.componentType deleted file mode 100644 index 173203ae21..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/AServiceImpl.componentType +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/BServiceImpl.componentType b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/BServiceImpl.componentType deleted file mode 100644 index c6a0f274c4..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/BServiceImpl.componentType +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - componentTypeValue - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.componentType b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.componentType deleted file mode 100644 index 4a0fed82ac..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.componentType +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.constrainingType b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.constrainingType deleted file mode 100644 index e639b55986..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/CServiceImpl.constrainingType +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/DServiceImpl.componentType b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/DServiceImpl.componentType deleted file mode 100644 index 47e7a4b6ea..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/org/apache/tuscany/sca/vtest/assembly/ctypefile/impl/DServiceImpl.componentType +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/typefile.composite b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/typefile.composite deleted file mode 100644 index 634101d95b..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/main/resources/typefile.composite +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - compositeValue - - - - - - - diff --git a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/test/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/CompomnentTypeFileTestCase.java b/tags/java/sca/1.5/vtest/assembly/ctypefile/src/test/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/CompomnentTypeFileTestCase.java deleted file mode 100644 index d2d2257277..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/ctypefile/src/test/java/org/apache/tuscany/sca/vtest/assembly/ctypefile/CompomnentTypeFileTestCase.java +++ /dev/null @@ -1,183 +0,0 @@ -/* - * 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 org.apache.tuscany.sca.vtest.assembly.ctypefile; - -import junit.framework.Assert; - -import org.apache.tuscany.sca.vtest.utilities.ServiceFinder; -import org.junit.AfterClass; -import org.junit.BeforeClass; -import org.junit.Test; - -/** - * - */ -public class CompomnentTypeFileTestCase { - - //protected static String compositeName = "typefile.composite"; - protected static AService aService = null; - protected static BService bService2 = null; - protected static CService cService = null; - protected static DService dService = null; - - //@BeforeClass - public static void init(String compositeName) throws Exception { - try { - System.out.println("Setting up"); - ServiceFinder.init(compositeName); - //aService = ServiceFinder.getService(AService.class, "AComponent/AService"); - //bService2 = ServiceFinder.getService(BService.class, "BComponent2/BService"); - } catch (Exception ex) { - ex.printStackTrace(); - } - } - - //@AfterClass - public static void destroy() throws Exception { - - System.out.println("Cleaning up"); - ServiceFinder.cleanup(); - - } - - /** - * Lines 435-439: - *

- * Step two covers the cases where introspection of the implementation is - * not possible or where it does not provide complete information and it - * involves looking for an SCA component type file. Component type - * information found in the component type file must be compatible with the - * equivalent information found from inspection of the implementation. - *

- * Lines 441-444: - *

- * In the ideal case, the component type information is determined by - * inspecting the implementation, for example as code annotations. The - * component type file provides a mechanism for the provision of component - * type information for implementation types where the information cannot be - * determined by inspecting the implementation. - */ - @Test - public void typeFile1() throws Exception { - init("typefile.composite"); - aService = ServiceFinder.getService(AService.class, "AComponent/AService"); - bService2 = ServiceFinder.getService(BService.class, "BComponent2/BService"); - Assert.assertSame("SomeStateFromB", aService.getState()); - destroy(); - } - - /** - * Lines 439-449: - *

- * The component type file can specify partial information, with the - * remainder being derived from the implementation. - *

- * The first test makes use of the reference to b which is provided by the - * type file. The second test makes use of the reference to b2 which is - * provided via annotation - */ - @Test - public void typeFile2() throws Exception { - init("typefile.composite"); - aService = ServiceFinder.getService(AService.class, "AComponent/AService"); - bService2 = ServiceFinder.getService(BService.class, "BComponent2/BService"); - Assert.assertSame("SomeStateFromB", aService.getState()); - Assert.assertSame("SomeStateFromB", aService.getState2()); - destroy(); - } - - /** - * Lines 450-451: - *

- * The componentType element can contain Service elements, Reference - * elements and Property elements. - */ - @Test - public void typeFile3() throws Exception { - init("typefile.composite"); - aService = ServiceFinder.getService(AService.class, "AComponent/AService"); - bService2 = ServiceFinder.getService(BService.class, "BComponent2/BService"); - Assert.assertEquals("compositeValue", aService.getBProperty()); - destroy(); - } - - public void typeFile31() throws Exception { - init("typefile.composite"); - aService = ServiceFinder.getService(AService.class, "AComponent/AService"); - bService2 = ServiceFinder.getService(BService.class, "BComponent2/BService"); - Assert.assertEquals("componentTypeValue", bService2.getSomeProperty()); - destroy(); - } - - /** - * Lines 2204-2205: - *

- * A constrainingType can be applied to an implementation. In this case, - * the implementation's componentType has a constrainingType attribute set to - * the QName of the constrainingType. - *

- * ASM40002 - *

- * If present, the @constrainingType attribute of a element - * MUST reference a element in the Domain through its QName. - *

- * Description of how the OSOA function differs from the OASIS function: - *

- * The OASIS spec explicitly requires the element, - * whereas the OSOA spec implies the element is needed. - *

- */ - @Test - public void ASM40002_positive() throws Exception { - System.out.println("Running ASM40002 positive test"); - init("constrainingtype.composite"); - cService = ServiceFinder.getService(CService.class, "CComponent/CService"); - cService.getSomeProperty(); - destroy(); - } - - /** - * Lines 2204-2205: - *

- * A constrainingType can be applied to an implementation. In this case, - * the implementation's componentType has a constrainingType attribute set to - * the QName of the constrainingType. - *

- * ASM40002 - *

- * If present, the @constrainingType attribute of a element - * MUST reference a element in the Domain through its QName. - *

- * Description of how the OSOA function differs from the OASIS function: - *

- * The OASIS spec explicitly requires the element, - * whereas the OSOA spec implies the element is needed. - *

- */ - @Test - public void ASM40002_negative() throws Exception { - System.out.println("Running ASM40002 negative test"); - init("noconstrainingtype.composite"); - dService = ServiceFinder.getService(DService.class, "DComponent/DService"); - dService.getSomeProperty(); - destroy(); - } - -} diff --git a/tags/java/sca/1.5/vtest/assembly/pom.xml b/tags/java/sca/1.5/vtest/assembly/pom.xml deleted file mode 100644 index 0d9e7969ed..0000000000 --- a/tags/java/sca/1.5/vtest/assembly/pom.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-vtest - 1.5 - ../pom.xml - - vtest-assembly - pom - Apache Tuscany SCA Assembly Verification Tests - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.5 - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.5 - runtime - - - - org.apache.tuscany.sca - vtest-utilities - 1.5 - runtime - - - - - - - - default - - true - - - ctypefile - component - composite - - - - - -- cgit v1.2.3