e-
From: chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 7:25 PM
To: [EMAIL PROTECTED]
Subject: RE: MessageContext doesn't work at client side?
Gloria - At what step are you attempting to capture the message context?
MessageContext is *only* present and valid while the
Gloria - At what step are you attempting to capture the message context?
MessageContext is *only* present and valid while the client is
processing the SOAP method call. Until the call method is triggered by
ClientMain, a message context doesn't exist. By the time control is
returned to ClientMai
I have created a service and successfully deployed. At client side, I
created a ClientMain.java
which only contains a "main" method for the purpose of testing. I tried to
use
"MessageContext.getCurrentContext()", but I always get
NullPointerException.
Does MessageContext only exist with the
I take it back. I got it to work now. I did not set the parameter
correctly. That's why I did not get my stuff correctly. However, the
standard question still lingering in my mind though.
-Original Message-
From: Vy Ho [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 5:
htler [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 12:06 PM
To: [EMAIL PROTECTED]
Subject: Re: MessageContext
Hi Cory,
My understanding is that this is thread-safe, because
MessageContext.getCurrentContext() uses a ThreadLocal variable to get
the current context (so each separate thread
Hi Cory,
My understanding is that this is thread-safe, because
MessageContext.getCurrentContext() uses a ThreadLocal variable to get
the current context (so each separate thread would "see" the correct
variable only for it's current thread).
ThreadLocal is very cool. :)
On Mon, 2003-01-27 at 12
egards
Matthias Wimmer
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 10:10 AM
To: [EMAIL PROTECTED]
Subject: RE: MessageContext at server side
Try using MessageContext.getCurrentContext()
-Original Message-
From: ext W
Try using MessageContext.getCurrentContext()
-Original Message-
From: ext Wimmer, Matthias [mailto:[EMAIL PROTECTED]]
Sent: 11. June 2002 16:08
To: '[EMAIL PROTECTED]'
Subject: MessageContext at server side
Hello,
I read that the current MessageContext can be retrieved at server side (
wsdd.
- Original Message -
From: "Hozefa Botee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 11:29 PM
Subject: RE: MessageContext?
> does that mean I call .setMaintainSession(true) in the service
> method as well? is that all tha
D]
> Subject: Re: MessageContext?
>
>
> Hi Hozefa:
>
> I wouldn't rely on the MessageContext being set in the
> constructor for your object, although it is interesting that
> we apparently make two service objects - I'll look into that
> to see what's up
Hi Hozefa:
I wouldn't rely on the MessageContext being set in the constructor for your
object, although it is interesting that we apparently make two service
objects - I'll look into that to see what's up there.
The MessageContext represents information about a PARTICULAR
request/invocation, and
) {
}
}
Ramón.
> -Original Message-
> From: Glen Daniels [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 28, 2002 3:25 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: MessageContext argument in service method
>
>
>
> Ew :) - yeah, no one has been
ilto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 26, 2002 7:48 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: MessageContext argument in service method
>
>
>
> You can do that if you are using Messaging style services.
>
> Ramón.
>
> > -Original M
You can do that if you are using Messaging style services.
Ramón.
> -Original Message-
> From: Ken Weiner [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 26, 2002 2:49 AM
> To: [EMAIL PROTECTED]
> Subject: Re: MessageContext argument in service method
>
>
>
Glen,
Thank you so much - that worked. Is having MessageContext as the first
argument of a service method a thing of the past?
-Ken
- Original Message -
From: "Glen Daniels" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 25, 2002 1:52 PM
Subje
Hi Ken:
Try MessageContext.getCurrentContext().
--Glen
> -Original Message-
> From: Ken Weiner [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 25, 2002 4:49 PM
> To: [EMAIL PROTECTED]
> Subject: MessageContext argument in service method
>
>
> Should I be able to include org.apache.a
16 matches
Mail list logo