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 n

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: java.lang.IllegalStateExc

[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-tabpanel&focusedCommentId=12800761#action_12800761 ] Emmanuel Lecharny commented on DIRMINA-755: --- Ok, it took me a hell of a time 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-tabpanel&focusedCommentId=12800737#action_12800737 ] Emmanuel Lecharny commented on DIRMINA-755: --- Regaring the call to dispose() in t

[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-tabpanel&focusedCommentId=12800676#action_12800676 ] Emmanuel Lecharny commented on DIRMINA-755: --- Alex, as you noted, the issue is st

[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-tabpanel&focusedCommentId=12800664#action_12800664 ] Alex. Ch. commented on DIRMINA-755: --- > The problem is that it's not possible to call con

[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-tabpanel&focusedCommentId=12800659#action_12800659 ] Emmanuel Lecharny commented on DIRMINA-755: --- Alex, using a ClosFuture in conjonc

[jira] Created: (DIRMINA-757) Add an entry in FAQ explaining how to correctly close a session and dispose the connector

2010-01-15 Thread Emmanuel Lecharny (JIRA)
Add an entry in FAQ explaining how to correctly close a session and dispose the connector - Key: DIRMINA-757 URL: https://issues.apache.org/jira/browse/DIRMINA-757

[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-tabpanel&focusedCommentId=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-tabpanel&focusedCommentId=12800639#action_12800639 ] Emmanuel Lecharny commented on DIRMINA-755: --- If you don't care about the pending

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.