-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
JBossAS-5.1.0.GA, 6.0.0.Final
-
None
When an EJB3 Timer is created, you can optionally specify information pertaining to the timer. The information object must be serializable. A TimerVo (packaged in the same jar as the EJB) object thats serializable is used as the information. The EJB is first deployed, the timer is correctly created. However if the server is restarted, a ClassNotFoundException for TimerVo is thrown when the previously saved timer is deserialised.
- is blocked by
-
EJBTHREE-2193 Use the correct ClassLoader for restoring Timers
- Resolved
-
EJBTHREE-2199 Upgrade timerservice-mk2 to use 1.0.4 of timerservice-spi to avoid the EJBTHREE-2193 WARN message
- Open