[jboss-user] [JBoss Seam] - Re: seam, pojo and a user thread...?
petemuir
do-not-reply at jboss.com
Thu Jan 18 11:18:00 EST 2007
Have you looked at using the support Seam has for timers:
http://docs.jboss.com/seam/1.1GA/reference/en/html/jms.html#d0e5041
Normally the Timer creates a new thread to execute work - this thread isn't under the control of Seam - so bijection won't work. If you use the Seam support it should work. But this does require EJB
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003387#4003387
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003387
More information about the jboss-user
mailing list