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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to