The JBoss EJB3 trail blazer has the following code:

cal = (Calculator) ctx.lookup(
  |                    "EJB3Trail/StatefulCalculator/local");
  | session.setAttribute ("sfsb_cal", cal);

When "session" times out, will the stateful session bean referenced by "cal"  
be deleted automatically by JBoss? If yes, is this a JBoss feature only, or 
part of the EJB3 spec?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088420
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to