On Sat, 2006-07-29 at 14:52 +0530, Ajith Ranabahu wrote: > Hi, > Have a look at this > > http://www.wso2.net/kb/106
There's a bug in that code (not the description above but the code that its describing). The lifetime of an operation context is equal to the invocation of the operation. As such, its non-sensical to have that per service scope - it must be set *on every invocation*. It will of course work correctly when the service scope is request but it will not work otherwise. If folks agree we'll open a JIRA. Sanjiva. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
