[jboss-user] [EJB 3.0] - Re: Using quartz from EJB 3.0
jaikiran
do-not-reply at jboss.com
Fri Jul 18 09:45:15 EDT 2008
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#4165334
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165334
More information about the jboss-user
mailing list