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 Sanjiva Weerawarana <sa...@opensource.lk> on 2005/12/06 14:49:21 UTC

Re: svn commit: r353972 [2/2] - in /webservices/axis2/trunk/java/modules: core/src/org/apache/axis2/transport/http/ core/webapp/ integration/itest/org/apache/axis2/rest/ integration/itest/test/interop/mtom/ integration/src/test/interop/sun/round4/complex/ ...

On Mon, 2005-12-05 at 03:51 +0000, chinthaka@apache.org wrote:
> Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/processingModel/SoapProcessingModelTest.java
> URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/processingModel/SoapProcessingModelTest.java?rev=353972&r1=353971&r2=353972&view=diff
> ==============================================================================
> --- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/processingModel/SoapProcessingModelTest.java (original)
> +++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/processingModel/SoapProcessingModelTest.java Sun Dec  4 19:49:59 2005
> @@ -88,7 +88,8 @@
>              Options options = new Options();
>              inOutMC.setClientOptions(options);
>              options.setTo(targetEPR);
> -            options.setTransportInfo(Constants.TRANSPORT_HTTP, Constants.TRANSPORT_HTTP, false);
> +            options.setListenerTransportProtocol(Constants.TRANSPORT_HTTP);
> +            options.setUseSeparateListener(false);
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Can we make this be the default? Need to keep the common case working
out of defaults!

If that's already the default let's not re-assert it; makes users do the
same ..

Sanjiva.