I believe you can inject the
SessionScopeManager and tell it to store null
for the given aso... something like
getSessionScopeManager().store("myAso", null)>From Leonardo Quijano Vincenzi <[EMAIL PROTECTED]>: > I think the subject is fairly thorough: > > How do I dispose a session-scoped ASO without destroying the session? > And can I do that without implementing my own session handling support > (which would be a possible solution)? > Basically, I'd like to destroy some objects so they are reinstantiated > later, without destroying the whole session (losing other important > things), and using the standard injection mechanism to access them (so > no "mega session object" that has children). > > Ideas? > > -- > Ing. Leonardo Quijano Vincenzi > DTQ Software > Web Application Design and Programming > http://www.dtqsoftware.com > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
