java - Upgrade to Quartz 1.6 on JBoss 4.2.x -


is there recommended way upgrade quartz in jboss 4.2.x?

jboss bundles quartz 1.5.2, have encountered issues (quartz-399, quartz-520) want avoid.

i not want patch quartz.jar in jboss resolve errors, instead provide new quartz.jar (plus associated configuration artifacts). quartz 1.6 migration notes contain information specific quartz, , not find additional information during search.

it not seem work put new quartz.jar ear file, because old version loaded @ server level (in server's lib directory).

i quite sure has tried that, , hope person share or provide links.

you include quartz 1.6 in war or ear, , application use instead. however, application components within war or ear use new jar, may problem or advantage, depending on how you've set deployments.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -