[jboss-user] [JBoss Seam] - Re: Problem with @Asynchronous

damianharvey do-not-reply at jboss.com
Mon Oct 22 09:34:56 EDT 2007


It's due to the fact that since JBoss 4.2 (or so) you can't have more than one local-tx datasource. You have a few options:
1. Use the default Seam dispatcher (no persistent timers)
2. Change your datasources to have at least one as xa
3. Change the database policy for the ejb timer to be non-persistent.

There are other threads with more detail on this topic if you fancy searching for them.

Cheers,

Damian

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

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



More information about the jboss-user mailing list