[ 
http://issues.apache.org/jira/browse/AXIS2-1911?page=comments#action_12460614 ] 
            
Ivan Latysh commented on AXIS2-1911:
------------------------------------

Proposed solution:
  Add the following code to 
"org\apache\axis2\wsdl\template\java\MessageReceiverTemplate.xsl" after line 60 
:

            java.lang.reflect.Method method = 
skel.getClass().getMethod("setMessageContext", 
org.apache.axis2.context.MessageContext.class); 
            if (null!=method) method.invoke(skel, msgContext); 

> 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]

Reply via email to