JBoss Community

Re: Quartz Scheduler in Jboss AS 7

created by Stephen Coy in JBoss AS 7 Development - View the full discussion

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

Start a new discussion in JBoss AS 7 Development at Community