anonymous wrote : I would like to get the Quartz scheduler.
How do you deploy the quartz scheduler? Does it get bound in the JNDI? If yes, then you
can inject it using the @Resource annotation and the mappedName attribute:
@Resource (mappedName="jndiNameToWhichTheSchedulerIsBound")
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165334#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...