Thanks alot!!! Very interesting, I did not know you could store variables in a local thread. This knowledge may help me in other area's too, again thanks!
On Jan 31, 2008 10:50 PM, Deepal jayasinghe <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > Thanks alot for your help. So MessageContext is a static > its stored in the ThreadLocal. > > object that > > doesnt need to be initialized, > It is initialized when Axis2 receive a message. > > what would happen if > > MessageContext.getCurrentMessageContext() was ran by a normal class > > that wasn't being run by the axis2 server. Also is this anywhere in > > the documentation on the site. > No :) > > As I dont see this as an obivious way > > to add properties to a web service (which is probably a really common > > thing). > > > please have a look at the following article > http://www.developer.com/java/web/article.php/3620661 > > Thanks > Deepal > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Steve Zimmer aka steveZ1337 founder of: www.ninjacomputing.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
