-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b32
-
generic
-
generic
In the attached test, a connection is made using the RMI connector, and with a server socket factory that allows us to simulate a network failure. When told to stop working, the factory closes all sockets it already opened, and immediately closes the sockets for any newly-accepted network connections. The client correctly gets an IOException from subsequent client operations, but it does not send a JMXConnectionNotification.FAILED as it should.