grails-quartz icon indicating copy to clipboard operation
grails-quartz copied to clipboard

Conflicting bean

Open phejl opened this issue 6 years ago • 1 comments

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 avatar Oct 04 '18 09:10 phejl