]
Bela Ban updated JGRP-1974:
---------------------------
Fix Version/s: 3.6.7
I'll take a look anyway, to see if this warrants fixing in 3.6.7
Socket factory not set correctly with singleton transport
---------------------------------------------------------
Key: JGRP-1974
URL:
https://issues.jboss.org/browse/JGRP-1974
Project: JGroups
Issue Type: Bug
Affects Versions: 3.2.13
Reporter: Dennis Reed
Assignee: Bela Ban
Fix For: 3.6.7
When using a singleton transport, the socket factory is not set correctly on startup.
JChannel sets the socket factory down the stack on startup, then starts the stack.
The transport protocol is substituted with a TP.ProtocolAdapter during startup (*after*
the socket factory was set), so it still uses its default socket factory, and provides it
to all protocols up the stack.