Hello, I'm trying to run Jbosscache on my application using Tomcat 5.5, Hibernate 3.2
and Spring 2.0 .
But I'm facing some problems since I don't know how to configure it. I have seen
it could work but as JBosscache requires JTA, do I have to use JOTM or something else to
use JTA in Tomcat?
Actually I use org.springframework.orm.hibernate3.HibernateTransactionManager to deal
with Transactions in my application. I suppose, I have to use now
org.springframework.transaction.jta.JtaTransactionManager but it requires either
'userTransaction' or 'userTransactionName' or 'transactionManager'
or 'transactionManagerName' to work.
Does anyone has use jbosscache with tomcat and Spring?
Do I have to configure hibernate.transaction.factory_class and
hibernate.transaction.manager_lookup_class in my mapping file?
Thanks for any help.
Emmanuel B.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080985#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...