You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/03/22 19:00:35 UTC

svn commit: r926227 - /tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel

Author: antelder
Date: Mon Mar 22 18:00:35 2010
New Revision: 926227

URL: http://svn.apache.org/viewvc?rev=926227&view=rev
Log:
HArdcode response in bpel script for now

Modified:
    tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel

Modified: tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel?rev=926227&r1=926226&r2=926227&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel (original)
+++ tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel Mon Mar 22 18:00:35 2010
@@ -51,7 +51,8 @@
       <assign name="assign1">
           <copy>
               <!-- from>concat($helloMessage.TestPart/test:message/text(), ' World')</from -->
-              <from>concat('Hello ', 'world')</from>
+              <from>concat($helloMessage.TestPart/test:arg0/text(), ' World')</from>
+              <!-- from>concat('Hello ', 'world')</from -->
               <to variable="tmpVar"/>
           </copy>
           <!-- Initialize the response -->