[jboss-user] [JBoss Seam] - Re: Removing Stateful Session Beans from the Session gracefu

pete.muir@jboss.org do-not-reply at jboss.com
Thu Jan 17 12:25:22 EST 2008


If you want to remove an object from a scope

Contexts.getSessionContext().remove("foo");

You can put this in an @Observer method, and raise an event when you modify the user list (this is a very neat way of doing what you are after IMO).

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

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



More information about the jboss-user mailing list