You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by rr...@apache.org on 2009/09/11 17:07:51 UTC

svn commit: r813870 [10/15] - in /ode/branches/APACHE_ODE_1.X: ./ agents/src/main/java/org/apache/ode/agents/memory/ agents/src/main/resources/META-INF/ axis2-war/src/main/webapp/ axis2-war/src/main/webapp/WEB-INF/ axis2-war/src/main/webapp/WEB-INF/cla...

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/DataHandling20Test.java
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/DataHandling20Test.java?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/DataHandling20Test.java (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/DataHandling20Test.java Fri Sep 11 15:07:05 2009
@@ -1,128 +1,128 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.ode.test;
-
-import org.junit.Test;
-
-public class DataHandling20Test extends BPELTestAbstract {
-    @Test
-    public void testComposeUrl() throws Throwable {
-        go("/bpel/2.0/TestComposeUrl");
-    }
-
-    @Test
-    public void testCombineUrl() throws Throwable {
-        go("/bpel/2.0/TestCombineUrl");
-    }
-
-    @Test
-    public void testExpandTemplate() throws Throwable {
-        go("/bpel/2.0/TestExpandTemplate");
-    }
-
-    @Test
-    public void testXPathNamespace1() throws Throwable {
-        go("/bpel/2.0/TestXPathNamespace1");
-    }
-
-    @Test
-    public void testXPathNamespace2() throws Throwable {
-        go("/bpel/2.0/TestXPathNamespace2");
-    }
-
-    @Test
-    public void testToQuery() throws Throwable {
-        go("/bpel/2.0/TestToQuery");
-    }
-    
-    @Test
-    public void testSubTreeAssign() throws Throwable {
-        go("/bpel/2.0/TestSubTreeAssign");
-    }
-
-    @Test
-    public void testAssignActivity1() throws Throwable {
-        go("/bpel/2.0/TestAssignActivity1");
-    }
-
-    @Test
-    public void testAssignActivity2() throws Throwable {
-        go("/bpel/2.0/TestAssignActivity2");
-    }
-
-    @Test
-    public void testAssignComplex() throws Throwable {
-        go("/bpel/2.0/TestAssignComplex");
-    }
-
-    @Test
-    public void testSimpleTypeParts() throws Throwable {
-        go("/bpel/2.0/TestSimpleTypeParts");
-    }
-
-    @Test
-    public void testSimpleVariableType() throws Throwable {
-        go("/bpel/2.0/TestSimpleVariableType");
-    }
-
-    @Test
-    public void testXslTransform() throws Throwable {
-        go("/bpel/2.0/TestXslTransform");
-    }
-
-    @Test
-    public void testSplit() throws Throwable {
-        go("/bpel/2.0/TestSplit");
-    }
-
-    @Test
-    public void testCounter() throws Throwable {
-        go("/bpel/2.0/TestCounter");
-    }
-
-    @Test
-    public void testDate() throws Throwable {
-        go("/bpel/2.0/TestAssignDate");
-    }
-
-    @Test
-    public void testMsgDate() throws Throwable {
-        go("/bpel/2.0/TestMsgDate");
-    }
-
-    @Test
-    public void testDuration() throws Throwable {
-        go("/bpel/2.0/TestDuration");
-    }
-
-    @Test
-    public void testAssignMissingData() throws Throwable {
-        go("/bpel/2.0/TestAssignMissingData");
-    }
-
-    @Test
-    public void testXQueryExpression() throws Throwable {
-        go("/bpel/2.0/TestXQueryExpression");
-    }
-
-    @Test
-    public void testInsertMissingData() throws Throwable {
-        go("/bpel/2.0/TestInsertMissingData");
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ode.test;
+
+import org.junit.Test;
+
+public class DataHandling20Test extends BPELTestAbstract {
+    @Test
+    public void testComposeUrl() throws Throwable {
+        go("/bpel/2.0/TestComposeUrl");
+    }
+
+    @Test
+    public void testCombineUrl() throws Throwable {
+        go("/bpel/2.0/TestCombineUrl");
+    }
+
+    @Test
+    public void testExpandTemplate() throws Throwable {
+        go("/bpel/2.0/TestExpandTemplate");
+    }
+
+    @Test
+    public void testXPathNamespace1() throws Throwable {
+        go("/bpel/2.0/TestXPathNamespace1");
+    }
+
+    @Test
+    public void testXPathNamespace2() throws Throwable {
+        go("/bpel/2.0/TestXPathNamespace2");
+    }
+
+    @Test
+    public void testToQuery() throws Throwable {
+        go("/bpel/2.0/TestToQuery");
+    }
+    
+    @Test
+    public void testSubTreeAssign() throws Throwable {
+        go("/bpel/2.0/TestSubTreeAssign");
+    }
+
+    @Test
+    public void testAssignActivity1() throws Throwable {
+        go("/bpel/2.0/TestAssignActivity1");
+    }
+
+    @Test
+    public void testAssignActivity2() throws Throwable {
+        go("/bpel/2.0/TestAssignActivity2");
+    }
+
+    @Test
+    public void testAssignComplex() throws Throwable {
+        go("/bpel/2.0/TestAssignComplex");
+    }
+
+    @Test
+    public void testSimpleTypeParts() throws Throwable {
+        go("/bpel/2.0/TestSimpleTypeParts");
+    }
+
+    @Test
+    public void testSimpleVariableType() throws Throwable {
+        go("/bpel/2.0/TestSimpleVariableType");
+    }
+
+    @Test
+    public void testXslTransform() throws Throwable {
+        go("/bpel/2.0/TestXslTransform");
+    }
+
+    @Test
+    public void testSplit() throws Throwable {
+        go("/bpel/2.0/TestSplit");
+    }
+
+    @Test
+    public void testCounter() throws Throwable {
+        go("/bpel/2.0/TestCounter");
+    }
+
+    @Test
+    public void testDate() throws Throwable {
+        go("/bpel/2.0/TestAssignDate");
+    }
+
+    @Test
+    public void testMsgDate() throws Throwable {
+        go("/bpel/2.0/TestMsgDate");
+    }
+
+    @Test
+    public void testDuration() throws Throwable {
+        go("/bpel/2.0/TestDuration");
+    }
+
+    @Test
+    public void testAssignMissingData() throws Throwable {
+        go("/bpel/2.0/TestAssignMissingData");
+    }
+
+    @Test
+    public void testXQueryExpression() throws Throwable {
+        go("/bpel/2.0/TestXQueryExpression");
+    }
+
+    @Test
+    public void testInsertMissingData() throws Throwable {
+        go("/bpel/2.0/TestInsertMissingData");
+    }
+}

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/DataHandling20Test.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/FaultHandling20Test.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/MessageRouting20Test.java
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/MessageRouting20Test.java?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/MessageRouting20Test.java (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/MessageRouting20Test.java Fri Sep 11 15:07:05 2009
@@ -1,131 +1,131 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.ode.test;
-
-import org.junit.Ignore;
-import org.junit.Test;
-
-public class MessageRouting20Test extends BPELTestAbstract {
-
-	@Test public void testCorrelation() throws Throwable {
-		go("/bpel/2.0/TestCorrelation");
-	}
-
-	@Test public void testCorrelation1() throws Throwable {
-		go("/bpel/2.0/TestCorrelation1");
-	}
-
-	@Test public void testCorrelationJoin() throws Throwable {
-		go("/bpel/2.0/TestCorrelationJoin");
-	}
-
-	@Test public void testCorrelationJoinReceive() throws Throwable {
-		go("/bpel/2.0/TestCorrelationJoinReceive");
-	}
-
-	@Test public void testCorrelationJoinInvoke() throws Throwable {
-		go("/bpel/2.0/TestCorrelationJoinInvoke");
-	}
-
-	@Test public void testCorrelationJoinOnMessage() throws Throwable {
-		go("/bpel/2.0/TestCorrelationJoinOnMessage");
-	}
-
-	@Test public void testCorrelationJoinEvent() throws Throwable {
-		go("/bpel/2.0/TestCorrelationJoinEvent");
-	}
-
-	@Test public void testCorrelationJoinReply() throws Throwable {
-		go("/bpel/2.0/TestCorrelationJoinReply");
-	}
-
-	@Test public void testCorrelationMulti() throws Throwable {
-		go("/bpel/2.0/TestCorrelationMulti");
-	}
-
-	@Test public void testCorrelationMultiNegative() throws Throwable {
-		go("/bpel/2.0/TestCorrelationMultiNegative");
-	}
-
-	@Test public void testCorrelationMultiJoin() throws Throwable {
-		go("/bpel/2.0/TestCorrelationMultiJoin");
-	}
-
-	@Test public void testCorrelationMultiComplex() throws Throwable {
-		go("/bpel/2.0/TestCorrelationMultiComplex");
-	}
-
-	@Ignore("fix test bed for handling ASYNC mex") @Test public void testCorrelationOpaque() throws Throwable {
-		//TODO Fix me, we need to capture the session id to send it in the second test message
-		go("/bpel/2.0/TestCorrelationOpaque");
-	}
-
-	@Test public void testDynamicPick() throws Throwable {
-		go("/bpel/2.0/TestDynamicPick");
-	}
-
-	@Test public void testInstPick() throws Throwable {
-		go("/bpel/2.0/TestInstantiatingPick");
-	}
-
-	@Test public void testStaticOnMessage() throws Throwable {
-		go("/bpel/2.0/TestStaticOnMessage");
-	}
-
-	@Test public void testStaticPick() throws Throwable {
-		go("/bpel/2.0/TestStaticPick");
-	}
-
-	@Ignore("fix test bed for handling ASYNC mex") @Test public void testNegativeCorrelation() throws Throwable {
-		/**
-		 * This test contains invalid BPEL. There is an instantiating
-		 * <receive> and a subsequent <pick> that does not define a correlation
-		 * key. The BPEL compiler should throw an exception indicating
-		 * the BPEL code error ( verify with spec ).
-		 * 
-		 * See JIRA ODE-64
-		 * 
-		 */
-		// TODO fix the bug first
-		negative("target/test-classes/bpel/2.0/NegativeCorrelationTest");
-	}
-
-	@Test @Ignore("fix test bed for handling ASYNC mex") public void testNegativeInitialization() throws Throwable {
-		/**
-		 * This test contains invalid BPEL. There is an instantiating
-		 * <receive> within a <scope>. The <scope> contains eventhandlers
-		 * that reference the correlation set found on the receive. The BPEL
-		 * compiler should throw an exception indicating
-		 * the BPEL error ( verify with spec ) or at runtime
-		 * a clear initialization exception should be thrown.
-		 * 
-		 * See JIRA ODE-61.
-		 * 
-		 * The message exchange should return with a Fault/Failure.
-		 * 
-		 */
-		// TODO fix the bug first
-		negative("target/test-classes/bpel/2.0/NegativeInitializationTest");
-	}
-
-    @Test public void testConcurrentSyncMex() throws Throwable {
-        go("/bpel/2.0/TestConcurrentSyncMex");
-    }
-
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ode.test;
+
+import org.junit.Ignore;
+import org.junit.Test;
+
+public class MessageRouting20Test extends BPELTestAbstract {
+
+	@Test public void testCorrelation() throws Throwable {
+		go("/bpel/2.0/TestCorrelation");
+	}
+
+	@Test public void testCorrelation1() throws Throwable {
+		go("/bpel/2.0/TestCorrelation1");
+	}
+
+	@Test public void testCorrelationJoin() throws Throwable {
+		go("/bpel/2.0/TestCorrelationJoin");
+	}
+
+	@Test public void testCorrelationJoinReceive() throws Throwable {
+		go("/bpel/2.0/TestCorrelationJoinReceive");
+	}
+
+	@Test public void testCorrelationJoinInvoke() throws Throwable {
+		go("/bpel/2.0/TestCorrelationJoinInvoke");
+	}
+
+	@Test public void testCorrelationJoinOnMessage() throws Throwable {
+		go("/bpel/2.0/TestCorrelationJoinOnMessage");
+	}
+
+	@Test public void testCorrelationJoinEvent() throws Throwable {
+		go("/bpel/2.0/TestCorrelationJoinEvent");
+	}
+
+	@Test public void testCorrelationJoinReply() throws Throwable {
+		go("/bpel/2.0/TestCorrelationJoinReply");
+	}
+
+	@Test public void testCorrelationMulti() throws Throwable {
+		go("/bpel/2.0/TestCorrelationMulti");
+	}
+
+	@Test public void testCorrelationMultiNegative() throws Throwable {
+		go("/bpel/2.0/TestCorrelationMultiNegative");
+	}
+
+	@Test public void testCorrelationMultiJoin() throws Throwable {
+		go("/bpel/2.0/TestCorrelationMultiJoin");
+	}
+
+	@Test public void testCorrelationMultiComplex() throws Throwable {
+		go("/bpel/2.0/TestCorrelationMultiComplex");
+	}
+
+	@Ignore("fix test bed for handling ASYNC mex") @Test public void testCorrelationOpaque() throws Throwable {
+		//TODO Fix me, we need to capture the session id to send it in the second test message
+		go("/bpel/2.0/TestCorrelationOpaque");
+	}
+
+	@Test public void testDynamicPick() throws Throwable {
+		go("/bpel/2.0/TestDynamicPick");
+	}
+
+	@Test public void testInstPick() throws Throwable {
+		go("/bpel/2.0/TestInstantiatingPick");
+	}
+
+	@Test public void testStaticOnMessage() throws Throwable {
+		go("/bpel/2.0/TestStaticOnMessage");
+	}
+
+	@Test public void testStaticPick() throws Throwable {
+		go("/bpel/2.0/TestStaticPick");
+	}
+
+	@Ignore("fix test bed for handling ASYNC mex") @Test public void testNegativeCorrelation() throws Throwable {
+		/**
+		 * This test contains invalid BPEL. There is an instantiating
+		 * <receive> and a subsequent <pick> that does not define a correlation
+		 * key. The BPEL compiler should throw an exception indicating
+		 * the BPEL code error ( verify with spec ).
+		 * 
+		 * See JIRA ODE-64
+		 * 
+		 */
+		// TODO fix the bug first
+		negative("target/test-classes/bpel/2.0/NegativeCorrelationTest");
+	}
+
+	@Test @Ignore("fix test bed for handling ASYNC mex") public void testNegativeInitialization() throws Throwable {
+		/**
+		 * This test contains invalid BPEL. There is an instantiating
+		 * <receive> within a <scope>. The <scope> contains eventhandlers
+		 * that reference the correlation set found on the receive. The BPEL
+		 * compiler should throw an exception indicating
+		 * the BPEL error ( verify with spec ) or at runtime
+		 * a clear initialization exception should be thrown.
+		 * 
+		 * See JIRA ODE-61.
+		 * 
+		 * The message exchange should return with a Fault/Failure.
+		 * 
+		 */
+		// TODO fix the bug first
+		negative("target/test-classes/bpel/2.0/NegativeInitializationTest");
+	}
+
+    @Test public void testConcurrentSyncMex() throws Throwable {
+        go("/bpel/2.0/TestConcurrentSyncMex");
+    }
+
+}

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/MessageRouting20Test.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/PubSubTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/StructuredActivities20Test.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/VersionedRedeployTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar-GenKey/ExtVar-GenKey.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar-GenKey/ExtVar-GenKey.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar-GenKey/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar-GenKey/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar/HelloWorld2.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar2/ExtVar2.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar2/ExtVar2.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar2/ExtVar2.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar2/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar2/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar3/ExtVar3-EmptyValues.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar3/ExtVar3-EmptyValues.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar3/ExtVar3.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar3/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar3/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/FaultService/faultService.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/FaultService/faultService.wsdl?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/FaultService/faultService.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/FaultService/faultService.wsdl Fri Sep 11 15:07:05 2009
@@ -1,48 +1,48 @@
-<!--
-   ~ Licensed to the Apache Software Foundation (ASF) under one
-   ~ or more contributor license agreements.  See the NOTICE file
-   ~ distributed with this work for additional information
-   ~ regarding copyright ownership.  The ASF licenses this file
-   ~ to you under the Apache License, Version 2.0 (the
-   ~ "License"); you may not use this file except in compliance
-   ~ with the License.  You may obtain a copy of the License at
-   ~
-   ~    http://www.apache.org/licenses/LICENSE-2.0
-   ~
-   ~ Unless required by applicable law or agreed to in writing,
-   ~ software distributed under the License is distributed on an
-   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-   ~ KIND, either express or implied.  See the License for the
-   ~ specific language governing permissions and limitations
-   ~ under the License.
--->
-
-<wsdl:definitions targetNamespace="http://ode/bpel/unit-test/FaultService.wsdl"
-   xmlns="http://ode/bpel/unit-test/FaultService.wsdl"
-   xmlns:tns="http://ode/bpel/unit-test/FaultService.wsdl"
-   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
-
-   <wsdl:message name="faultMessage">
-      <wsdl:part name="faultName" type="xsd:string"/>
-      <wsdl:part name="faultData" type="xsd:string"/>
-      <wsdl:part name="faultIndicator1" type="xsd:string"/>
-      <wsdl:part name="faultIndicator2" type="xsd:string"/>
-   </wsdl:message>
-   <wsdl:message name="errorMessage">
-      <wsdl:part name="errorID" type="xsd:string"/>
-      <wsdl:part name="errorText" type="xsd:string"/>
-   </wsdl:message>
-
-    <wsdl:portType name="faultMessagePT">
-      <wsdl:operation name="throwFault">
-         <wsdl:input name="FaultInputMessage" message="tns:faultMessage"/>
-         <wsdl:output name="FaultOutputMessage" message="tns:faultMessage"/>
-         <wsdl:fault name="FaultMessage1" message="tns:errorMessage"/>
-         <wsdl:fault name="FaultMessage2" message="tns:errorMessage"/>
-         <wsdl:fault name="UnknownFault" message="tns:errorMessage"/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-</wsdl:definitions>
-
+<!--
+   ~ Licensed to the Apache Software Foundation (ASF) under one
+   ~ or more contributor license agreements.  See the NOTICE file
+   ~ distributed with this work for additional information
+   ~ regarding copyright ownership.  The ASF licenses this file
+   ~ to you under the Apache License, Version 2.0 (the
+   ~ "License"); you may not use this file except in compliance
+   ~ with the License.  You may obtain a copy of the License at
+   ~
+   ~    http://www.apache.org/licenses/LICENSE-2.0
+   ~
+   ~ Unless required by applicable law or agreed to in writing,
+   ~ software distributed under the License is distributed on an
+   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   ~ KIND, either express or implied.  See the License for the
+   ~ specific language governing permissions and limitations
+   ~ under the License.
+-->
+
+<wsdl:definitions targetNamespace="http://ode/bpel/unit-test/FaultService.wsdl"
+   xmlns="http://ode/bpel/unit-test/FaultService.wsdl"
+   xmlns:tns="http://ode/bpel/unit-test/FaultService.wsdl"
+   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
+
+   <wsdl:message name="faultMessage">
+      <wsdl:part name="faultName" type="xsd:string"/>
+      <wsdl:part name="faultData" type="xsd:string"/>
+      <wsdl:part name="faultIndicator1" type="xsd:string"/>
+      <wsdl:part name="faultIndicator2" type="xsd:string"/>
+   </wsdl:message>
+   <wsdl:message name="errorMessage">
+      <wsdl:part name="errorID" type="xsd:string"/>
+      <wsdl:part name="errorText" type="xsd:string"/>
+   </wsdl:message>
+
+    <wsdl:portType name="faultMessagePT">
+      <wsdl:operation name="throwFault">
+         <wsdl:input name="FaultInputMessage" message="tns:faultMessage"/>
+         <wsdl:output name="FaultOutputMessage" message="tns:faultMessage"/>
+         <wsdl:fault name="FaultMessage1" message="tns:errorMessage"/>
+         <wsdl:fault name="FaultMessage2" message="tns:errorMessage"/>
+         <wsdl:fault name="UnknownFault" message="tns:errorMessage"/>
+      </wsdl:operation>
+   </wsdl:portType>
+
+</wsdl:definitions>
+

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/FaultService/faultService.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/HelloWorld2/HelloWorld2.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/HelloWorld2/HelloWorld2.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/HelloWorld2/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/HelloWorld2/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/NegativeCorrelationTest.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/NegativeCorrelationTest.bpel?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/NegativeCorrelationTest.bpel (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/NegativeCorrelationTest.bpel Fri Sep 11 15:07:05 2009
@@ -27,7 +27,7 @@
 	targetNamespace="http://ode/bpel/unit-test/NegativeCorrelationTest"
 	queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
 	expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
- suppressJoinFailure="yes">
+ suppressJoinFailure="yes">
 
 	<import location="NegativeCorrelationTest.wsdl"
 		namespace="http://ode/bpel/unit-test/NegativeCorrelationTest.wsdl"
@@ -36,180 +36,180 @@
 		namespace="http://ode/bpel/unit-test/ProbeService.wsdl"
 		importType="http://schemas.xmlsoap.org/wsdl/"/>
 	
-
+
 <!-- This is a negative unit test for the ODE compiler. The compiler should
-     throw an exception because the <pick> does not contain a correlation set. -->
-
-  <partnerLinks>
+     throw an exception because the <pick> does not contain a correlation set. -->
+
+  <partnerLinks>
   	<partnerLink name="request1" partnerLinkType="wns:NegativeCorrelationTestRequest" myRole="NegativeCorrelationTestService"/>
-  	<partnerLink name="probe" partnerLinkType="wns:probeRequest" partnerRole="probeService" initializePartnerRole="yes"/>
-  </partnerLinks>
-
-  <variables>
-    <variable name="request" 
-               messageType="wns:requestMessage"/>
-    <variable name="probeInput" 
-               messageType="prb:probeMessage"/>
-    <variable name="reply" 
-               messageType="wns:replyMessage"/>
-  </variables>
-
-  <correlationSets>
-	<correlationSet name="testCorr1" properties="wns:testProbeID"/>
-  </correlationSets>
-
-	<sequence>
-	    <receive name="receive1" partnerLink="request1"
-	    	portType="wns:NegativeCorrelationTestPT" 
-	             operation="request" variable="request"
+  	<partnerLink name="probe" partnerLinkType="wns:probeRequest" partnerRole="probeService" initializePartnerRole="yes"/>
+  </partnerLinks>
+
+  <variables>
+    <variable name="request" 
+               messageType="wns:requestMessage"/>
+    <variable name="probeInput" 
+               messageType="prb:probeMessage"/>
+    <variable name="reply" 
+               messageType="wns:replyMessage"/>
+  </variables>
+
+  <correlationSets>
+	<correlationSet name="testCorr1" properties="wns:testProbeID"/>
+  </correlationSets>
+
+	<sequence>
+	    <receive name="receive1" partnerLink="request1"
+	    	portType="wns:NegativeCorrelationTestPT" 
+	             operation="request" variable="request"
 	             createInstance="yes">
 	    	<correlations>
 	    		<correlation set="testCorr1" initiate="yes"/>
-	    	</correlations>
-	    </receive>
-
-	    <assign name="assign1">
-	    	<copy>
-	    		<from variable="request" property="wns:testProbeID"/>
-	        	<to variable="probeInput" part="probeName"/>
-	      </copy>
-	      <copy>
-	      	<from variable="request" part="requestText"/>
-	      	<to variable="probeInput" part="probeData"/>
-	      </copy>
-	    </assign>   
-
-
-	  <assign>
+	    	</correlations>
+	    </receive>
+
+	    <assign name="assign1">
+	    	<copy>
+	    		<from variable="request" property="wns:testProbeID"/>
+	        	<to variable="probeInput" part="probeName"/>
+	      </copy>
+	      <copy>
+	      	<from variable="request" part="requestText"/>
+	      	<to variable="probeInput" part="probeData"/>
+	      </copy>
+	    </assign>   
+
+
+	  <assign>
 	  		<copy>
 	  			<from>
 	  				<literal><![CDATA[block for next message]]></literal>
-	  			</from>
-	   				<to variable="probeInput" part="probeName"/>
-	  		</copy>
-	  </assign> 
-
-       <invoke name="probe" partnerLink="probe"
-	            portType="prb:probeMessagePT" 
-	            operation="probe"
-	            inputVariable="probeInput"  
-	            outputVariable="probeInput">
-       </invoke>
-
-	    <pick name="testPick">
-			<onMessage partnerLink="request1"
-				portType="wns:NegativeCorrelationTestPT" operation="continue1" variable="request">
+	  			</from>
+	   				<to variable="probeInput" part="probeName"/>
+	  		</copy>
+	  </assign> 
+
+       <invoke name="probe" partnerLink="probe"
+	            portType="prb:probeMessagePT" 
+	            operation="probe"
+	            inputVariable="probeInput"  
+	            outputVariable="probeInput">
+       </invoke>
+
+	    <pick name="testPick">
+			<onMessage partnerLink="request1"
+				portType="wns:NegativeCorrelationTestPT" operation="continue1" variable="request">
 <!--
 				<correlations>
 					<correlation set="testCorr1"/>
 				</correlations>
 -->
-				<sequence>
-	  	  				<assign>
+				<sequence>
+	  	  				<assign>
 	      				<copy>
 	      					<from>
 	      						<literal><![CDATA[pick branch one invoked]]></literal>
-	      					</from>
-	        				<to variable="probeInput" part="probeName"/>
-	      				</copy>
-	  					</assign> 
-
-       					<invoke name="probe" partnerLink="probe"
-	            			portType="prb:probeMessagePT" 
-	            			operation="probe"
-	            			inputVariable="probeInput"  
-	            			outputVariable="probeInput">
-       					</invoke>
-	    			
-	    				<assign>
+	      					</from>
+	        				<to variable="probeInput" part="probeName"/>
+	      				</copy>
+	  					</assign> 
+
+       					<invoke name="probe" partnerLink="probe"
+	            			portType="prb:probeMessagePT" 
+	            			operation="probe"
+	            			inputVariable="probeInput"  
+	            			outputVariable="probeInput">
+       					</invoke>
+	    			
+	    				<assign>
 	      				<copy>
 	      					<from>
 	      						<literal><![CDATA[process complete]]></literal>
-	      					</from>
-	        				<to variable="probeInput" part="probeName"/>
-	      				</copy>
-	  					</assign> 
-
-       					<invoke name="probe" partnerLink="probe"
-	            			portType="prb:probeMessagePT" 
-	            			operation="probe"
-	            			inputVariable="probeInput"  
-	            			outputVariable="probeInput">
-       					</invoke>
-
-	  				<assign name="assign2">
-	      				<copy>
-	        					<from variable="probeInput" part="probeName"/>
-	        					<to variable="reply" part="replyID"/>
-	      				</copy>
-	      				<copy>
-	        					<from variable="probeInput" part="probeData"/>
-	        					<to variable="reply" part="replyText"/>
-	      				</copy>
-	  				</assign> 
-	    
-					<reply name="reply" partnerLink="request1" portType="wns:NegativeCorrelationTestPT" 
-	           				operation="continue1" variable="reply"> 
-	  				</reply>
-
-				</sequence>
-			</onMessage>
-			<onMessage partnerLink="request1"
-				portType="wns:NegativeCorrelationTestPT" operation="continue2" variable="request">
+	      					</from>
+	        				<to variable="probeInput" part="probeName"/>
+	      				</copy>
+	  					</assign> 
+
+       					<invoke name="probe" partnerLink="probe"
+	            			portType="prb:probeMessagePT" 
+	            			operation="probe"
+	            			inputVariable="probeInput"  
+	            			outputVariable="probeInput">
+       					</invoke>
+
+	  				<assign name="assign2">
+	      				<copy>
+	        					<from variable="probeInput" part="probeName"/>
+	        					<to variable="reply" part="replyID"/>
+	      				</copy>
+	      				<copy>
+	        					<from variable="probeInput" part="probeData"/>
+	        					<to variable="reply" part="replyText"/>
+	      				</copy>
+	  				</assign> 
+	    
+					<reply name="reply" partnerLink="request1" portType="wns:NegativeCorrelationTestPT" 
+	           				operation="continue1" variable="reply"> 
+	  				</reply>
+
+				</sequence>
+			</onMessage>
+			<onMessage partnerLink="request1"
+				portType="wns:NegativeCorrelationTestPT" operation="continue2" variable="request">
 <!--
 				<correlations>
 					<correlation set="testCorr1"/>
 				</correlations>
 -->
-				<sequence>
-	  	  				<assign>
+				<sequence>
+	  	  				<assign>
 	      				<copy>
 	      					<from>
 	      						<literal><![CDATA[pick branch two invoked]]></literal>
-	      					</from>
-	        				<to variable="probeInput" part="probeName"/>
-	      				</copy>
-	  					</assign> 
-
-       					<invoke name="probe" partnerLink="probe"
-	            			portType="prb:probeMessagePT" 
-	            			operation="probe"
-	            			inputVariable="probeInput"  
-	            			outputVariable="probeInput">
-       					</invoke>
-	    			
-	    				<assign>
+	      					</from>
+	        				<to variable="probeInput" part="probeName"/>
+	      				</copy>
+	  					</assign> 
+
+       					<invoke name="probe" partnerLink="probe"
+	            			portType="prb:probeMessagePT" 
+	            			operation="probe"
+	            			inputVariable="probeInput"  
+	            			outputVariable="probeInput">
+       					</invoke>
+	    			
+	    				<assign>
 	      				<copy>
 	      					<from>
 	      						<literal><![CDATA[process complete]]></literal>
-	      					</from>
-	        				<to variable="probeInput" part="probeName"/>
-	      				</copy>
-	  					</assign> 
-
-       					<invoke name="probe" partnerLink="probe"
-	            			portType="prb:probeMessagePT" 
-	            			operation="probe"
-	            			inputVariable="probeInput"  
-	            			outputVariable="probeInput">
-       					</invoke>
-	  				<assign name="assign2">
-	      				<copy>
-	        					<from variable="probeInput" part="probeName"/>
-	        					<to variable="reply" part="replyID"/>
-	      				</copy>
-	      				<copy>
-	        					<from variable="probeInput" part="probeData"/>
-	        					<to variable="reply" part="replyText"/>
-	      				</copy>
-	  				</assign> 
-	    
-					<reply name="reply" partnerLink="request1" portType="wns:NegativeCorrelationTestPT" 
-	           				operation="continue2" variable="reply"> 
-	  				</reply>
-
-				</sequence>
-			</onMessage>
-		</pick>
-	</sequence>
-</process>
+	      					</from>
+	        				<to variable="probeInput" part="probeName"/>
+	      				</copy>
+	  					</assign> 
+
+       					<invoke name="probe" partnerLink="probe"
+	            			portType="prb:probeMessagePT" 
+	            			operation="probe"
+	            			inputVariable="probeInput"  
+	            			outputVariable="probeInput">
+       					</invoke>
+	  				<assign name="assign2">
+	      				<copy>
+	        					<from variable="probeInput" part="probeName"/>
+	        					<to variable="reply" part="replyID"/>
+	      				</copy>
+	      				<copy>
+	        					<from variable="probeInput" part="probeData"/>
+	        					<to variable="reply" part="replyText"/>
+	      				</copy>
+	  				</assign> 
+	    
+					<reply name="reply" partnerLink="request1" portType="wns:NegativeCorrelationTestPT" 
+	           				operation="continue2" variable="reply"> 
+	  				</reply>
+
+				</sequence>
+			</onMessage>
+		</pick>
+	</sequence>
+</process>

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/NegativeCorrelationTest.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/NegativeCorrelationTest.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/NegativeCorrelationTest.wsdl?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/NegativeCorrelationTest.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/NegativeCorrelationTest.wsdl Fri Sep 11 15:07:05 2009
@@ -1,81 +1,81 @@
-<!--
-   ~ Licensed to the Apache Software Foundation (ASF) under one
-   ~ or more contributor license agreements.  See the NOTICE file
-   ~ distributed with this work for additional information
-   ~ regarding copyright ownership.  The ASF licenses this file
-   ~ to you under the Apache License, Version 2.0 (the
-   ~ "License"); you may not use this file except in compliance
-   ~ with the License.  You may obtain a copy of the License at
-   ~
-   ~    http://www.apache.org/licenses/LICENSE-2.0
-   ~
-   ~ Unless required by applicable law or agreed to in writing,
-   ~ software distributed under the License is distributed on an
-   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-   ~ KIND, either express or implied.  See the License for the
-   ~ specific language governing permissions and limitations
-   ~ under the License.
--->
-
-<wsdl:definitions 
-   targetNamespace="http://ode/bpel/unit-test/NegativeCorrelationTest.wsdl"
-   xmlns:tns="http://ode/bpel/unit-test/NegativeCorrelationTest.wsdl"
-   xmlns="http://ode/bpel/unit-test/NegativeCorrelationTest.wsdl"
-   xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
-   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-   xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
-   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-   xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable">
-
-
-   <wsdl:message name="requestMessage">
-      <wsdl:part name="requestID" type="xsd:string"/>
-      <wsdl:part name="requestText" type="xsd:string"/>
-   </wsdl:message>
-   
-   <wsdl:message name="replyMessage">
-      <wsdl:part name="replyID" type="xsd:string"/>
-      <wsdl:part name="replyText" type="xsd:string"/>
-   </wsdl:message>
-
-
-   <wsdl:portType name="NegativeCorrelationTestPT">
-      <wsdl:operation name="request">
-         <wsdl:input message="requestMessage"/>
-      </wsdl:operation>
+<!--
+   ~ Licensed to the Apache Software Foundation (ASF) under one
+   ~ or more contributor license agreements.  See the NOTICE file
+   ~ distributed with this work for additional information
+   ~ regarding copyright ownership.  The ASF licenses this file
+   ~ to you under the Apache License, Version 2.0 (the
+   ~ "License"); you may not use this file except in compliance
+   ~ with the License.  You may obtain a copy of the License at
+   ~
+   ~    http://www.apache.org/licenses/LICENSE-2.0
+   ~
+   ~ Unless required by applicable law or agreed to in writing,
+   ~ software distributed under the License is distributed on an
+   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   ~ KIND, either express or implied.  See the License for the
+   ~ specific language governing permissions and limitations
+   ~ under the License.
+-->
+
+<wsdl:definitions 
+   targetNamespace="http://ode/bpel/unit-test/NegativeCorrelationTest.wsdl"
+   xmlns:tns="http://ode/bpel/unit-test/NegativeCorrelationTest.wsdl"
+   xmlns="http://ode/bpel/unit-test/NegativeCorrelationTest.wsdl"
+   xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
+   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+   xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
+   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+   xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable">
+
+
+   <wsdl:message name="requestMessage">
+      <wsdl:part name="requestID" type="xsd:string"/>
+      <wsdl:part name="requestText" type="xsd:string"/>
+   </wsdl:message>
+   
+   <wsdl:message name="replyMessage">
+      <wsdl:part name="replyID" type="xsd:string"/>
+      <wsdl:part name="replyText" type="xsd:string"/>
+   </wsdl:message>
+
+
+   <wsdl:portType name="NegativeCorrelationTestPT">
+      <wsdl:operation name="request">
+         <wsdl:input message="requestMessage"/>
+      </wsdl:operation>
       <wsdl:operation name="continue1">
-         <wsdl:input message="requestMessage"/>
-         <wsdl:output message="replyMessage"/>
-      </wsdl:operation>
-      <wsdl:operation name="continue2">
-         <wsdl:input message="requestMessage"/>
-         <wsdl:output message="replyMessage"/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   
-   <wsdl:binding name="NegativeCorrelationTestBinding" type="tns:NegativeCorrelationTestPT">
-      <wsdl:operation name="request">
-      </wsdl:operation>
-      <wsdl:operation name="continue1">
-      </wsdl:operation>
-      <wsdl:operation name="continue2">
-      </wsdl:operation>
-   </wsdl:binding>
-   <wsdl:service name="NegativeCorrelationTestService">
-      <wsdl:port name="NegativeCorrelationTestPort" binding="tns:NegativeCorrelationTestBinding">
-      </wsdl:port>
-   </wsdl:service>
-   
-   <plnk:partnerLinkType name="NegativeCorrelationTestRequest">
-      <plnk:role name="NegativeCorrelationTestService" portType="NegativeCorrelationTestPT"/>
-   </plnk:partnerLinkType>
-
-   <plnk:partnerLinkType name="probeRequest">
-	  <plnk:role name="probeService" portType="prb:probeMessagePT"/>
-   </plnk:partnerLinkType>
-
-   <bpws:property name="testProbeID" type="xsd:string"/>
-   <bpws:propertyAlias propertyName="tns:testProbeID" messageType="tns:requestMessage" part="requestID"/>
-
-</wsdl:definitions>
+         <wsdl:input message="requestMessage"/>
+         <wsdl:output message="replyMessage"/>
+      </wsdl:operation>
+      <wsdl:operation name="continue2">
+         <wsdl:input message="requestMessage"/>
+         <wsdl:output message="replyMessage"/>
+      </wsdl:operation>
+   </wsdl:portType>
+
+   
+   <wsdl:binding name="NegativeCorrelationTestBinding" type="tns:NegativeCorrelationTestPT">
+      <wsdl:operation name="request">
+      </wsdl:operation>
+      <wsdl:operation name="continue1">
+      </wsdl:operation>
+      <wsdl:operation name="continue2">
+      </wsdl:operation>
+   </wsdl:binding>
+   <wsdl:service name="NegativeCorrelationTestService">
+      <wsdl:port name="NegativeCorrelationTestPort" binding="tns:NegativeCorrelationTestBinding">
+      </wsdl:port>
+   </wsdl:service>
+   
+   <plnk:partnerLinkType name="NegativeCorrelationTestRequest">
+      <plnk:role name="NegativeCorrelationTestService" portType="NegativeCorrelationTestPT"/>
+   </plnk:partnerLinkType>
+
+   <plnk:partnerLinkType name="probeRequest">
+	  <plnk:role name="probeService" portType="prb:probeMessagePT"/>
+   </plnk:partnerLinkType>
+
+   <bpws:property name="testProbeID" type="xsd:string"/>
+   <bpws:propertyAlias propertyName="tns:testProbeID" messageType="tns:requestMessage" part="requestID"/>
+
+</wsdl:definitions>

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/NegativeCorrelationTest.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeCorrelationTest/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/NegativeInitializationTest.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/NegativeInitializationTest.bpel?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/NegativeInitializationTest.bpel (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/NegativeInitializationTest.bpel Fri Sep 11 15:07:05 2009
@@ -27,9 +27,9 @@
 	targetNamespace="http://ode/bpel/unit-test/NegativeInitializationTest"
 	queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
 	expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
- suppressJoinFailure="yes">
-
-<!-- test onMessage with static correlation key -->
+ suppressJoinFailure="yes">
+
+<!-- test onMessage with static correlation key -->
 
 	<import location="NegativeInitializationTest.wsdl"
 		namespace="http://ode/bpel/unit-test/NegativeInitializationTest.wsdl"
@@ -38,90 +38,90 @@
 		namespace="http://ode/bpel/unit-test/ProbeService.wsdl"
 		importType="http://schemas.xmlsoap.org/wsdl/"/>
 	
-
-  <partnerLinks>
-  	<partnerLink name="request1" partnerLinkType="wns:NegativeInitializationTestRequest" myRole="NegativeInitializationTestService"/>
-  	<partnerLink name="probe" partnerLinkType="wns:probeRequest" partnerRole="probeService" initializePartnerRole="yes"/>
-  </partnerLinks>
-
-  <variables>
-    <variable name="request" 
-               messageType="wns:requestMessage"/>
-    <variable name="probeInput" 
-               messageType="prb:probeMessage"/>
-    <variable name="reply" 
-               messageType="wns:replyMessage"/>
-  </variables>
-
-  <correlationSets>
-	<correlationSet name="testCorr1" properties="wns:testProbeID"/>
-  </correlationSets>
-
+
+  <partnerLinks>
+  	<partnerLink name="request1" partnerLinkType="wns:NegativeInitializationTestRequest" myRole="NegativeInitializationTestService"/>
+  	<partnerLink name="probe" partnerLinkType="wns:probeRequest" partnerRole="probeService" initializePartnerRole="yes"/>
+  </partnerLinks>
+
+  <variables>
+    <variable name="request" 
+               messageType="wns:requestMessage"/>
+    <variable name="probeInput" 
+               messageType="prb:probeMessage"/>
+    <variable name="reply" 
+               messageType="wns:replyMessage"/>
+  </variables>
+
+  <correlationSets>
+	<correlationSet name="testCorr1" properties="wns:testProbeID"/>
+  </correlationSets>
+
   <sequence>
   	
-  <scope name="scopeOne">
-  	<eventHandlers>
-
-  		<onEvent partnerLink="request1" messageType="wns:requestMessage"
+  <scope name="scopeOne">
+  	<eventHandlers>
+
+  		<onEvent partnerLink="request1" messageType="wns:requestMessage"
   			portType="wns:NegativeInitializationTestPT" operation="event1" variable="request">
 
   			<correlations>
   				<correlation set="testCorr1"/>
   			</correlations>
-
+
 			<scope>
-				<sequence>
-	  	  			<assign>
+				<sequence>
+	  	  			<assign>
 	      				<copy>
 	      					<from>
 	      						<literal><![CDATA[TestStaticOnMessage3PT]]></literal>
-	      					</from>
-	        				<to variable="probeInput" part="probeName"/>
-	      				</copy>
-	  				</assign> 
-
-       				<invoke name="probe" partnerLink="probe"
-	            			portType="prb:probeMessagePT" 
-	            			operation="probe"
-	            			inputVariable="probeInput"  
-	            			outputVariable="probeInput">
-       				</invoke>
+	      					</from>
+	        				<to variable="probeInput" part="probeName"/>
+	      				</copy>
+	  				</assign> 
+
+       				<invoke name="probe" partnerLink="probe"
+	            			portType="prb:probeMessagePT" 
+	            			operation="probe"
+	            			inputVariable="probeInput"  
+	            			outputVariable="probeInput">
+       				</invoke>
 				</sequence>
-			  </scope>
-			</onEvent>
-			<onEvent partnerLink="request1" messageType="wns:requestMessage"
-				portType="wns:NegativeInitializationTestPT" operation="event2" variable="request">
+			  </scope>
+			</onEvent>
+			<onEvent partnerLink="request1" messageType="wns:requestMessage"
+				portType="wns:NegativeInitializationTestPT" operation="event2" variable="request">
 
 				<correlations>
 					<correlation set="testCorr1"/>
 				</correlations>
 
 			  <scope>
-				<sequence>
-	  	  			<assign>
+				<sequence>
+	  	  			<assign>
 	      				<copy>
 	      					<from>
 	      						<literal><![CDATA[received event on TestStaticOnMessage4PT]]></literal>
-	      					</from>
-	        				<to variable="probeInput" part="probeName"/>
-	      				</copy>
-	  				</assign> 
-
-       				<invoke name="probe" partnerLink="probe"
-	            			portType="prb:probeMessagePT" 
-	            			operation="probe"
-	            			inputVariable="probeInput"  
-	            			outputVariable="probeInput">
-       				</invoke>
+	      					</from>
+	        				<to variable="probeInput" part="probeName"/>
+	      				</copy>
+	  				</assign> 
+
+       				<invoke name="probe" partnerLink="probe"
+	            			portType="prb:probeMessagePT" 
+	            			operation="probe"
+	            			inputVariable="probeInput"  
+	            			outputVariable="probeInput">
+       				</invoke>
 				</sequence>
-			   </scope>
-			</onEvent>
-
-
-  	</eventHandlers>
-
-  <sequence>
-	    
+			   </scope>
+			</onEvent>
+
+
+  	</eventHandlers>
+
+  <sequence>
+	    
   	<receive name="receive1" partnerLink="request1"
   		portType="wns:NegativeInitializationTestPT" 
   		operation="request" variable="request"
@@ -129,104 +129,104 @@
   		<correlations>
   			<correlation set="testCorr1" initiate="yes"/>
   		</correlations>
-  	</receive>
-	
-		<!-- Copy input variables to internal accumulators -->
-	 
-	    <assign name="assign1">
-	      <copy>
-	        <from variable="request" property="wns:testProbeID"/>
-	        <to variable="probeInput" part="probeName"/>
-	      </copy>
-	      <copy>
-	        <from variable="request" property="wns:testProbeData"/>
-	        <to variable="probeInput" part="probeData"/>
-	      </copy>
-	    </assign>   
-	
+  	</receive>
+	
+		<!-- Copy input variables to internal accumulators -->
+	 
+	    <assign name="assign1">
+	      <copy>
+	        <from variable="request" property="wns:testProbeID"/>
+	        <to variable="probeInput" part="probeName"/>
+	      </copy>
+	      <copy>
+	        <from variable="request" property="wns:testProbeData"/>
+	        <to variable="probeInput" part="probeData"/>
+	      </copy>
+	    </assign>   
+	
 
-	  <assign>
+	  <assign>
 	  		<copy>
 	  			<from>
 	  				<literal><![CDATA[block for next message]]></literal>
-	  			</from>
-	   				<to variable="probeInput" part="probeName"/>
-	  		</copy>
-	  </assign> 
-
-       <invoke name="probe" partnerLink="probe"
-	            portType="prb:probeMessagePT" 
-	            operation="probe"
-	            inputVariable="probeInput"  
-	            outputVariable="probeInput">
+	  			</from>
+	   				<to variable="probeInput" part="probeName"/>
+	  		</copy>
+	  </assign> 
+
+       <invoke name="probe" partnerLink="probe"
+	            portType="prb:probeMessagePT" 
+	            operation="probe"
+	            inputVariable="probeInput"  
+	            outputVariable="probeInput">
        </invoke>
        
   	<!-- block the process here while test messages are sent to the eventHandlers -->
-       
-	    <receive name="receive2" partnerLink="request1"
-	    	portType="wns:NegativeInitializationTestPT" 
-	             operation="continue1" variable="request">
-		<correlations>
-			<correlation set="testCorr1"/>
-		</correlations>
-	    </receive>
-
-	   </sequence>
-	</scope>
-
-	  <assign>
+       
+	    <receive name="receive2" partnerLink="request1"
+	    	portType="wns:NegativeInitializationTestPT" 
+	             operation="continue1" variable="request">
+		<correlations>
+			<correlation set="testCorr1"/>
+		</correlations>
+	    </receive>
+
+	   </sequence>
+	</scope>
+
+	  <assign>
 	  		<copy>
 	  			<from>
 	  				<literal><![CDATA[block for final message]]></literal>
-	  			</from>
-   				<to variable="probeInput" part="probeName"/>
-	  		</copy>
-	  </assign> 
-
-       <invoke name="probe" partnerLink="probe"
-	            portType="prb:probeMessagePT" 
-	            operation="probe"
-	            inputVariable="probeInput"  
-	            outputVariable="probeInput">
-       </invoke>
-
-	    <receive name="receive3" partnerLink="request1"
-	    	portType="wns:NegativeInitializationTestPT" 
-	             operation="continue2" variable="request">
-		<correlations>
-			<correlation set="testCorr1"/>
-		</correlations>
-	    </receive>
-
-	  	<assign>
+	  			</from>
+   				<to variable="probeInput" part="probeName"/>
+	  		</copy>
+	  </assign> 
+
+       <invoke name="probe" partnerLink="probe"
+	            portType="prb:probeMessagePT" 
+	            operation="probe"
+	            inputVariable="probeInput"  
+	            outputVariable="probeInput">
+       </invoke>
+
+	    <receive name="receive3" partnerLink="request1"
+	    	portType="wns:NegativeInitializationTestPT" 
+	             operation="continue2" variable="request">
+		<correlations>
+			<correlation set="testCorr1"/>
+		</correlations>
+	    </receive>
+
+	  	<assign>
 	     	<copy>
 	     		<from>
 	     			<literal><![CDATA[process complete]]></literal>
-	     		</from>
-	      		<to variable="probeInput" part="probeName"/>
-	    	</copy>
-	  	</assign> 
-
-       <invoke name="probe" partnerLink="probe"
-	            portType="prb:probeMessagePT" 
-	            operation="probe"
-	            inputVariable="probeInput"  
-	            outputVariable="probeInput">
-       </invoke>
-	  <assign name="assign2">
-	      <copy>
-	        <from variable="probeInput" part="probeName"/>
-	        <to variable="reply" part="replyID"/>
-	      </copy>
-	      <copy>
-	        <from variable="probeInput" part="probeData"/>
-	        <to variable="reply" part="replyText"/>
-	      </copy>
-	  </assign> 
-	    
-  	<reply name="reply" partnerLink="request1" portType="wns:NegativeInitializationTestPT" 
-	           operation="continue2" variable="reply"> 
-	  </reply>
-  
-  </sequence>
-</process>
+	     		</from>
+	      		<to variable="probeInput" part="probeName"/>
+	    	</copy>
+	  	</assign> 
+
+       <invoke name="probe" partnerLink="probe"
+	            portType="prb:probeMessagePT" 
+	            operation="probe"
+	            inputVariable="probeInput"  
+	            outputVariable="probeInput">
+       </invoke>
+	  <assign name="assign2">
+	      <copy>
+	        <from variable="probeInput" part="probeName"/>
+	        <to variable="reply" part="replyID"/>
+	      </copy>
+	      <copy>
+	        <from variable="probeInput" part="probeData"/>
+	        <to variable="reply" part="replyText"/>
+	      </copy>
+	  </assign> 
+	    
+  	<reply name="reply" partnerLink="request1" portType="wns:NegativeInitializationTestPT" 
+	           operation="continue2" variable="reply"> 
+	  </reply>
+  
+  </sequence>
+</process>

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/NegativeInitializationTest.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/NegativeInitializationTest.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/NegativeInitializationTest.wsdl?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/NegativeInitializationTest.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/NegativeInitializationTest.wsdl Fri Sep 11 15:07:05 2009
@@ -1,116 +1,116 @@
-<!--
-   ~ Licensed to the Apache Software Foundation (ASF) under one
-   ~ or more contributor license agreements.  See the NOTICE file
-   ~ distributed with this work for additional information
-   ~ regarding copyright ownership.  The ASF licenses this file
-   ~ to you under the Apache License, Version 2.0 (the
-   ~ "License"); you may not use this file except in compliance
-   ~ with the License.  You may obtain a copy of the License at
-   ~
-   ~    http://www.apache.org/licenses/LICENSE-2.0
-   ~
-   ~ Unless required by applicable law or agreed to in writing,
-   ~ software distributed under the License is distributed on an
-   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-   ~ KIND, either express or implied.  See the License for the
-   ~ specific language governing permissions and limitations
-   ~ under the License.
--->
-
-<wsdl:definitions 
-   targetNamespace="http://ode/bpel/unit-test/NegativeInitializationTest.wsdl"
-   xmlns:tns="http://ode/bpel/unit-test/NegativeInitializationTest.wsdl"
-   xmlns:typens="http://ode/bpel/unit-test/NegativeInitializationTest.wsdl.types"
-   xmlns="http://ode/bpel/unit-test/NegativeInitializationTest.wsdl"
-   xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
-   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-   xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
-   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-   xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable">
-
-
-   <wsdl:types>
-    <xsd:schema
-       targetNamespace="http://ode/bpel/unit-test/NegativeInitializationTest.wsdl.types"
-                xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
-      <xsd:complexType name="testMessage">
-        <xsd:sequence>
-          <xsd:element name="requestID" type="xsd:string"/>
-          <xsd:element name="requestText" type="xsd:string"/>
-        </xsd:sequence>
-      </xsd:complexType>
-
-    </xsd:schema>
-   </wsdl:types>
-
-   <wsdl:message name="requestMessage">
-      <wsdl:part name="requestMessageData" type="typens:testMessage"/>
-   </wsdl:message>
-
-   <wsdl:message name="replyMessage">
-      <wsdl:part name="replyID" type="xsd:string"/>
-      <wsdl:part name="replyText" type="xsd:string"/>
-   </wsdl:message>
-
-
-   <wsdl:portType name="NegativeInitializationTestPT">
-      <wsdl:operation name="request">
-         <wsdl:input message="requestMessage"/>
-      </wsdl:operation>
-      <wsdl:operation name="event1">
-         <wsdl:input message="requestMessage"/>
-      </wsdl:operation>
-      <wsdl:operation name="event2">
-         <wsdl:input message="requestMessage"/>
-      </wsdl:operation>
-      <wsdl:operation name="continue1">
-         <wsdl:input message="requestMessage"/>
-      </wsdl:operation>
-      <wsdl:operation name="continue2">
-         <wsdl:input message="requestMessage"/>
-         <wsdl:output message="replyMessage"/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:binding name="NegativeInitializationTestBinding" type="tns:NegativeInitializationTestPT">
-      <wsdl:operation name="request">
-      </wsdl:operation>
-      <wsdl:operation name="event1">
-      </wsdl:operation>
-      <wsdl:operation name="event2">
-      </wsdl:operation>
-      <wsdl:operation name="continue1">
-      </wsdl:operation>
-      <wsdl:operation name="continue2">
-      </wsdl:operation>
-   </wsdl:binding>
-   <wsdl:service name="NegativeInitializationTestService">
-      <wsdl:port name="NegativeInitializationTestPort" binding="tns:NegativeInitializationTestBinding">
-      </wsdl:port>
-   </wsdl:service>
-
-   <bpws:property name="testProbeID" type="xsd:string"/>
+<!--
+   ~ Licensed to the Apache Software Foundation (ASF) under one
+   ~ or more contributor license agreements.  See the NOTICE file
+   ~ distributed with this work for additional information
+   ~ regarding copyright ownership.  The ASF licenses this file
+   ~ to you under the Apache License, Version 2.0 (the
+   ~ "License"); you may not use this file except in compliance
+   ~ with the License.  You may obtain a copy of the License at
+   ~
+   ~    http://www.apache.org/licenses/LICENSE-2.0
+   ~
+   ~ Unless required by applicable law or agreed to in writing,
+   ~ software distributed under the License is distributed on an
+   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   ~ KIND, either express or implied.  See the License for the
+   ~ specific language governing permissions and limitations
+   ~ under the License.
+-->
+
+<wsdl:definitions 
+   targetNamespace="http://ode/bpel/unit-test/NegativeInitializationTest.wsdl"
+   xmlns:tns="http://ode/bpel/unit-test/NegativeInitializationTest.wsdl"
+   xmlns:typens="http://ode/bpel/unit-test/NegativeInitializationTest.wsdl.types"
+   xmlns="http://ode/bpel/unit-test/NegativeInitializationTest.wsdl"
+   xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
+   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+   xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
+   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+   xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable">
+
+
+   <wsdl:types>
+    <xsd:schema
+       targetNamespace="http://ode/bpel/unit-test/NegativeInitializationTest.wsdl.types"
+                xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+      <xsd:complexType name="testMessage">
+        <xsd:sequence>
+          <xsd:element name="requestID" type="xsd:string"/>
+          <xsd:element name="requestText" type="xsd:string"/>
+        </xsd:sequence>
+      </xsd:complexType>
+
+    </xsd:schema>
+   </wsdl:types>
+
+   <wsdl:message name="requestMessage">
+      <wsdl:part name="requestMessageData" type="typens:testMessage"/>
+   </wsdl:message>
+
+   <wsdl:message name="replyMessage">
+      <wsdl:part name="replyID" type="xsd:string"/>
+      <wsdl:part name="replyText" type="xsd:string"/>
+   </wsdl:message>
+
+
+   <wsdl:portType name="NegativeInitializationTestPT">
+      <wsdl:operation name="request">
+         <wsdl:input message="requestMessage"/>
+      </wsdl:operation>
+      <wsdl:operation name="event1">
+         <wsdl:input message="requestMessage"/>
+      </wsdl:operation>
+      <wsdl:operation name="event2">
+         <wsdl:input message="requestMessage"/>
+      </wsdl:operation>
+      <wsdl:operation name="continue1">
+         <wsdl:input message="requestMessage"/>
+      </wsdl:operation>
+      <wsdl:operation name="continue2">
+         <wsdl:input message="requestMessage"/>
+         <wsdl:output message="replyMessage"/>
+      </wsdl:operation>
+   </wsdl:portType>
+
+   <wsdl:binding name="NegativeInitializationTestBinding" type="tns:NegativeInitializationTestPT">
+      <wsdl:operation name="request">
+      </wsdl:operation>
+      <wsdl:operation name="event1">
+      </wsdl:operation>
+      <wsdl:operation name="event2">
+      </wsdl:operation>
+      <wsdl:operation name="continue1">
+      </wsdl:operation>
+      <wsdl:operation name="continue2">
+      </wsdl:operation>
+   </wsdl:binding>
+   <wsdl:service name="NegativeInitializationTestService">
+      <wsdl:port name="NegativeInitializationTestPort" binding="tns:NegativeInitializationTestBinding">
+      </wsdl:port>
+   </wsdl:service>
+
+   <bpws:property name="testProbeID" type="xsd:string"/>
    <bpws:propertyAlias propertyName="tns:testProbeID" messageType="tns:requestMessage" part="requestMessageData">
-      <bpws:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
-         testMessage/requestID
-      </bpws:query>
-   </bpws:propertyAlias>
-   
-   <bpws:property name="testProbeData" type="xsd:string"/>
+      <bpws:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
+         testMessage/requestID
+      </bpws:query>
+   </bpws:propertyAlias>
+   
+   <bpws:property name="testProbeData" type="xsd:string"/>
    <bpws:propertyAlias propertyName="tns:testProbeData" messageType="tns:requestMessage" part="requestMessageData">
-      <bpws:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
-         testMessage/requestText
+      <bpws:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
+         testMessage/requestText
       </bpws:query>
-   </bpws:propertyAlias>
-   
-
-   <plnk:partnerLinkType name="NegativeInitializationTestRequest">
-      <plnk:role name="NegativeInitializationTestService" portType="NegativeInitializationTestPT"/>
-   </plnk:partnerLinkType>
-
-   <plnk:partnerLinkType name="probeRequest">
-	<plnk:role name="probeService" portType="prb:probeMessagePT"/>
-   </plnk:partnerLinkType>
-
-</wsdl:definitions>
+   </bpws:propertyAlias>
+   
+
+   <plnk:partnerLinkType name="NegativeInitializationTestRequest">
+      <plnk:role name="NegativeInitializationTestService" portType="NegativeInitializationTestPT"/>
+   </plnk:partnerLinkType>
+
+   <plnk:partnerLinkType name="probeRequest">
+	<plnk:role name="probeService" portType="prb:probeMessagePT"/>
+   </plnk:partnerLinkType>
+
+</wsdl:definitions>

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/NegativeInitializationTest.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeInitializationTest/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeTargetNSTest1/NegativeTargetNSTest1.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeTargetNSTest1/NegativeTargetNSTest1.bpel?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeTargetNSTest1/NegativeTargetNSTest1.bpel (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeTargetNSTest1/NegativeTargetNSTest1.bpel Fri Sep 11 15:07:05 2009
@@ -28,35 +28,35 @@
 	queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
 	expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
 	suppressJoinFailure="yes">
-	
+	
 
 	<import location="NegativeTargetNSTest1.wsdl"
 		namespace="http://ode/bpel/unit-test/NegativeTargetNSTest1.wsdl"
 		importType="http://schemas.xmlsoap.org/wsdl/" />
 
 
-	<partnerLinks>
-		<partnerLink name="request" partnerLinkType="wns:NegativeTargetNSTest1Request" myRole="NegativeTargetNSTest1Service"/>
-	</partnerLinks>
-	<variables>
-		<variable name="request" messageType="wns:requestMessage"/>
-		<variable name="reply" messageType="wns:replyMessage"/>
-	</variables>
-
-	<sequence>
-		<receive name="receive1" partnerLink="request" portType="wns:NegativeTargetNSTest1PT" operation="request" variable="request" createInstance="yes"/>
-		<!-- Copy input variables to internal accumulators -->
-		<assign name="assign1">
-			<copy>
-				<from variable="request" part="requestID"/>
-				<to variable="reply" part="replyID"/>
-			</copy>
-			<copy>
-				<from variable="request" part="requestText"/>
-				<to variable="reply" part="replyText"/>
-			</copy>
-		</assign>
-
-		<reply name="reply" partnerLink="request" portType="wns:NegativeTargetNSTest1PT" operation="request" variable="reply"/>
-	</sequence>
-</process>
+	<partnerLinks>
+		<partnerLink name="request" partnerLinkType="wns:NegativeTargetNSTest1Request" myRole="NegativeTargetNSTest1Service"/>
+	</partnerLinks>
+	<variables>
+		<variable name="request" messageType="wns:requestMessage"/>
+		<variable name="reply" messageType="wns:replyMessage"/>
+	</variables>
+
+	<sequence>
+		<receive name="receive1" partnerLink="request" portType="wns:NegativeTargetNSTest1PT" operation="request" variable="request" createInstance="yes"/>
+		<!-- Copy input variables to internal accumulators -->
+		<assign name="assign1">
+			<copy>
+				<from variable="request" part="requestID"/>
+				<to variable="reply" part="replyID"/>
+			</copy>
+			<copy>
+				<from variable="request" part="requestText"/>
+				<to variable="reply" part="replyText"/>
+			</copy>
+		</assign>
+
+		<reply name="reply" partnerLink="request" portType="wns:NegativeTargetNSTest1PT" operation="request" variable="reply"/>
+	</sequence>
+</process>

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeTargetNSTest1/NegativeTargetNSTest1.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeTargetNSTest1/NegativeTargetNSTest1.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeTargetNSTest1/NegativeTargetNSTest1.wsdl?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeTargetNSTest1/NegativeTargetNSTest1.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeTargetNSTest1/NegativeTargetNSTest1.wsdl Fri Sep 11 15:07:05 2009
@@ -1,55 +1,55 @@
-<!--
-	~ Licensed to the Apache Software Foundation (ASF) under one
-	~ or more contributor license agreements.  See the NOTICE file
-	~ distributed with this work for additional information
-	~ regarding copyright ownership.  The ASF licenses this file
-	~ to you under the Apache License, Version 2.0 (the
-	~ "License"); you may not use this file except in compliance
-	~ with the License.  You may obtain a copy of the License at
-	~
-	~    http://www.apache.org/licenses/LICENSE-2.0
-	~
-	~ Unless required by applicable law or agreed to in writing,
-	~ software distributed under the License is distributed on an
-	~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	~ KIND, either express or implied.  See the License for the
-	~ specific language governing permissions and limitations
-	~ under the License.
--->
-
-<wsdl:definitions targetNamespace="http://ode/bpel/unit-test/NegativeTargetNSTest.wsdl"
-	xmlns:tns="http://ode/bpel/unit-test/NegativeTargetNSTest1.wsdl"
-	xmlns="http://ode/bpel/unit-test/NegativeTargetNSTest1.wsdl"
-	xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
-	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
-	
-	<wsdl:message name="requestMessage">
-		<wsdl:part name="requestID" type="xsd:string"/>
-		<wsdl:part name="requestText" type="xsd:string"/>
-	</wsdl:message>
-	<wsdl:message name="replyMessage">
-		<wsdl:part name="replyID" type="xsd:string"/>
-		<wsdl:part name="replyText" type="xsd:string"/>
-	</wsdl:message>
-
-	<wsdl:portType name="NegativeTargetNSTest1PT">
-		<wsdl:operation name="request">
-			<wsdl:input message="requestMessage"/>
-			<wsdl:output message="replyMessage"/>
-		</wsdl:operation>
-	</wsdl:portType>
-	<wsdl:binding name="NegativeTargetNSTest1Binding" type="tns:NegativeTargetNSTest1PT">
-		<wsdl:operation name="request">
-		</wsdl:operation>
-	</wsdl:binding>
-	<wsdl:service name="NegativeTargetNSTest1Service">
-		<wsdl:port name="NegativeTargetNSTest1Port" binding="tns:NegativeTargetNSTest1Binding">
-		</wsdl:port>
-	</wsdl:service>	
-	
-	<plnk:partnerLinkType name="NegativeTargetNSTest1Request">
-		<plnk:role name="NegativeTargetNSTest1Service" portType="NegativeTargetNSTest1PT"/>
-	</plnk:partnerLinkType>
-
-</wsdl:definitions>
+<!--
+	~ Licensed to the Apache Software Foundation (ASF) under one
+	~ or more contributor license agreements.  See the NOTICE file
+	~ distributed with this work for additional information
+	~ regarding copyright ownership.  The ASF licenses this file
+	~ to you under the Apache License, Version 2.0 (the
+	~ "License"); you may not use this file except in compliance
+	~ with the License.  You may obtain a copy of the License at
+	~
+	~    http://www.apache.org/licenses/LICENSE-2.0
+	~
+	~ Unless required by applicable law or agreed to in writing,
+	~ software distributed under the License is distributed on an
+	~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	~ KIND, either express or implied.  See the License for the
+	~ specific language governing permissions and limitations
+	~ under the License.
+-->
+
+<wsdl:definitions targetNamespace="http://ode/bpel/unit-test/NegativeTargetNSTest.wsdl"
+	xmlns:tns="http://ode/bpel/unit-test/NegativeTargetNSTest1.wsdl"
+	xmlns="http://ode/bpel/unit-test/NegativeTargetNSTest1.wsdl"
+	xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
+	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
+	
+	<wsdl:message name="requestMessage">
+		<wsdl:part name="requestID" type="xsd:string"/>
+		<wsdl:part name="requestText" type="xsd:string"/>
+	</wsdl:message>
+	<wsdl:message name="replyMessage">
+		<wsdl:part name="replyID" type="xsd:string"/>
+		<wsdl:part name="replyText" type="xsd:string"/>
+	</wsdl:message>
+
+	<wsdl:portType name="NegativeTargetNSTest1PT">
+		<wsdl:operation name="request">
+			<wsdl:input message="requestMessage"/>
+			<wsdl:output message="replyMessage"/>
+		</wsdl:operation>
+	</wsdl:portType>
+	<wsdl:binding name="NegativeTargetNSTest1Binding" type="tns:NegativeTargetNSTest1PT">
+		<wsdl:operation name="request">
+		</wsdl:operation>
+	</wsdl:binding>
+	<wsdl:service name="NegativeTargetNSTest1Service">
+		<wsdl:port name="NegativeTargetNSTest1Port" binding="tns:NegativeTargetNSTest1Binding">
+		</wsdl:port>
+	</wsdl:service>	
+	
+	<plnk:partnerLinkType name="NegativeTargetNSTest1Request">
+		<plnk:role name="NegativeTargetNSTest1Service" portType="NegativeTargetNSTest1PT"/>
+	</plnk:partnerLinkType>
+
+</wsdl:definitions>

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeTargetNSTest1/NegativeTargetNSTest1.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/NegativeTargetNSTest1/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ProbeService/probeService.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ProbeService/probeService.wsdl?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ProbeService/probeService.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ProbeService/probeService.wsdl Fri Sep 11 15:07:05 2009
@@ -1,49 +1,49 @@
-<!--
-   ~ Licensed to the Apache Software Foundation (ASF) under one
-   ~ or more contributor license agreements.  See the NOTICE file
-   ~ distributed with this work for additional information
-   ~ regarding copyright ownership.  The ASF licenses this file
-   ~ to you under the Apache License, Version 2.0 (the
-   ~ "License"); you may not use this file except in compliance
-   ~ with the License.  You may obtain a copy of the License at
-   ~
-   ~    http://www.apache.org/licenses/LICENSE-2.0
-   ~
-   ~ Unless required by applicable law or agreed to in writing,
-   ~ software distributed under the License is distributed on an
-   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-   ~ KIND, either express or implied.  See the License for the
-   ~ specific language governing permissions and limitations
-   ~ under the License.
--->
-
-<wsdl:definitions targetNamespace="http://ode/bpel/unit-test/ProbeService.wsdl"
-                  xmlns:tns="http://ode/bpel/unit-test/ProbeService.wsdl"
-                  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-                  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-                  xmlns="http://ode/bpel/unit-test/ProbeService.wsdl">
-
-    <wsdl:message name="probeMessage">
-        <wsdl:part name="probeName" type="xsd:string"/>
-        <wsdl:part name="probeData" type="xsd:string"/>
-    </wsdl:message>
-
-    <wsdl:portType name="probeMessagePT">
-        <wsdl:operation name="probe">
-            <wsdl:input name="ProbeInputMessage" message="tns:probeMessage"/>
-            <wsdl:output name="ProbeOutputMessage" message="tns:probeMessage"/>
-        </wsdl:operation>
-    </wsdl:portType>
-
-    <wsdl:binding name="probeBinding" type="tns:probeMessagePT">
-        <wsdl:operation name="probe">
-        </wsdl:operation>
-    </wsdl:binding>
-
-    <wsdl:service name="ProbeService">
-        <wsdl:port name="ProbePort" binding="tns:probeBinding">
-        </wsdl:port>
-    </wsdl:service>
-
-</wsdl:definitions>
-
+<!--
+   ~ Licensed to the Apache Software Foundation (ASF) under one
+   ~ or more contributor license agreements.  See the NOTICE file
+   ~ distributed with this work for additional information
+   ~ regarding copyright ownership.  The ASF licenses this file
+   ~ to you under the Apache License, Version 2.0 (the
+   ~ "License"); you may not use this file except in compliance
+   ~ with the License.  You may obtain a copy of the License at
+   ~
+   ~    http://www.apache.org/licenses/LICENSE-2.0
+   ~
+   ~ Unless required by applicable law or agreed to in writing,
+   ~ software distributed under the License is distributed on an
+   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   ~ KIND, either express or implied.  See the License for the
+   ~ specific language governing permissions and limitations
+   ~ under the License.
+-->
+
+<wsdl:definitions targetNamespace="http://ode/bpel/unit-test/ProbeService.wsdl"
+                  xmlns:tns="http://ode/bpel/unit-test/ProbeService.wsdl"
+                  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+                  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+                  xmlns="http://ode/bpel/unit-test/ProbeService.wsdl">
+
+    <wsdl:message name="probeMessage">
+        <wsdl:part name="probeName" type="xsd:string"/>
+        <wsdl:part name="probeData" type="xsd:string"/>
+    </wsdl:message>
+
+    <wsdl:portType name="probeMessagePT">
+        <wsdl:operation name="probe">
+            <wsdl:input name="ProbeInputMessage" message="tns:probeMessage"/>
+            <wsdl:output name="ProbeOutputMessage" message="tns:probeMessage"/>
+        </wsdl:operation>
+    </wsdl:portType>
+
+    <wsdl:binding name="probeBinding" type="tns:probeMessagePT">
+        <wsdl:operation name="probe">
+        </wsdl:operation>
+    </wsdl:binding>
+
+    <wsdl:service name="ProbeService">
+        <wsdl:port name="ProbePort" binding="tns:probeBinding">
+        </wsdl:port>
+    </wsdl:service>
+
+</wsdl:definitions>
+

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ProbeService/probeService.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native