I configured Mbean "org.quartz.ee.jmx.jboss.QuartzService" in one of my project 
deployed to Jboss 5.0.1 GA, and wanted to update quartz to version 1.6.5. I 
found that putting quartz-all 1.6.5 jar under lib folder of my enterprise 
application won't make my QuartzService Mbean instance use  quartz-all 1.6.5 
(still used defaut quartz 1.5.2), while copying /quartz-all-1.6.5.jar/ to the 
folder: /[Jboss install dir]/server/default/lib/ worked. 

I wonder what is the correct way to realized it and whether shall I remove  the 
default  quartz.jar under /[Jboss install dir]/common/lib, since sometimes, 
duplicate jar of different versions will cause trouble. Thanks a lot in advance!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232323#4232323

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232323
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to