You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/11/15 21:58:11 UTC

svn commit: r595457 - in /ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform: HelloXslWorld.bpel HelloXslWorld.wsdl deploy.xml

Author: mriou
Date: Thu Nov 15 12:58:08 2007
New Revision: 595457

URL: http://svn.apache.org/viewvc?rev=595457&view=rev
Log:
Fixing XSL test case (for some reason, a few namespaces didn't match).

Modified:
    ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel
    ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl
    ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml

Modified: ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel?rev=595457&r1=595456&r2=595457&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel (original)
+++ ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel Thu Nov 15 12:58:08 2007
@@ -17,18 +17,18 @@
   ~ under the License.
   -->
 <process name="HelloXslWorld" 
-    targetNamespace="http://pxe/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
-    xmlns:tns="http://pxe/bpel/unit-test"
+    xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:types="http://pxe/bpel/types"
-    xmlns:test="http://pxe/bpel/unit-test.wsdl"
+    xmlns:types="http://ode/bpel/types"
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
     expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
 
     <import location="HelloXslWorld.wsdl"
-        namespace="http://pxe/bpel/unit-test.wsdl"
+        namespace="http://ode/bpel/unit-test.wsdl"
         importType="http://schemas.xmlsoap.org/wsdl/"/>
     
     <partnerLinks>

Modified: ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl?rev=595457&r1=595456&r2=595457&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl (original)
+++ ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl Thu Nov 15 12:58:08 2007
@@ -19,23 +19,23 @@
   -->
 
 <wsdl:definitions 
-    targetNamespace="http://pxe/bpel/unit-test.wsdl"
+    targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
-    xmlns:tns="http://pxe/bpel/unit-test.wsdl"
+    xmlns:tns="http://ode/bpel/unit-test.wsdl"
     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:types="http://pxe/bpel/types"
+    xmlns:types="http://ode/bpel/types"
     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
 
     <wsdl:types>
-        <xsd:schema targetNamespace="http://pxe/bpel/types">
-                <xsd:complexType name="ContentCT">
+        <xsd:schema targetNamespace="http://ode/bpel/types">
+            <xsd:complexType name="ContentCT">
                 <xsd:sequence>
                     <xsd:element name="content" type="xsd:string"/>
                 </xsd:sequence>
-                </xsd:complexType>
+            </xsd:complexType>
         </xsd:schema>
     </wsdl:types>
 
@@ -56,12 +56,12 @@
             <soap:operation soapAction="" style="rpc"/>
             <wsdl:input>
                 <soap:body
-                    namespace="http://pxe/bpel/unit-test.wsdl"
+                    namespace="http://ode/bpel/unit-test.wsdl"
                     use="literal"/>
             </wsdl:input>
             <wsdl:output>
                 <soap:body
-                    namespace="http://pxe/bpel/unit-test.wsdl" 
+                    namespace="http://ode/bpel/unit-test.wsdl"
                     use="literal"/>
             </wsdl:output>
         </wsdl:operation>

Modified: ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml?rev=595457&r1=595456&r2=595457&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml Thu Nov 15 12:58:08 2007
@@ -17,8 +17,8 @@
   ~ under the License.
   -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-        xmlns:pns="http://pxe/bpel/unit-test"
-        xmlns:wns="http://pxe/bpel/unit-test.wsdl">
+        xmlns:pns="http://ode/bpel/unit-test"
+        xmlns:wns="http://ode/bpel/unit-test.wsdl">
 
     <process name="pns:HelloXslWorld">
         <active>true</active>