[jboss-user] [EJB 3.0] - End of client session = statefull session bean removed?

loester do-not-reply at jboss.com
Tue Sep 25 10:02:49 EDT 2007


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



More information about the jboss-user mailing list