Improve performance in AxisEngine by removing calls to MessageContext.activate()
--------------------------------------------------------------------------------

                 Key: AXIS2-2084
                 URL: https://issues.apache.org/jira/browse/AXIS2-2084
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: kernel
            Reporter: Ann Robinson
            Priority: Minor
         Attachments: patch.txt

The AxisEngine currently invokes the MessageContext.activate() method to ensure 
that a message context is in a "usable" state, in the event that a message 
context has been saved/restored.   However, this responsibility can be shifted 
to the code that saves/restore the message context so the AxisEngine should not 
need to make this call.

The solution is to remove calls to MessageContext.activate() from the 
AxisEngine.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to