-
Notifications
You must be signed in to change notification settings - Fork 38.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring + Quartz 2.2.0 Integration is Inconsistent [SPR-10775] #15401
Comments
sreekanth commented The 4th problem is not a spring issue, its related to quartz OracleDelegate and Jboss AS7 module class loading. The problem i have resolved by specifying com.oracle.ojdb6 as a Dependency in MANIFEST.MF file. So kindly ignore the problem No 4. |
Juergen Hoeller commented In the meantime, I've got straightforward solutions for no 2 and 3: In the case of 2, that property on JobDetailFactoryBean was simply missing. As for 3, we're removing that JobDetail object from the job data map after we've been evaluating it; so it shouldn't cause a problem with job persistence anymore. However, I'm afraid I have no idea where no 1 comes from: Is it maybe a side effect of one of the other issues? I'll commit the fixes for no 2 and 3 today, so you'll have a chance to test the next 4.0.0 and 3.2.4 snapshots (to be available tonight). Let me know whether no 1 is still reproducible then. Juergen |
sreekanth commented Sure and tons of thanks Juergen, i will test it and update it back here. Kindly reply back once snapshot is ready with download url. |
sreekanth commented Hi Juergen, |
Juergen Hoeller commented We were having issues with our 3.2.x build plan, but anyway, there is a snapshot of the spring-context-support module now that includes those recent Quartz support changes: The latest currently is spring-context-support-3.2.4.BUILD-20130730.213843-18.jar but any newer one will work as well. From a Maven POM, consider adding "http://maven.springframework.org/snapshot" as a repository URL, pointing to "3.2.4.BUILD-20130730.213843-18" as your Spring version number. |
sreekanth commented Thanks, will update back when i have done with testing. |
sreekanth commented All clear, all problems got resolved thanks a lot Juergen. |
sreekanth opened SPR-10775 and commented
There are a chain of problems in spring quartz integration. I'm really unsure some of the below mentioned error is spring problem or quartz problem.
I'm getting this error while using quartz-2.2.0 (even in 2.1.7) + Spring-3.2.3, which we where not facing before.
Attaching application bean xml for quartz.
Environment is JBoss AS 7 + Spring3.2.3 + Quartz2.2.0 + ubuntu
Affects: 3.2.3
Attachments:
Issue Links:
Referenced from: commits 2f8dfb3, dfac1d0, 676f7f9, f835188, d504d69, d5c78c9
The text was updated successfully, but these errors were encountered: