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

2007-10-31 Thread hasc
sorry for the late resonse... and thanks a lot for your answer. I have a starting point to solve the problem now... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100571#4100571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

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

2007-10-22 Thread damianharvey
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-pers

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

2007-05-08 Thread lowecg2004
The async functionality when run from testng requires a timer service from embedded ejb3, which it currently does not have. It is in the pipline however for 4.2 AS release: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=103930 Cheers, Chris. View the original post : http://www.jbo