[jboss-user] [JBoss Seam] - Re: unable to access application scoped component in @Timeou
petemuir
do-not-reply at jboss.com
Mon Apr 30 04:03:52 EDT 2007
Are you saying you want to schedule your timer at application start? Then just put the code to schedule the async. method inside an @Create method in an APPLICATION scoped component marked @Startup.
You can use Seam's Lifecycle class to manually start and end calls into Seam - but as Seam has built in support for timers, this seems unnecessary ;)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041759#4041759
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041759
More information about the jboss-user
mailing list