Good day!

I encountered an interesting situation about EJB timer service.

1) For example, I created an implementing TimerObject Stateless Session Bean.
2) In ejbSetSessionContext method I created an timer to invoke ejbTimeout on my 
EJB every 15 seconds.
3) Ok. Container invokes this ejbTimeout every 15 sec. But what happens is 
previous ejbTimeout didn't returned because it is waiting for some connection 
for example. Would container invoke ejbTimeout while processing previous 
ejbTimeout on this one Stateless EJB?

I looked in EJB 2.1 spec. but didn't find corresponding answer.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907026#3907026

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907026


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to