Author: vanto
Date: Tue Dec 16 13:13:59 2008
New Revision: 727155
URL: http://svn.apache.org/viewvc?rev=727155&view=rev
Log:
o_o
Modified:
ode/trunk/axis2/src/main/java/org/apache/ode/axis2/hooks/SessionInHandler.java
Modified:
ode/trunk/axis2/src/main/java/org/apache/ode/axis2/hooks/SessionInHandler.java
URL:
http://svn.apache.org/viewvc/ode/trunk/axis2/src/main/java/org/apache/ode/axis2/hooks/SessionInHandler.java?rev=727155&r1=727154&r2=727155&view=diff
==============================================================================
---
ode/trunk/axis2/src/main/java/org/apache/ode/axis2/hooks/SessionInHandler.java
(original)
+++
ode/trunk/axis2/src/main/java/org/apache/ode/axis2/hooks/SessionInHandler.java
Tue Dec 16 13:13:59 2008
@@ -70,7 +70,7 @@
}
if (__log.isDebugEnabled())
__log.debug("Constructed a TO endpoint: " +
DOMUtils.domToString(serviceEpr));
- messageContext.setProperty(TARGET_SESSION_ENDPOINT,
serviceEpr);
+ messageContext.setProperty(ODEService.TARGET_SESSION_ENDPOINT,
serviceEpr);
}
// Seeing if there's a callback, in case our client would be
stateful as well