michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
249 stars 203 forks source link

Spring Test #81

Closed salaciataurus closed 9 years ago

salaciataurus commented 9 years ago

This isn't an issue, but more of a request. I'm some what new to Spring and quartz and notice when using your jar I get an incompatible class exception. Looking it up I see that Spring 3 doesn't play well with quartz 2, but I also have seen other examples online where people are using them together.

I'm politely asking if it's possible to create a full test suite using Java, Spring, and quartz-mongodb or a how-to Wiki?

michaelklishin commented 9 years ago

Quartz 2 has been around for many years. This project is just a database-backed store, it cannot affect Quartz compatibility with Spring 3 or anything else. I'm afraid we don't have much time for a separate Spring 3 test suite or documentation guide.

This thread seems to have an idea from a Spring team member which the poster suggests worked for him/her.

salaciataurus commented 9 years ago

Thanks for the quick response. I was able to get it working.

On Tue, Nov 4, 2014 at 8:33 AM, Michael Klishin notifications@github.com wrote:

Quartz 2 has been around for many years. This project is just a database-backed store, it cannot affect Quartz compatibility with Spring 3 or anything else. I'm afraid we don't have much time for a separate Spring 3 test suite or documentation guide.

This thread http://stackoverflow.com/questions/22810050/spring-3-quartz-2-integration-problems seems to have an idea from a Spring team member which the poster suggests worked for him/her.

— Reply to this email directly or view it on GitHub https://github.com/michaelklishin/quartz-mongodb/issues/81#issuecomment-61639428 .