RE: [Axis2] MessageContext properties lifetime

2007-09-21 Thread Da Cruz Pinto, Juan M
ain, Marcelo. -Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 01:21 To: axis-dev@ws.apache.org Subject: Re: [Axis2] MessageContext properties lifetime Da Cruz Pinto, Juan M wrote: > > Hi all, > > > > I'm trying

[Axis2] MessageContext properties lifetime

2007-09-20 Thread Da Cruz Pinto, Juan M
Hi all, I'm trying to build an Axis2 module. In the server side, when I process an incoming message I need to store some information that will be used later during response processing. I've tried using setProperty(...) from MessageContext, but when I do so, the property is not present when pro