[ http://issues.apache.org/jira/browse/AXIS2-1911?page=comments#action_12461468 ] Thilina Gunarathne commented on AXIS2-1911: -------------------------------------------
Ivan, Earlier we had a mechanism to inject the OperationContext it self... But it was removed due to the concurrency issues that can appear when using it in application scope.. Currently you can access the messageContext inside your service impl using MessageContext.getCurrentMessageContext();.. Hope that'll be enough for your use case... > Serve service implementation with MessageContext before calling business > method. > -------------------------------------------------------------------------------- > > Key: AXIS2-1911 > URL: http://issues.apache.org/jira/browse/AXIS2-1911 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Improvement > Components: codegen > Affects Versions: nightly > Reporter: Ivan Latysh > Priority: Minor > > Improve generated MessageReceiver to inject MessageContext into service > implementation before calling business method. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
