Closed ghost closed 8 years ago
elastic-job-lite-core 2.0.0和elastic-job-spring 1.1.1是不能一起用的,版本号需要统一
非常感谢, 已解决问题。
还有一个疑惑,利用数据库跟踪作业执行,这个数据必须是指定的吗(mysql, oracle或其他)?尝试了下oracle, 并提前在数据库把表结构创建好, 但是在作业执行的时候,抛出 ORA-00922: missing or invalid option 异常。
On Oct 30, 2016, at 19:58, 张亮 notifications@github.com wrote:
elastic-job-lite-core 2.0.0和elastic-job-spring 1.1.1是不能一起用的,版本号需要统一
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dangdangdotcom/elastic-job/issues/148#issuecomment-257146862, or mute the thread https://github.com/notifications/unsubscribe-auth/ARCg_hS6F3v8G3HbvfptJGzw_JT8ko0sks5q5IZMgaJpZM4KkTD4.
maven:
- zookeeper 3.4.8
使用名称空间的elastic-job的spring配置:
启动spring容器后,抛出如下异常:
不使用名称空间的elastic-job的spring配置:
demoJobSchedule的构造参数 jobConfigurationDto 应该是AbstractJobConfigurationDto 的子类,但子类SimpleJobConfigurationDto非public修饰,外部无法引用