[jboss-user] [JBoss Cache: Core Edition] - Re: Jboss cache does not synchronize state with DB when manu

2009-02-16 Thread bstansbe...@jboss.com
The cache is only aware of database changes made through your EntityManager (if you are using JPA) or Hibernate (if not). If you add a record manually and then try to read it through the EntityManager, you'll get a database read and thereafter the entity will be cached. What's more of a problem

[jboss-user] [JBoss Cache: Core Edition] - Re: Jboss cache does not synchronize state with DB when manu

2009-02-16 Thread mihai.ratiu
As an update I use Jboss Cache 1.4.0 "Cayenne" and use with EJB3EntityTreeCache Service. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210371#4210371 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210371 ___