Re: setOperationContext not being called

2007-09-27 Thread Deepal jayasinghe
Now we have remove that method , please use

MessageContext.getCurrentContext();
 
inside your method if you want to access the message context , and from
that you can get the operation context.

Thanks
Deepal
> Hi,
>
> As I understand it, if you have a
>
> public void setOperationContext(OperationContext operationContext)
> throws AxisFault
>
> function in your
>
> XXXSkeleton.java file, then that function is automatically called on
> startup.
>
> However, I have done this in my code and the function is just not
> being called.  Tried restarting tomcat - no good.  There is another
> web service running on the same tomcat that *does* have its
> setOperationContext called.
>
> Am I missing something obvious?
>
> Matt
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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



setOperationContext not being called

2007-09-26 Thread Matthew Roberts

Hi,

As I understand it, if you have a

public void setOperationContext(OperationContext operationContext)  
throws AxisFault


function in your

XXXSkeleton.java file, then that function is automatically called on  
startup.


However, I have done this in my code and the function is just not  
being called.  Tried restarting tomcat - no good.  There is another  
web service running on the same tomcat that *does* have its  
setOperationContext called.


Am I missing something obvious?

Matt


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