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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]