This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Hibernate Cachemanik Jan 4, 2006 11:45 AM (in response to patrickdalla)Try disabling query caching in Hibernate. 
 If that doesn't help, disable the 2nd-level cache and try again.
 See the Hibernate docs (http://www.hibernate.org/5.html) for info on how to do this.
- 
        2. Re: Hibernate Cachepatrickdalla Jan 4, 2006 11:59 AM (in response to patrickdalla)Even if I call commit() of a transaction after the update(Object) this happens. 
 It is the normal behavior?
 
    