ejb-timer Questions

2

I have defined some persistent timers in a singleton EJB as follows (using WildFly 9.0.2 final). @Startup @Singleton @Lock(LockType.READ) public class BackgroundJobManager implements BackgroundJob...
Kobold asked 12/12, 2015 at 14:41

1

Solved

This a real simple issue I guess but I am not able to figure why it happens so though. I have an implementation of an EJB timer which uses @Singleton annotation i.e. a singleton timer. I have set ...
Shipboard asked 20/2, 2014 at 1:16
1

© 2022 - 2024 — McMap. All rights reserved.