RE: MessageContext doesn't work at client side?

2003-11-15 Thread I-Sampige, Srinivas
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

RE: MessageContext doesn't work at client side?

2003-11-14 Thread chris
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

Re: MessageContext doesn't work at client side?

2003-11-14 Thread Michael Binz
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

RE: MessageContext not conform to standard

2003-10-10 Thread Vy Ho
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:

RE: MessageContext

2003-01-27 Thread Cory Wilkerson
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

Re: MessageContext

2003-01-27 Thread Jess Sightler
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

RE: MessageContext at server side

2002-06-11 Thread Wimmer, Matthias
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

RE: MessageContext at server side

2002-06-11 Thread Geza.Szocs
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 (

Re: MessageContext?

2002-04-09 Thread Adam Greene
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

RE: MessageContext?

2002-04-08 Thread Hozefa Botee
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

Re: MessageContext?

2002-04-08 Thread Glen Daniels
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

RE: MessageContext argument in service method

2002-03-28 Thread Ramon Turnes
) { } } 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

RE: MessageContext argument in service method

2002-03-27 Thread Glen Daniels
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

RE: MessageContext argument in service method

2002-03-26 Thread Ramon Turnes
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 > > >

Re: MessageContext argument in service method

2002-03-25 Thread Ken Weiner
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

RE: MessageContext argument in service method

2002-03-25 Thread Glen Daniels
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