Regarding the hibernate 3.2 cache problem, these lines in hibernate.cfg.xml helped in my case:
| <property name="hibernate.cache.use_second_level_cache">false</property> | <property name="hibernate.cache.use_query_cache">false</property> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984616#3984616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984616 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
