You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/04/19 02:12:50 UTC

svn commit: r649729 - /incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel

Author: lresende
Date: Fri Apr 18 17:12:49 2008
New Revision: 649729

URL: http://svn.apache.org/viewvc?rev=649729&view=rev
Log:
Updating bpel file with proper assign expression

Modified:
    incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel

Modified: incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel?rev=649729&r1=649728&r2=649729&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel (original)
+++ incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel Fri Apr 18 17:12:49 2008
@@ -70,7 +70,7 @@
 
        <assign name="assignToHelloResponse">
           <copy>
-              <from>$greetingsResponse.parameters</from>
+              <from>$greetingsResponse.parameters/greetings:getGreetingsReturn</from>
               <to>$helloResponse.TestPart</to>
           </copy>
        </assign>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org