Re: Struts2 + spring3.05 + Quartz = IncompatibleClassChangeError

2011-04-13 Thread Emi Lu
Good morning all, Thank you very much for the information! I tried the following, and it works now: === (1) Use quartz-1.8.5.jar instead 2.0 (2) Added slf4j-api-1.6.1.jar Emi On 04/12/2011 09:24 PM, Haroon Rafique wrote: Disclaimer, I didn't read

Struts2 + spring3.05 + Quartz = IncompatibleClassChangeError

2011-04-12 Thread Emi Lu
Hello, Struts2 + spring3.05 + Quartz. Tomcat6 cannot be started showing the following exception message: == org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class

Re: Struts2 + spring3.05 + Quartz = IncompatibleClassChangeError

2011-04-12 Thread Eric Lentz
I'd look for class loading issues. Maybe you have a couple jars with quartz? Maybe an incompatible version combination? org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.scheduling.quartz.JobDetailBean] nested exception is

Re: Struts2 + spring3.05 + Quartz = IncompatibleClassChangeError

2011-04-12 Thread Emi Lu
I'd look for class loading issues. Maybe you have a couple jars with quartz? Maybe an incompatible version combination? Two jars: === . quartz-2.0.0.jar . org.springframework.context.support-3.0.5.RELEASE.jar But I cannot find other places contains the class. Still got

Re: Struts2 + spring3.05 + Quartz = IncompatibleClassChangeError

2011-04-12 Thread Dave Newton
Perhaps asking on a Spring list since so far it doesn't seem to be related to Struts at all. Dave On Tue, Apr 12, 2011 at 5:01 PM, Emi Lu em...@encs.concordia.ca wrote: I'd look for class loading issues. Maybe you have a couple jars with quartz? Maybe an incompatible version combination?

Re: Struts2 + spring3.05 + Quartz = IncompatibleClassChangeError

2011-04-12 Thread Haroon Rafique
Disclaimer, I didn't read the whole thread, just saw your last email. As Dave said, this is unrelated to Struts2. Its a Spring issue. AFAIK, quartz 2 is not supported by spring 3 (or spring 2.5) yet. Is it an option for you to downgrade to quartz 1.8.4? Hope that helps, otherwise sorry for