[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues
arussel
do-not-reply at jboss.com
Tue Nov 13 10:15:20 EST 2007
Have you set up JTA in hibernate.cfg.xml of jbpm ?
mine looks like:
<!-- JTA transaction properties (begin) -->
| <property name="hibernate.transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
| <property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
|
alex
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104167#4104167
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104167
More information about the jboss-user
mailing list