Skip to content
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

Conflicting bean #103

Open
phejl opened this issue Oct 4, 2018 · 1 comment
Open

Conflicting bean #103

phejl opened this issue Oct 4, 2018 · 1 comment

Comments

@phejl
Copy link

phejl commented Oct 4, 2018

I'm getting conflict in Grails 3.2.9 and plugin 2.0.13.

Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' to required type 'org.quartz.Scheduler' for property 'scheduler'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' to required type 'org.quartz.Scheduler' for property 'scheduler': no matching editors or conversion strategy found

I can attach a patch that seems to be solving it however I'm not sure it is a correct solution.

@phejl
Copy link
Author

phejl commented Oct 4, 2018

quartz.patch.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant