-
Bug
-
Resolution: Done
-
Major
-
27.0.0.Final
-
None
-
---
-
---
If the distributed timer service is configured to use a cache that persists timers to a jdbc-store, timers will fail to persist at runtime because the keys cannot be converted to strings.
Essentially, I forgot to write the requisite key -> string mappers required to convert the keys used by the timer service into strings for use as database primary keys.
- relates to
-
WFLY-17287 Cannot persist ejb timers into database
- Closed