Hi Kent ;

We changed Axis2 logic in 1.1 release and we are no longer call that
method, if you want to access message context then you need to call
MessageContext.getCurrentContext();

Thanks
Deepal

> If your service implementation class specified in your *.aar file has
> a method setOperationContext, that method will be called automatically
> with the Operation Context. I simply do
>
>     public void
> setOperationContext(org.apache.axis2.context.OperationContext
> pOperationContext)
>
>     {
>
>         org.apache.axis2.context.OperationContext  myOperationContext
> = pOperationContext;
>
>     }
>
>  
>
>  
>
> ------------------------------------------------------------------------




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

Reply via email to