Revert modification made several months ago to the core as it is not needed anymore.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
fmoga 2011-05-26 09:44:26 +00:00
parent b10e115b92
commit ff3f060f06

View file

@ -114,11 +114,6 @@ public class JDKCallbackInvocationHandler extends JDKInvocationHandler {
// 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"