1. QuartzJobBean JobDataMap and serializable entries forum.springsource.orgQuartzJobBean JobDataMap and serializable entries I am registering several QuartJobBeans. The job beans need access to other service beans so I am trying to pass them into the bean by adding ... |
2. QuartzJobBean JobDataMap and serializable entries forum.springsource.orgReally sorry about this cross post but I think I posted a question about Quartz to the wrong subforum. The original post is here, http://forum.springsource.org/showth...411#post366411. Could someone please help me understand ... |
3. QuartzJobBean and BeanFactoryAware forum.springsource.orgI create a bean that extends QuartzJobBean and implements BeanFactoryAware I suppose the bean factory would be instantiated with the setBeanFactory method. However, i found the method is never invoked. Is ... |
4. ServletContext in QuartzJobBean forum.springsource.orgHi all, I need access to ServletContext from QuartzJobBean, so I implemented ServletContextAware. However, it seems that servletContext does not get populated at the start up. Would someone be able to ... |
5. Urgent problem QuartzJobBean forum.springsource.orgUrgent problem QuartzJobBean Hi everybody, i'm working on an application with spring2 and struts2 and have the next problem: When my application starts, a QuartzJobBean is executed. In that QuartzJobBean i ... |
6. Can't make autowiring with QuartzJobBean forum.springsource.orgCan't make autowiring with QuartzJobBean greetings all, i am using quartz with spring and i want to inject/use another class in the job class and i don't know how to do ... |
7. QuartzJobBean not being populated forum.springsource.orgQuartzJobBean not being populated I have a QuartzJobBean implementation that I'm feeding with a JobDetailBean, and according to the docs it should be populating the properties from the map: Simple implementation ... |