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