I have an issue that hopefully someone can assist with.
I have created a quartz jboss service (Jboss 5.1) by creating a quartz-service.xml file and putting on the ..\deploy folder. This service starts a JobStoreCMT Job store.
However when Jboss starts up it reads the quartz.properties from ../deploy/quartz-ra.rar which is the default Jboss scheduler and starts the RAMStore... any ideas how to ensure the two don't clash?
Yes it is, because it never picks up the properties inside the quartz-service.xml file. Is there a way of specifying a different name so that they don't clash?