Still there in 2.3.2.
Type: Posts; User: ahumphr; Keyword(s):
Still there in 2.3.2.
Hi, Thanks for the reply, I missed that in the documentation.
Is this correct?
<bean id="quartz"
class="org.springframework.scheduling.quartz.SchedulerFactoryBean"...
Not sure if this is the right forum for this but ...
I have Spring 1.2.0, the included Quartz jar and Tomcat 5.28 on WinXP. I have configured a task to run using the Quartz scheduler
<bean...
What is the best way to making two prototype beans aware of each other?
Clearly cycles in a bean dependency graph won't work:
<beans>
<bean id="a" class="RefBean1" singleton="false">...