Is this happening only at startup?
Can you please post the log lines of a few scheduler executions to check
the time?
The Scheduler should be active as soon as that singleton is
instantiated, btw.
Bruno Baptista
https://twitter.com/brunobat_
On 25/01/19 20:50, exabrial12 wrote:
To clarif
To clarify, this is happening on startup... could this be because startup is
taking longer than 15s?
--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
Hello TomEE friends,
I'm seeing this timer fire twice every 15s. I vaguely remember a bug in EJB
where the bean was getting invoked twice, does that ring a bell?
```
@Singleton
@Lock(LockType.READ)
@TransactionAttribute(TransactionAttributeType.REQUIRED)
@Interceptors({ XaUuidInterceptor.class,