Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
I've one question ...
After reading this post -
http://www.jboss.org/index.html?module= ... ic&t=65204
If I've hiberante using JDBCTransactionFactory instead of JTATransactionFactoory ... will this not provide the atomic updates to cache when in cluster? I agree we don't use JTA but using JDBCTransactionFactory we are using transactions sematics.
So JBoss Cache or any other trasnactional cache should be able to do atomic update when I'm using Hibernate with JDBCTransactionFactory.
Correct me If I'm wrong?