I even disabled second level cache to no avail?  I am still getting stale data. 
  Mysql command line is still reporting something different than what I am 
seeing in my view.


  | <persistence>
  |   <persistence-unit name="entityManager">
  |   <provider>org.hibernate.ejb.HibernatePersistence</provider>
  |   <jta-data-source>java:/testDatasource</jta-data-source>
  |   <properties>
  |     <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
  |     <property name="hibernate.show_sql"     value="true"/>
  |     <property name="hibernate.format_sql"   value="true" />
  |     <property name="hibernate.cache.use_second_level_cache" value="false" />
  |     <property name="jboss.entity.manager.factory.jndi.name" 
value="java:/testEntityManagerFactory"/>
  |   </properties>
  | </persistence-unit>
  | </persistence>
  | 


Help is greatly appreciated.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975753#3975753

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975753
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to