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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...