Author: mriou
Date: Wed Jan 14 07:42:44 2009
New Revision: 734421
URL: http://svn.apache.org/viewvc?rev=734421&view=rev
Log:
Implicit Correlations i.e. Magic session(soap header filled with session
information,not p2p mode) failed when ODE heavily loaded
Modified:
ode/trunk/axis2/src/main/java/org/apache/ode/axis2/soapbinding/SoapExternalService.java
Modified:
ode/trunk/axis2/src/main/java/org/apache/ode/axis2/soapbinding/SoapExternalService.java
URL:
http://svn.apache.org/viewvc/ode/trunk/axis2/src/main/java/org/apache/ode/axis2/soapbinding/SoapExternalService.java?rev=734421&r1=734420&r2=734421&view=diff
==============================================================================
---
ode/trunk/axis2/src/main/java/org/apache/ode/axis2/soapbinding/SoapExternalService.java
(original)
+++
ode/trunk/axis2/src/main/java/org/apache/ode/axis2/soapbinding/SoapExternalService.java
Wed Jan 14 07:42:44 2009
@@ -285,7 +285,7 @@
}
myRoleEPR.setSessionId(myRoleSessionId);
}
- options.setProperty(ODEService.CALLBACK_SESSION_ENDPOINT,
odeMex.getMyRoleEndpointReference());
+ options.setProperty(ODEService.CALLBACK_SESSION_ENDPOINT,
myRoleEPR);
} else {
__log.debug("My-Role EPR not specified, SEP will not be used.");
}