Author: mriou
Date: Thu Jun  5 11:03:16 2008
New Revision: 663685

URL: http://svn.apache.org/viewvc?rev=663685&view=rev
Log:
Fixing the BPEL process to assign properly.

Modified:
    
incubator/tuscany/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.bpel

Modified: 
incubator/tuscany/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.bpel
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.bpel?rev=663685&r1=663684&r2=663685&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.bpel
 (original)
+++ 
incubator/tuscany/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.bpel
 Thu Jun  5 11:03:16 2008
@@ -49,12 +49,12 @@
 
       <assign name="assign1">
           <copy>
-              <from variable="myVar" part="TestPart"/>
-              <to variable="tmpVar"/>
+              <from>$myVar.TestPart/test:message</from>
+              <to>$tmpVar</to>
           </copy>
           <copy>
               <from>concat($tmpVar,' World')</from>
-              <to variable="myVar" part="TestPart"/>
+              <to>$myVar.TestPart/test:message</to>
           </copy>
       </assign>
        <reply name="end"  


Reply via email to