JBoss 4.2.0
Need to have a quartz job running in a clustered environment. I tried setting up Quartz
to use a datasource that points to a shared database. I ran into the same problem
mentioned here:
http://jira.jboss.com/jira/browse/EJBTHREE-836
So, I figured I'd just deploy to deploy-hasingleton and call it a day. Well, when I
deploy to deploy-hasingleton it tries to deploy my MDB before quartz-ra.rar is registered.
Is there any way to have my MDB wait until quartz-ra.rar is ready before trying to deploy
(perhaps some "depends" attribute can be set somewhere)? When I deploy to
"farm" or "deploy" the job runs just fine.
Has anyone had any luck deploying a quartz job to deploy-hasingleton?
Regards
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088059#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...