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:
parent
b10e115b92
commit
ff3f060f06
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue