[jboss-user] [JBoss Seam] - Re: Asynchronous JavaBean method not getting called
gbc@gmx.de
do-not-reply at jboss.com
Sat Aug 25 08:35:42 EDT 2007
check following
components.xml
- async:timer... declared
- async namespace declared
interface of bean with contains asynch method
- fully annotated with @Asynchronous
- Method parameters fully anotated as needed (see docu)
class of bean with contains asynch method
- fully annoted, also method params
- may return a handler to pasue, resume and cancel the job
calling bean
- bean with asynch method must be injected by Interfsce via @In
- call -> works
Greetz GHad
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078013#4078013
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078013
More information about the jboss-user
mailing list