Emmanuel Lecharny wrote:
On Thu, Feb 12, 2009 at 7:32 AM, David Rosenstrauch <[email protected]> wrote:
This works fine on a live system:
creating CloseSessionListener
close operation complete
But when I unit test using a DummySession, I never get notified about
operationComplete:
creating CloseSessionListener
I also tried adding a new filter to the end of the session's filter chain,
but that's never getting notified about the session close either.
Any idea what gives? I'm using 2.0.0-M4.
Thanks,
DR
have you added a filter in the associated chain ?
?? See the end of my message:
>> I also tried adding a new filter to the end of the session's filter
chain,
>> but that's never getting notified about the session close either.
DR