Search:

Type: Posts; User: ahumphr; Keyword(s):

Search: Search took 0.02 seconds.

  1. Still there in 2.3.2.

    Still there in 2.3.2.
  2. Replies
    7
    Views
    20,018

    Re: Spring + Quartz + Tomcat = no shutdown

    Hi, Thanks for the reply, I missed that in the documentation.

    Is this correct?


    <bean id="quartz"
    class="org.springframework.scheduling.quartz.SchedulerFactoryBean"...
  3. Replies
    7
    Views
    20,018

    Spring + Quartz + Tomcat = no shutdown

    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...
  4. Thread: Cycle handling

    by ahumphr
    Replies
    1
    Views
    787

    Cycle handling

    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">...
Results 1 to 4 of 4