Hi Romain,
thanks for trying to reproduce the problem!
No, I don't do anything with Quartz config.
The app I was using is closed source, so I can't share anything right
now, but I'll try to isolate the problem and get back.
Best regards,
Harald
Am 13.10.2012 17:10, schrieb Romain Manni-Bucau:
Hi Harald,
i'm not able to reproduce it. I used this ejb:
@Startup
@Singleton
public class MyTimer {
private int i = 0;
@Schedule(hour = "*", minute = "*", second = "*")
public void go() {
System.out.println("it -> " + (i++));
}
}
i updated the class to force eclipse to reload it several times and i had
no message of this kind.
Can you share anything to let us reproduce the issue?
Do you customize quartz config?