From 29352dc266dcb1bd4eeffe2cf20a3d357186dd35 Mon Sep 17 00:00:00 2001 From: rfeng Date: Wed, 1 Jul 2009 23:58:41 +0000 Subject: Update the bpel git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790425 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/helloworld/helloworld.bpel | 29 ++++++++++++++++------ 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'java/sca/modules') diff --git a/java/sca/modules/implementation-bpel-runtime/src/test/resources/helloworld/helloworld.bpel b/java/sca/modules/implementation-bpel-runtime/src/test/resources/helloworld/helloworld.bpel index 8cf91adc2c..1799a5ebd3 100644 --- a/java/sca/modules/implementation-bpel-runtime/src/test/resources/helloworld/helloworld.bpel +++ b/java/sca/modules/implementation-bpel-runtime/src/test/resources/helloworld/helloworld.bpel @@ -20,7 +20,7 @@ targetNamespace="http://tuscany.apache.org/implementation/bpel/example/helloworld" xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/" xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/" - xmlns:tns="http://tuscany.apache.org/implementation/bpel/example/helloworld" + xmlns:tns="http://tuscany.apache.org/implementation/bpel/example/helloworld" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:test="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl" queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0" @@ -32,7 +32,7 @@ - + @@ -47,19 +47,34 @@ variable="helloMessage" createInstance="yes"/> + + + + + + + + - + concat($myVar.TestPart/test:message/text(), ' World') - concat($tmpVar,' World') - + $tmpVar + $myVar.TestPart/test:message - -- cgit v1.2.3