Author: amila Date: Tue May 12 23:37:59 2009 New Revision: 35657 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35657
Log: remove the tempory delay this can set in sandesha Modified: branches/synapse/1.3-wso2v1/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java Modified: branches/synapse/1.3-wso2v1/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java?rev=35657&r1=35656&r2=35657&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java (original) +++ branches/synapse/1.3-wso2v1/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java Tue May 12 23:37:59 2009 @@ -322,10 +322,6 @@ if (wsRMEnabled){ Object rm11 = clientOptions.getProperty(SandeshaClientConstants.RM_SPEC_VERSION); if ( (rm11 != null) && rm11.equals(Sandesha2Constants.SPEC_VERSIONS.v1_1)){ - // this is a tempory fix. should fix properly - try { - Thread.sleep(2000); - } catch (InterruptedException e) {} ServiceClient serviceClient = new ServiceClient(axisOutMsgCtx.getConfigurationContext(), axisOutMsgCtx.getAxisService()); serviceClient.setTargetEPR(new EndpointReference(endpoint.getAddress())); _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
