Re: AW: AW: AW: MessageContext.getCurrentContext() returnsnull

2004-04-01 Thread Tony Thompson
ss path issue...it'll be the death of Java...I hope...perhaps J3SE can solve it before we move on to something better! Jeff - Original Message - From: "Tony Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Se

Re: AW: AW: AW: MessageContext.getCurrentContext() returnsnull

2004-04-01 Thread Glen Daniels
Hi Tony: > I am calling it during an active invocation on the server side (not sure > how you would call it outside of an active invocation there?). I > basically have a method in my service like this: > > public String getFile( String ) { > // NullPointerException thrown here because > AxisE

Re: AW: AW: AW: MessageContext.getCurrentContext() returnsnull

2004-04-01 Thread Tony Thompson
to something better! Jeff - Original Message - From: "Tony Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 10:07 AM Subject: Re: AW: AW: AW: MessageContext.getCurrentContext() returnsnull > OK, this l

Re: AW: AW: AW: MessageContext.getCurrentContext() returnsnull

2004-04-01 Thread Tony Thompson
I am calling it during an active invocation on the server side (not sure how you would call it outside of an active invocation there?). I basically have a method in my service like this: public String getFile( String ) { // NullPointerException thrown here because AxisEngine.getCurrentMessage

Re: AW: AW: AW: MessageContext.getCurrentContext() returnsnull

2004-04-01 Thread Jeff
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 10:07 AM Subject: Re: AW: AW: AW: MessageContext.getCurrentContext() returnsnull > OK, this looks pretty much like what I am doing but, this line throws a > NullPointerExceptio

Re: AW: AW: AW: MessageContext.getCurrentContext() returnsnull

2004-04-01 Thread Glen Daniels
Hi Tony: > So, I am back to my original question. Why does > AxisEngine.getCurrentMessageContext() return null? It returns null if there isn't a current MessageContext. When are you calling it? If you're calling it outside the context of an active invocation, you won't get anything because the