You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2005/11/15 21:35:58 UTC

svn commit: r344436 - /webservices/axis2/trunk/java/modules/core/test-resources/deployment/dispatch_repo/axis2.xml

Author: dims
Date: Tue Nov 15 12:35:55 2005
New Revision: 344436

URL: http://svn.apache.org/viewcvs?rev=344436&view=rev
Log:
temporary fix..woodstox fails when the attibutes don't have spaces between them. logged a bug as well (http://jira.codehaus.org/browse/WSTX-21)


Modified:
    webservices/axis2/trunk/java/modules/core/test-resources/deployment/dispatch_repo/axis2.xml

Modified: webservices/axis2/trunk/java/modules/core/test-resources/deployment/dispatch_repo/axis2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/test-resources/deployment/dispatch_repo/axis2.xml?rev=344436&r1=344435&r2=344436&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/test-resources/deployment/dispatch_repo/axis2.xml (original)
+++ webservices/axis2/trunk/java/modules/core/test-resources/deployment/dispatch_repo/axis2.xml Tue Nov 15 12:35:55 2005
@@ -14,9 +14,9 @@
 
 
     <dispatchOrder>
-        <dispatcher name="AddressingBasedDispatcher"class="org.apache.axis2.engine.AddressingBasedDispatcher"/>
-        <dispatcher name="SOAPActionBasedDispatcher"class="org.apache.axis2.engine.SOAPActionBasedDispatcher"/>
-        <dispatcher name="SOAPMessageBodyBasedDispatcher"class="org.apache.axis2.engine.SOAPMessageBodyBasedDispatcher"/>
+        <dispatcher name="AddressingBasedDispatcher" class="org.apache.axis2.engine.AddressingBasedDispatcher"/>
+        <dispatcher name="SOAPActionBasedDispatcher" class="org.apache.axis2.engine.SOAPActionBasedDispatcher"/>
+        <dispatcher name="SOAPMessageBodyBasedDispatcher" class="org.apache.axis2.engine.SOAPMessageBodyBasedDispatcher"/>
     </dispatchOrder>
     <axisStorage class="org.apache.axis2.storage.impl.AxisMemoryStorage">
         <parameter name="StoreLocation" locked="false">N:S</parameter>



Re: svn commit: r344436 - /webservices/axis2/trunk/java/modules/core/test-resources/deployment/dispatch_repo/axis2.xml

Posted by Davanum Srinivas <da...@gmail.com>.
hehe...i'll let u deal with that :)

-- dims


On 11/15/05, Sanjiva Weerawarana <sa...@opensource.lk> wrote:
> On Tue, 2005-11-15 at 20:35 +0000, dims@apache.org wrote:
> > Author: dims
> > Date: Tue Nov 15 12:35:55 2005
> > New Revision: 344436
> >
> > URL: http://svn.apache.org/viewcvs?rev=344436&view=rev
> > Log:
> > temporary fix..woodstox fails when the attibutes don't have spaces between them. logged
> > a bug as well (http://jira.codehaus.org/browse/WSTX-21)
>
> IIRC XML requires whitespace between attributes ... so may have been our
> mistake (and it just happened to work in the RI? hmmmm sounds fishy
> now).
>
> Sanjiva.
>
>
>


--
Davanum Srinivas : http://wso2.com/blogs/

Re: svn commit: r344436 - /webservices/axis2/trunk/java/modules/core/test-resources/deployment/dispatch_repo/axis2.xml

Posted by Davanum Srinivas <da...@gmail.com>.
hehe...i'll let u deal with that :)

-- dims


On 11/15/05, Sanjiva Weerawarana <sa...@opensource.lk> wrote:
> On Tue, 2005-11-15 at 20:35 +0000, dims@apache.org wrote:
> > Author: dims
> > Date: Tue Nov 15 12:35:55 2005
> > New Revision: 344436
> >
> > URL: http://svn.apache.org/viewcvs?rev=344436&view=rev
> > Log:
> > temporary fix..woodstox fails when the attibutes don't have spaces between them. logged
> > a bug as well (http://jira.codehaus.org/browse/WSTX-21)
>
> IIRC XML requires whitespace between attributes ... so may have been our
> mistake (and it just happened to work in the RI? hmmmm sounds fishy
> now).
>
> Sanjiva.
>
>
>


--
Davanum Srinivas : http://wso2.com/blogs/

Re: svn commit: r344436 - /webservices/axis2/trunk/java/modules/core/test-resources/deployment/dispatch_repo/axis2.xml

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
On Tue, 2005-11-15 at 20:35 +0000, dims@apache.org wrote:
> Author: dims
> Date: Tue Nov 15 12:35:55 2005
> New Revision: 344436
> 
> URL: http://svn.apache.org/viewcvs?rev=344436&view=rev
> Log:
> temporary fix..woodstox fails when the attibutes don't have spaces between them. logged
> a bug as well (http://jira.codehaus.org/browse/WSTX-21)

IIRC XML requires whitespace between attributes ... so may have been our
mistake (and it just happened to work in the RI? hmmmm sounds fishy
now).

Sanjiva.



Re: svn commit: r344436 - /webservices/axis2/trunk/java/modules/core/test-resources/deployment/dispatch_repo/axis2.xml

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
On Tue, 2005-11-15 at 20:35 +0000, dims@apache.org wrote:
> Author: dims
> Date: Tue Nov 15 12:35:55 2005
> New Revision: 344436
> 
> URL: http://svn.apache.org/viewcvs?rev=344436&view=rev
> Log:
> temporary fix..woodstox fails when the attibutes don't have spaces between them. logged
> a bug as well (http://jira.codehaus.org/browse/WSTX-21)

IIRC XML requires whitespace between attributes ... so may have been our
mistake (and it just happened to work in the RI? hmmmm sounds fishy
now).

Sanjiva.