Dear kenzhang,

Why not work around this issue as follows:

try {
  |   session.invalidate();
  | } catch (IllegalStateException e) {
  |   // yeah, yeah.
  | }

The effect is that after this statement block the session is invalidated, 
regardless of whether it was before the block.


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

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

Reply via email to