From a72fcfa3adf5be93bcf62e8ed26c08d10939b364 Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 11 Sep 2008 04:10:13 +0000 Subject: Branch before trunk cleanup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694106 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 +++++++++++++++++++++ 31 files changed, 1398 insertions(+) create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/AttributeUnrecognizedNamespace/helloworld.composite create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/AttributeWithoutNamespace/helloworld.composite create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/deploy.xml create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.bpel create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.componentType create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.composite create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/deploy.xml create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.bpel create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.componentType create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.composite create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.wsdl create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/deploy.xml create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.bpel create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.componentType create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.composite create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.wsdl create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/deploy.xml create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.bpel create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.componentType create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.composite create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.wsdl create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/deploy.xml create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.bpel create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.componentType create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.composite create mode 100644 branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.wsdl (limited to 'branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel') diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/AttributeUnrecognizedNamespace/helloworld.composite b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/AttributeUnrecognizedNamespace/helloworld.composite new file mode 100644 index 0000000000..0dfe52985a --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/AttributeUnrecognizedNamespace/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/AttributeWithoutNamespace/helloworld.composite b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/AttributeWithoutNamespace/helloworld.composite new file mode 100644 index 0000000000..d3f249720d --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/AttributeWithoutNamespace/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel new file mode 100644 index 0000000000..a8eb389704 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite new file mode 100644 index 0000000000..575927a5de --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl new file mode 100644 index 0000000000..46cf381577 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/deploy.xml b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.bpel b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.bpel new file mode 100644 index 0000000000..a8eb389704 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.componentType b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.composite b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.composite new file mode 100644 index 0000000000..b4623b5c2d --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/CannotResolveWSDLReference/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/deploy.xml b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.bpel b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.bpel new file mode 100644 index 0000000000..973d1f618a --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.componentType b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.composite b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.composite new file mode 100644 index 0000000000..b4623b5c2d --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.wsdl b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.wsdl new file mode 100644 index 0000000000..46cf381577 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/MyRolePartnerRoleNull/helloworld.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/deploy.xml b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.bpel b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.bpel new file mode 100644 index 0000000000..5d2aeddc3d --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.bpel @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.componentType b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.componentType new file mode 100644 index 0000000000..077df56290 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.composite b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.composite new file mode 100644 index 0000000000..b4623b5c2d --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.wsdl b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.wsdl new file mode 100644 index 0000000000..46cf381577 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkHasBothAttr/helloworld.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/deploy.xml b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.bpel b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.bpel new file mode 100644 index 0000000000..68df3156a8 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.componentType b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.composite b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.composite new file mode 100644 index 0000000000..b4623b5c2d --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.wsdl b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.wsdl new file mode 100644 index 0000000000..46cf381577 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkNoMatchingType/helloworld.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/deploy.xml b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.bpel b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.bpel new file mode 100644 index 0000000000..a8eb389704 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.componentType b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.composite b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.composite new file mode 100644 index 0000000000..b4623b5c2d --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.wsdl b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.wsdl new file mode 100644 index 0000000000..695fd60887 --- /dev/null +++ b/branches/trunk-20080910/itest/validation/src/main/resources/impl/bpel/PartnerLinkTypeNoRoles/helloworld.wsdl @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3