]
Ron Sigal resolved JBREM-1247.
------------------------------
Resolution: Done
PingTimerTask.shutDown() sets variable running to false.
No special unit tests.
BisocketClientInvoker$PingTimerTask NPE
---------------------------------------
Key: JBREM-1247
URL:
https://issues.jboss.org/browse/JBREM-1247
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 2.5.3.SP1
Reporter: Ron Sigal
Assignee: Ron Sigal
Priority: Minor
Fix For: 2.5.3.SP2
org.jboss.remoting.transport.bisocket.BisocketClientInvoker$PingTimerTask.run() checks
the variable running before accessing the controlOutputStream variable, which is set to
null by PingTimerTask.shutdown(). However, PingTimerTask.shutdown() doesn't set
running to false.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: