Author: assaf
Date: Tue Nov 21 13:02:10 2006
New Revision: 477881
URL: http://svn.apache.org/viewvc?view=rev&rev=477881
Log:
No getVariableData in BPEL 2.0, so changed to .bar notation
Modified:
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData1-xp2.0.bpel
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData2-xp2.0.bpel
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData3-xp2.0.bpel
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData4-xp2.0.bpel
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableProperty1-xp2.0.bpel
Modified:
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData1-xp2.0.bpel
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData1-xp2.0.bpel?view=diff&rev=477881&r1=477880&r2=477881
==============================================================================
---
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData1-xp2.0.bpel
(original)
+++
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData1-xp2.0.bpel
Tue Nov 21 13:02:10 2006
@@ -1,3 +1,4 @@
+<?xml version="1.0" ?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
@@ -60,7 +61,7 @@
<copy>
<from>
- bpws:getVariableData('var1','StringPart1')
+ $var1.StringPart1
</from>
<to variable="var1" part="StringPart2"/>
</copy>
Modified:
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData2-xp2.0.bpel
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData2-xp2.0.bpel?view=diff&rev=477881&r1=477880&r2=477881
==============================================================================
---
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData2-xp2.0.bpel
(original)
+++
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData2-xp2.0.bpel
Tue Nov 21 13:02:10 2006
@@ -1,3 +1,4 @@
+<?xml version="1.0" ?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
Modified:
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData3-xp2.0.bpel
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData3-xp2.0.bpel?view=diff&rev=477881&r1=477880&r2=477881
==============================================================================
---
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData3-xp2.0.bpel
(original)
+++
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData3-xp2.0.bpel
Tue Nov 21 13:02:10 2006
@@ -1,3 +1,4 @@
+<?xml version="1.0" ?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
@@ -59,7 +60,7 @@
<assign name="assign1">
<copy>
-
<from>bpws:getVariableData('var1','Complex1Part1')/test:StringElement</from>
+ <from>$var1.Complex1Part1/test:StringElement</from>
<to variable="var1" part="StringPart2"/>
</copy>
</assign>
Modified:
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData4-xp2.0.bpel
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData4-xp2.0.bpel?view=diff&rev=477881&r1=477880&r2=477881
==============================================================================
---
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData4-xp2.0.bpel
(original)
+++
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableData4-xp2.0.bpel
Tue Nov 21 13:02:10 2006
@@ -1,3 +1,4 @@
+<?xml version="1.0" ?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
@@ -60,7 +61,7 @@
<assign name="assign1">
<copy>
-
<from>bpws:getVariableData('var1','Complex1Part1','/test:Complex1/test:StringElement')</from>
+ <from>$var1.Complex1Part1/test:Complex1/test:StringElement</from>
<to variable="var1" part="StringPart2"/>
</copy>
</assign>
Modified:
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableProperty1-xp2.0.bpel
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableProperty1-xp2.0.bpel?view=diff&rev=477881&r1=477880&r2=477881
==============================================================================
---
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableProperty1-xp2.0.bpel
(original)
+++
incubator/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath20-func/GetVariableProperty1-xp2.0.bpel
Tue Nov 21 13:02:10 2006
@@ -1,3 +1,4 @@
+<?xml version="1.0" ?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file