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

2007-05-02 Thread gena777
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
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-05-02 Thread gena777
Are any workarounds/patches or corrections available now?

Thx 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042669
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-04-25 Thread petemuir
Looks like EJB3 is having problems persisting the timer.  Ask this question in 
the EJB3 forum, as Seam just wraps up EJB3 timers.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040550
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user