load « Job « Spring Q&A





1. Can´t load a tomcat 5.5 application to production, and can´t find any errors    stackoverflow.com

i have a server with a bunch of tomcat, springs applications, and i can´t load a particular one that uses quartz. The main problem is that i can´t find an error ...

2. Jasper report loading and Quartz Jobs    forum.springsource.org

Hi, i need to load files(jasper report) from a quartz job. The files are in my web-inf/reports directory. What is the best way to do this ? How can i pass ...

3. Lazy Loading in a @Scheduled Method    forum.springsource.org

Lazy Loading in a @Scheduled Method I have a method that is called automatically using the @Scheduled annotation. It refers to a collection already loaded. I'm getting lazy initialization errors. The ...