Hi,

I've used Spring and Quartz in the past without any trouble under tomcat, configuring everything at the app level, declaring CronTriggerBean or SimpleTriggerBean and SchedulerFactoryBean declaring the necessary triggers. That's all worked perfectly.

I now have a new requirement to build a Spring webapp running under JBoss, and one of the requirements is to use the JBoss scheduler to trigger my jobs.

Being new to JBoss, I'm having a lot of difficulty finding documentation as to how to configure JBoss' quartz scheduler, and furthermore, I cannot seem to find any information indicating how to instantiate a Spring bean within JBoss' quartz scheduler.

Does anyone have any idea how I can accomplish this?

Thanks!

Eric