[jboss-user] [EJB 3.0] - Re: Data not getting refreshed, how to disable cache?
sjmenden
do-not-reply at jboss.com
Mon Oct 2 11:58:12 EDT 2006
I also tried doing this:
| query.setHint("org.hibernate.cacheable", new Boolean(false));
| query.setHint("org.hibernate.cacheMode", CacheMode.IGNORE);
|
But I am still getting stale data, the only way to get the new data is to redeploy the webapp.
Please help.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975546#3975546
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975546
More information about the jboss-user
mailing list