[jboss-dev-forums] [JBoss AS 7 Development] - Re: Quartz Scheduler in Jboss AS 7

Stephen Coy do-not-reply at jboss.com
Sun Nov 11 23:01:05 EST 2012


Stephen Coy [https://community.jboss.org/people/sfcoy] created the discussion

"Re: Quartz Scheduler in Jboss AS 7"

To view the discussion, visit: https://community.jboss.org/message/775947#775947

--------------------------------------------------------------
Using quartz in an EJB container has always been a bit evil because it creates threads, and you're not supposed to do that from an EJB.

That said, it looks like the quartz-jboss implementation is only compatible with older versions of JBoss AS.

It will be easier to use @Schedule as suggested above.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/775947#775947]

Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20121111/eff051be/attachment.html 


More information about the jboss-dev-forums mailing list