I wanted to enable caching on my application by:

  | <property name="hibernate.cache.provider_class" 
value="org.hibernate.cache.TreeCacheProvider"/>
  |          <property name="hibernate.transaction.manager_lookup_class" 
value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
  | 
in the persistence.xml and:

  | @Cache(usage= CacheConcurrencyStrategy.TRANSACTIONAL)
  | 
in the entity bean
but I am getting a 

  | java.lang.RuntimeException: java.lang.NoClassDefFoundError: 
org/jboss/cache/TransactionManagerLookup
  | 
I suppose this class should ship with jboss.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946095


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to