[jboss-user] [EJB 3.0] - Re: Data not getting refreshed, how to disable cache?
monkeyden
do-not-reply at jboss.com
Tue Oct 3 13:29:12 EDT 2006
IIRC, the second level cache is off by default. Also, I found this blog entry regarding Hibernate/EJB3 Tuning on the JBoss blog:
http://jboss.org/jbossBlog/blog/?month=1&day=23&year=2006
Here is a snippet:
anonymous wrote : Note that the default flush mode (auto) in Hibernate flushes data whenever a query is executed or whenever a transaction is committed.
So configuring none of this should give you the desired result.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975840#3975840
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975840
More information about the jboss-user
mailing list