目前我的应用程序使用的是Spring 2.5.6和opensymphony.quartz-1.6.1,并部署在JBoss6上。
如果可能的话,我已经完成升级石英版的任务。 但是当我尝试使用1.8.6或2.0.2或2.2.0这样的稳定版本时 - 我收到以下错误:
org.quartz.SchedulerException: ThreadPool class 'org.quartz.simpl.SimpleThreadPool' could not be instantiated.
[See nested exception: java.lang.ClassCastException: org.quartz.simpl.SimpleThreadPool cannot be cast to org.quartz.spi.ThreadPool]
代码中没有直接引用ThreadPool 这是因为任何阶级冲突吗?
我还认为 - 在升级版本时 - groupid也从'opensymphony.quartz'更改为'org.quartz-scheduler'。
是因为2.5.6不支持更大的石英版本吗?
感谢
Dhananjay