I'm needing to do some JPA stuff in a QuartzJobBean and I want to make use of the already set up EntityManager in my Spring configuration. I was hoping that using the SpringBeanJobFactory for the jobFactory in my SchedulerFactoryBean would do it, but it's still not getting injected. How should I go about getting the EntityManager injected?


Reply With Quote