John Conlon (JIRA) wrote:
[ http://issues.apache.org/jira/browse/DIRMINA-278?page=comments#action_12440598 ]
John Conlon commented on DIRMINA-278:
-------------------------------------
After changing all mina class imports from edu.emory.mathcs.backport.* to
java.util.concurrent.*,
building with Java version "1.5.0_06" causes the following test classes to hang
org.apache.mina.transport.socket.nio.DatagramConfigTest
org.apache.mina.transport.socket.nio.DatagramRecyclerTest
org.apache.mina.transport.socket.nio.DatagramTrafficControlTest
It appears that these tests all hang when attempting to connect to the server
port at the future.join():
John, take a look at:
http://issues.apache.org/jira/browse/DIRMINA-277?page=all
I've also provided a patch, attached to that issue, that fixes the
problem (use the later one). The problem was also spotted independently
by Greg Duffy.
Cheers,
Raman