Hi,
I am trying to configure Quartz in my server application(Jboss5.1.x EJB3.0)
I made quartz-service.xml and put it under default\conf
now if I understood right, I want when I deploy my application at the server to start scheduling my task automatically.
So next is to add a service to the jboss-service.xml.
how do I configure Quartz mbean at jboss-service.xml.
how do I set it to execute the
java code inside my application
thanks all
ray.