You never stopped to think that seperate identity of objects is actually
a *good* thing when you have concurrent threads or multiple unit-of-work ?
How do you ensure isolation of changes ?
/max
> Hi list,
>
> A couple of weeks ago I posted the first draft version of an interceptor
> capable of
Hi,
> How do you ensure isolation of changes ?
It is the responsibility of the user to create exactly on IdentityFixer for
each context he wants isolated. (We use this to consolidate the client side
data model in a GUI, where there is one context per application).
Did that answer your question
So you are saying that webapp developers should ask the following to a
Servlet/Filter/Listener destroy function ?
LogFactory.release(getClass().getClassLoader());
"Simon Kitching" <[EMAIL PROTECTED]> skrev i en meddelelse
news:[EMAIL PROTECTED]
> Hi Adrian,
>
> On Wed, 2005-07-27 at 20:15 -0