Ruchith, I'm caching a set of lookup data in the service group context that I'd like to use in order to avoid a database call on every passwrod callback. I suppose I could anchor the lookup in a static variable somewhere, but it feels like a but of a hack.
Thanks, Dave -----Original Message----- From: Ruchith Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 1:39 AM To: [email protected] Subject: Re: [axis2] Getting MessageContext or ServiceGroupContext in CallbackHandler Hi Dave, You cannot access any of the contexts from a CallbackHandler. What sort of information are you trying to access within the CallbackHandler? Thanks, Ruchith On 8/8/06, Dave Cowing <[EMAIL PROTECTED]> wrote: > > > How can I get access to the MessageContext or ServiceGroupContext in a > CallbackHandler for processing passwords with Rampart? > > Thanks, > Dave -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
