[jboss-user] [JBoss Seam] - Re: Timmer problem

gena777 do-not-reply at jboss.com
Wed May 2 20:03:31 EDT 2007


I've got it! Since the new jboss ts implementation supports only one local-tx-resource per distributed transaction, the timer can not be commited until your bean is using more then one local-tx resource. Timers are hosted by default within the non xa hsqldb. So if we use in our transaction also one another local-tx data source, the exception above occurs! I've switched from local-tx to xa data source and the timers work fine. 

I hope some one will find this post helpful!

 

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

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



More information about the jboss-user mailing list