Skip to content

lkirchev/timers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample application to reproduce a problem with timers. There are one stateless EJB with timers and one statful without timers. Both are injected in a servlet. When from the stateless EJB TimerService.getAllTimers() is called, an IllegalStateException is thrown.

According to the EJB 3.2 specification, the TimerService.getAllTimers() method should return active timers associated with the beans in the same module in which the caller bean is packaged.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages