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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to