1 - This is the wrong forum for this question.

2 - The scenario you are describing is a container shut down, the specification 
only describes what should happen if the container crashes.  This has been 
discussed many times before in the forums.  There may also be a JIRA 
enhancement that covers this but I can not be sure.

3 - If you have a look at section 7.8.2 of the EJB specification Table 3 shows 
what operations are allowed from which bean methods.

In the ejbCreate method you can call getTimerService on the SessionContext but 
you are not allowed to make use of the returned timer service until the 
business method is invoked.

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to