[
http://issues.apache.org/jira/browse/AXIS2-1911?page=comments#action_12460661 ]
Ivan Latysh commented on AXIS2-1911:
------------------------------------
I am not sure how AXIS handle concurrency when service scope isn't request
scope.
I believe that MessageReceiver should take a monitor on service object before
calling business method.
If it is the case proposed code plus business method invocation should be
enclosed in : synchronized (skel) {...}
> 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: M1
> 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]