Re: New Sun Java 1.6.0_18 available on Linux !

2010-01-15 Thread Emmanuel LŽcharny
Victor a écrit : But seems nothing about DIRMINA-678 (epoll selector bug)... yeah sadly ... trunk is supposed to contain a fix (should I say a workaround) for this problem, btw.

[jira] Commented: (DIRMINA-755) IoConnectot.dispose blocks forever

2010-01-15 Thread Alex. Ch. (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800648#action_12800648 ] Alex. Ch. commented on DIRMINA-755: --- I'm shutting down thread-pools which are related to

[jira] Commented: (DIRMINA-755) IoConnectot.dispose blocks forever

2010-01-15 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800659#action_12800659 ] Emmanuel Lecharny commented on DIRMINA-755: --- Alex, using a ClosFuture in

[jira] Commented: (DIRMINA-755) IoConnectot.dispose blocks forever

2010-01-15 Thread Alex. Ch. (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800664#action_12800664 ] Alex. Ch. commented on DIRMINA-755: --- The problem is that it's not possible to call

[jira] Commented: (DIRMINA-755) IoConnectot.dispose blocks forever

2010-01-15 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800676#action_12800676 ] Emmanuel Lecharny commented on DIRMINA-755: --- Alex, as you noted, the issue is

[jira] Commented: (DIRMINA-755) IoConnectot.dispose blocks forever

2010-01-15 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800737#action_12800737 ] Emmanuel Lecharny commented on DIRMINA-755: --- Regaring the call to dispose() in

[jira] Commented: (DIRMINA-755) IoConnectot.dispose blocks forever

2010-01-15 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800761#action_12800761 ] Emmanuel Lecharny commented on DIRMINA-755: --- Ok, it took me a hell of a time to

Re: Problem closing a session

2010-01-15 Thread Emmanuel Lécharny
Leandro Casadei a écrit : The real problem is that calling dispose() in the listener is not necessarilly a good idea, I'm not calling it inside the listener. I've added the timeout: future.awaitUninterruptibly(5, TimeUnit.SECONDS); And threw this exception:

Some nformation regarding DIRMINA-755

2010-01-15 Thread Emmanuel Lecharny
Hi guys, just to keep you informed about what has been found during my investigation on this issue. The JIRA is talking about a regression from M6 to RC1, but in fact M6 code has been fixed and theses fixes impact the way the dispose() method behaves when it's called inside a Listener : we