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&...]