Author: fmoga
Date: Thu May 26 09:44:26 2011
New Revision: 1127849

URL: http://svn.apache.org/viewvc?rev=1127849&view=rev
Log:
Revert modification made several months ago to the core as it is not needed 
anymore.

Modified:
    
tuscany/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/impl/JDKCallbackInvocationHandler.java

Modified: 
tuscany/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/impl/JDKCallbackInvocationHandler.java
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/impl/JDKCallbackInvocationHandler.java?rev=1127849&r1=1127848&r2=1127849&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/impl/JDKCallbackInvocationHandler.java
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/impl/JDKCallbackInvocationHandler.java
 Thu May 26 09:44:26 2011
@@ -114,11 +114,6 @@ public class JDKCallbackInvocationHandle
         // Deal with header information that needs to be copied from the 
message context to the new message...
         transferMessageHeaders( msg, msgContext);
         
-        // Preserve binding context
-       if (msgContext != null) {
-                msg.setBindingContext(msgContext.getBindingContext());
-       }
-        
         ThreadMessageContext.setMessageContext(msg);
         
         // If there is a supplied message ID, place its value into the Message 
Header under "RELATES_TO"


Reply via email to