Author: nash
Date: Fri Jun 6 08:17:15 2008
New Revision: 663979
URL: http://svn.apache.org/viewvc?rev=663979&view=rev
Log:
Reverse commit r663685 to fix build break
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=663979&r1=663978&r2=663979&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
Fri Jun 6 08:17:15 2008
@@ -49,12 +49,12 @@
<assign name="assign1">
<copy>
- <from>$myVar.TestPart/test:message</from>
- <to>$tmpVar</to>
+ <from variable="myVar" part="TestPart"/>
+ <to variable="tmpVar"/>
</copy>
<copy>
<from>concat($tmpVar,' World')</from>
- <to>$myVar.TestPart/test:message</to>
+ <to variable="myVar" part="TestPart"/>
</copy>
</assign>
<reply name="end"