1. TimerFactoryBean and more than one tasks problem forum.springsource.orgTimerFactoryBean and more than one tasks problem Hi Scenario: My use-case requires me to setup two Tasks after server startup. Task A (scheduledTaskEDI) will loop forever and listen on an AS/400 ... |
2. TimerFactoryBean not starting forum.springsource.orgTimerFactoryBean not starting Hi, I am using spring in a standalone application and for some reason the tasks through the jdk timer do not seen to start unless I reference the ... |
3. TimerFactoryBean strange behaviour forum.springsource.orgTimerFactoryBean strange behaviour Hello there! I've two simple beans to demonstrate Spring's JDK Timer capabilities: Code: |
4. TimerFactoryBean forum.springsource.orgv1.2.8 creates the timer without a name being assigned. This causes ThreadInfo to list timers as Timer-1, Timer-2, etc... It would nice if a label could be assigned to the Timer. ... |