Re: [Hibernate] Maintaining object uniqueness across remote sessions (was: remoting hibernate)

2006-08-07 Thread Max Rydahl Andersen
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

Re: [Hibernate] Maintaining object uniqueness across remote sessions (was: remoting hibernate)

2006-08-07 Thread Moos Adrian
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

Re: [Hibernate] commons logging

2006-08-07 Thread hv @ Fashion Content
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