Re: [OT] Scheduled DB clean up service with Spring

2008-04-16 Thread Peter Theissen
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 4:10 AM To: Struts Users Mailing List Subject: Re: [OT] Scheduled DB clean up service with Spring Hi all, sorry to continue with that OT thread, but its starting to get really mad out here. But first of all, than

RE: [OT] Scheduled DB clean up service with Spring

2008-04-15 Thread Reginald.Javier
classpath settings prior to testing the above, to isolate issues. Reginald Javier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 4:10 AM To: Struts Users Mailing List Subject: Re: [OT] Scheduled DB clean up service with Spring Hi all,

Re: [OT] Scheduled DB clean up service with Spring

2008-04-15 Thread Gabriel Belingueres
As a basic rule of thumb, you shall _never_ add the servlet-api.jar or servlet.jar to the WEB-INF/lib folder (if that's what you are doing) Consider reading this: http://tomcat.apache.org/tomcat-6.0-doc/appdev/deployment.html http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html If pro

Re: [OT] Scheduled DB clean up service with Spring

2008-04-15 Thread Haroon Rafique
On Today at 10:10pm, PT=>Peter Theissen <[EMAIL PROTECTED]> wrote: PT> [..snip..] PT> PT> Could anybody point me to the rigth direction, please? PT> I have lost the rigth path ;-) PT> PT> Thanks and best regards PT> Peter PT> Peter, I am coming in a little cold into this thread, but I think w

Re: [OT] Scheduled DB clean up service with Spring

2008-04-15 Thread Peter Theissen
Hi all, sorry to continue with that OT thread, but its starting to get really mad out here. But first of all, thanks for the hint that the runtime classpath (rcp) has to be configured independently. Well, I tried that but it ended up in a mess! Of course, first thing I did was adding spring.jar

Re: [OT] Scheduled DB clean up service with Spring

2008-04-15 Thread Gabriel Belingueres
INF/applicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: org/quartz/SimpleTrigger You missed some quartz jar file. 2008/4/15, Peter Theissen <[EMAIL PROTECTED]>: > Hi, > > back again with my problem. The root cause is: > >>> > SC

Re: [OT] Scheduled DB clean up service with Spring

2008-04-15 Thread Nils-Helge Garli Hegvik
The error message is pretty clear, you're missing some classes in your classpath. The compile time classpath and runtime classpath is usually not the same. Make sure that you have the required jar files in your runtime classpath. Nils-H On Tue, Apr 15, 2008 at 12:04 PM, Peter Theissen <[EMAIL PRO

Re: [OT] Scheduled DB clean up service with Spring

2008-04-15 Thread Peter Theissen
Hi, back again with my problem. The root cause is: >>> SCHWERWIEGEND: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personSer

Re: [OT] Scheduled DB clean up service with Spring

2008-04-12 Thread Laurie Harper
Peter Theissen wrote: Hi, the quartz scheduler from Spring seemed to be a quite nice solution for my DB clean up service. Thanks for that hint. Now I have a quite curios problem. If I, e.g. create a bean in applicationContext.xml as follows: >>> class="org.springframework.scheduling.quartz.S