Updates:
Status: Reopened
Comment #4 on issue 2367 by [email protected]: JDK Classes keep
references to Timer even though they are cancelled
http://code.google.com/p/mobicents/issues/detail?id=2367
This fix breaks
com.bea.sipservlet.tck.agents.api.javax_servlet_sip.SipErrorEventListenerTest.testNoAckReceived001
because they cancel a timer and then do timer.getAppSession() and expect it
to be non-null.
I have to let this one slide into the release though because it is too
insignificant to risk a memleak. We can challenge the test or rework it
later.