From 7d34713fecd6b842bb4abd78f3bbc5bac6dad3bf Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 29 Aug 2008 08:31:14 +0000 Subject: Branch for 1.3.2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690149 13f79535-47bb-0310-9956-ffa450edef68 --- .../helloworld.composite | 29 ++++++++ .../AttributeWithoutNamespace/helloworld.composite | 29 ++++++++ .../impl/bpel/BPELProcessNotFound/deploy.xml | 30 ++++++++ .../impl/bpel/BPELProcessNotFound/helloworld.bpel | 66 +++++++++++++++++ .../BPELProcessNotFound/helloworld.componentType | 30 ++++++++ .../bpel/BPELProcessNotFound/helloworld.composite | 29 ++++++++ .../impl/bpel/BPELProcessNotFound/helloworld.wsdl | 82 +++++++++++++++++++++ .../bpel/CannotResolveWSDLReference/deploy.xml | 30 ++++++++ .../CannotResolveWSDLReference/helloworld.bpel | 66 +++++++++++++++++ .../helloworld.componentType | 30 ++++++++ .../helloworld.composite | 29 ++++++++ .../impl/bpel/MyRolePartnerRoleNull/deploy.xml | 30 ++++++++ .../bpel/MyRolePartnerRoleNull/helloworld.bpel | 66 +++++++++++++++++ .../MyRolePartnerRoleNull/helloworld.componentType | 30 ++++++++ .../MyRolePartnerRoleNull/helloworld.composite | 29 ++++++++ .../bpel/MyRolePartnerRoleNull/helloworld.wsdl | 82 +++++++++++++++++++++ .../impl/bpel/PartnerLinkHasBothAttr/deploy.xml | 30 ++++++++ .../bpel/PartnerLinkHasBothAttr/helloworld.bpel | 68 +++++++++++++++++ .../helloworld.componentType | 30 ++++++++ .../PartnerLinkHasBothAttr/helloworld.composite | 29 ++++++++ .../bpel/PartnerLinkHasBothAttr/helloworld.wsdl | 82 +++++++++++++++++++++ .../impl/bpel/PartnerLinkNoMatchingType/deploy.xml | 30 ++++++++ .../bpel/PartnerLinkNoMatchingType/helloworld.bpel | 66 +++++++++++++++++ .../helloworld.componentType | 30 ++++++++ .../PartnerLinkNoMatchingType/helloworld.composite | 29 ++++++++ .../bpel/PartnerLinkNoMatchingType/helloworld.wsdl | 82 +++++++++++++++++++++ .../impl/bpel/PartnerLinkTypeNoRoles/deploy.xml | 30 ++++++++ .../bpel/PartnerLinkTypeNoRoles/helloworld.bpel | 66 +++++++++++++++++ .../helloworld.componentType | 30 ++++++++ .../PartnerLinkTypeNoRoles/helloworld.composite | 29 ++++++++ .../bpel/PartnerLinkTypeNoRoles/helloworld.wsdl | 80 ++++++++++++++++++++ .../ClassNotFoundException/Calculator.composite | 49 ++++++++++++ .../Calculator.composite | 49 ++++++++++++ .../OSGiTestService.componentType | 28 +++++++ .../CouldNotLocateOSGiBundle/osgitest.composite | 34 +++++++++ .../MissingComponentTypeFile/OSGiTestService.jar | Bin 0 -> 1325 bytes .../MissingComponentTypeFile/osgitest.composite | 34 +++++++++ .../OSGiTestService.componentType | 28 +++++++ .../PropertyShouldSpecifySR/OSGiTestService.jar | Bin 0 -> 1325 bytes .../PropertyShouldSpecifySR/osgitest.composite | 36 +++++++++ .../CouldNotResolveLocation/resource.composite | 30 ++++++++ .../LocationAttributeMissing/resource.composite | 30 ++++++++ .../SpringHelloWorld.composite | 27 +++++++ .../SpringHelloWorld.composite | 27 +++++++ .../SpringHelloWorld-context.xml | 0 .../SpringHelloWorld.composite | 34 +++++++++ .../TestHelloWorldBean.componentType | 27 +++++++ .../CouldNotResolveLocation/widget.composite | 29 ++++++++ .../LocationAttributeMissing/widget.composite | 30 ++++++++ .../xquery/CouldNotLocateFile/HelloWorld.composite | 28 +++++++ .../LocationAttributeMissing/HelloWorld.composite | 28 +++++++ 51 files changed, 1946 insertions(+) create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/AttributeUnrecognizedNamespace/helloworld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/AttributeWithoutNamespace/helloworld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/deploy.xml create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.bpel create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.componentType create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/deploy.xml create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.bpel create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.componentType create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.wsdl create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/deploy.xml create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.bpel create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.componentType create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.wsdl create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/deploy.xml create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.bpel create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.componentType create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.wsdl create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/deploy.xml create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.bpel create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.componentType create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.wsdl create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/java/ClassNotFoundException/Calculator.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/java/ContributionResolveException/Calculator.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/CouldNotLocateOSGiBundle/OSGiTestService.componentType create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/CouldNotLocateOSGiBundle/osgitest.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/MissingComponentTypeFile/OSGiTestService.jar create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/MissingComponentTypeFile/osgitest.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/OSGiTestService.componentType create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/OSGiTestService.jar create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/osgitest.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/resource/CouldNotResolveLocation/resource.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/resource/LocationAttributeMissing/resource.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/ContributionResolveException/SpringHelloWorld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/LocationAttributeMissing/SpringHelloWorld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/UnableToResolveComponentType/SpringHelloWorld-context.xml create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/UnableToResolveComponentType/SpringHelloWorld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/UnableToResolveComponentType/TestHelloWorldBean.componentType create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/xquery/CouldNotLocateFile/HelloWorld.composite create mode 100644 branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/xquery/LocationAttributeMissing/HelloWorld.composite (limited to 'branches/sca-java-1.3.2/itest/validation/src/main/resources/impl') diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/AttributeUnrecognizedNamespace/helloworld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/AttributeUnrecognizedNamespace/helloworld.composite new file mode 100644 index 0000000000..0dfe52985a --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/AttributeUnrecognizedNamespace/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/AttributeWithoutNamespace/helloworld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/AttributeWithoutNamespace/helloworld.composite new file mode 100644 index 0000000000..d3f249720d --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/AttributeWithoutNamespace/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel new file mode 100644 index 0000000000..a8eb389704 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite new file mode 100644 index 0000000000..575927a5de --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl new file mode 100644 index 0000000000..46cf381577 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/deploy.xml b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.bpel b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.bpel new file mode 100644 index 0000000000..a8eb389704 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.componentType b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.composite new file mode 100644 index 0000000000..b4623b5c2d --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/deploy.xml b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.bpel b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.bpel new file mode 100644 index 0000000000..973d1f618a --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.componentType b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.composite new file mode 100644 index 0000000000..b4623b5c2d --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.wsdl b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.wsdl new file mode 100644 index 0000000000..46cf381577 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/deploy.xml b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.bpel b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.bpel new file mode 100644 index 0000000000..5d2aeddc3d --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.bpel @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.componentType b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.componentType new file mode 100644 index 0000000000..077df56290 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.composite new file mode 100644 index 0000000000..b4623b5c2d --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.wsdl b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.wsdl new file mode 100644 index 0000000000..46cf381577 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/deploy.xml b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.bpel b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.bpel new file mode 100644 index 0000000000..68df3156a8 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.componentType b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.composite new file mode 100644 index 0000000000..b4623b5c2d --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.wsdl b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.wsdl new file mode 100644 index 0000000000..46cf381577 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/deploy.xml b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.bpel b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.bpel new file mode 100644 index 0000000000..a8eb389704 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.componentType b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.composite new file mode 100644 index 0000000000..b4623b5c2d --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.wsdl b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.wsdl new file mode 100644 index 0000000000..695fd60887 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.wsdl @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/java/ClassNotFoundException/Calculator.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/java/ClassNotFoundException/Calculator.composite new file mode 100644 index 0000000000..f3cf93ddaa --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/java/ClassNotFoundException/Calculator.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/java/ContributionResolveException/Calculator.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/java/ContributionResolveException/Calculator.composite new file mode 100644 index 0000000000..f9016219a5 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/java/ContributionResolveException/Calculator.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/CouldNotLocateOSGiBundle/OSGiTestService.componentType b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/CouldNotLocateOSGiBundle/OSGiTestService.componentType new file mode 100644 index 0000000000..634c13b3cc --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/CouldNotLocateOSGiBundle/OSGiTestService.componentType @@ -0,0 +1,28 @@ + + + + + + + + GBP + 1.0 + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/CouldNotLocateOSGiBundle/osgitest.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/CouldNotLocateOSGiBundle/osgitest.composite new file mode 100644 index 0000000000..0d1861f2f5 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/CouldNotLocateOSGiBundle/osgitest.composite @@ -0,0 +1,34 @@ + + + + + + + + USD + 2.0 + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/MissingComponentTypeFile/OSGiTestService.jar b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/MissingComponentTypeFile/OSGiTestService.jar new file mode 100644 index 0000000000..27b33bff3f Binary files /dev/null and b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/MissingComponentTypeFile/OSGiTestService.jar differ diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/MissingComponentTypeFile/osgitest.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/MissingComponentTypeFile/osgitest.composite new file mode 100644 index 0000000000..0d1861f2f5 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/MissingComponentTypeFile/osgitest.composite @@ -0,0 +1,34 @@ + + + + + + + + USD + 2.0 + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/OSGiTestService.componentType b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/OSGiTestService.componentType new file mode 100644 index 0000000000..634c13b3cc --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/OSGiTestService.componentType @@ -0,0 +1,28 @@ + + + + + + + + GBP + 1.0 + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/OSGiTestService.jar b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/OSGiTestService.jar new file mode 100644 index 0000000000..d57906dffa Binary files /dev/null and b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/OSGiTestService.jar differ diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/osgitest.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/osgitest.composite new file mode 100644 index 0000000000..881c24854b --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/osgi/PropertyShouldSpecifySR/osgitest.composite @@ -0,0 +1,36 @@ + + + + + + + + + + USD + 2.0 + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/resource/CouldNotResolveLocation/resource.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/resource/CouldNotResolveLocation/resource.composite new file mode 100644 index 0000000000..4e680f1200 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/resource/CouldNotResolveLocation/resource.composite @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/resource/LocationAttributeMissing/resource.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/resource/LocationAttributeMissing/resource.composite new file mode 100644 index 0000000000..e01643ed8f --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/resource/LocationAttributeMissing/resource.composite @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/ContributionResolveException/SpringHelloWorld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/ContributionResolveException/SpringHelloWorld.composite new file mode 100644 index 0000000000..d776882ed0 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/ContributionResolveException/SpringHelloWorld.composite @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/LocationAttributeMissing/SpringHelloWorld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/LocationAttributeMissing/SpringHelloWorld.composite new file mode 100644 index 0000000000..0d1ffc97e4 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/LocationAttributeMissing/SpringHelloWorld.composite @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/UnableToResolveComponentType/SpringHelloWorld-context.xml b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/UnableToResolveComponentType/SpringHelloWorld-context.xml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/UnableToResolveComponentType/SpringHelloWorld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/UnableToResolveComponentType/SpringHelloWorld.composite new file mode 100644 index 0000000000..99c529d77f --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/UnableToResolveComponentType/SpringHelloWorld.composite @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/UnableToResolveComponentType/TestHelloWorldBean.componentType b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/UnableToResolveComponentType/TestHelloWorldBean.componentType new file mode 100644 index 0000000000..c75f209b6d --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/spring/UnableToResolveComponentType/TestHelloWorldBean.componentType @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite new file mode 100644 index 0000000000..a5874707da --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite @@ -0,0 +1,29 @@ + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite new file mode 100644 index 0000000000..393b9fe674 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/xquery/CouldNotLocateFile/HelloWorld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/xquery/CouldNotLocateFile/HelloWorld.composite new file mode 100644 index 0000000000..1dca444938 --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/xquery/CouldNotLocateFile/HelloWorld.composite @@ -0,0 +1,28 @@ + + + + + + + + + diff --git a/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/xquery/LocationAttributeMissing/HelloWorld.composite b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/xquery/LocationAttributeMissing/HelloWorld.composite new file mode 100644 index 0000000000..9a60183c5c --- /dev/null +++ b/branches/sca-java-1.3.2/itest/validation/src/main/resources/impl/xquery/LocationAttributeMissing/HelloWorld.composite @@ -0,0 +1,28 @@ + + + + + + + + + -- cgit v1.2.3