You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Chen, Li (Research, YOH)" <ch...@research.ge.com> on 2003/07/11 15:40:58 UTC

Is MessageContext Problem specific to Windows 2k/XP?

Hi,
	It seems that trying to access MessageContext using 

        MessageContext context = MessageContext.getCurrentContext();

Inside a service (not a handler) on the server side will result in
InvocationTargetException on Windows 2000/XP. Has anyone else been able to
replicate the problem? Am I missing something very obvious?! I've poured
through all the Axis documentation available at ws.apache.org/axis...

Thanks!

Lee