[jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-27 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530680 ] Trustin Lee commented on DIRMINA-443: - Could you explain a little bit more in detail about this issue? I

[jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-27 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530697 ] Trustin Lee commented on DIRMINA-443: - The patch can lead to unexpected termination of I/O threads even while

[jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-27 Thread Jeff Genender (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530704 ] Jeff Genender commented on DIRMINA-443: --- How would it lead to an abnormal termination? The Worker threads

[jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-27 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530720 ] Trustin Lee commented on DIRMINA-443: - According to the applied patch: for (; ;) {

[jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-27 Thread Jeff Genender (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530736 ] Jeff Genender commented on DIRMINA-443: --- Well...the close() is shutting everything down, so we really don't

[jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-27 Thread Maarten Bosteels (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530738 ] Maarten Bosteels commented on DIRMINA-443: -- I agree that it makes sense to have a close() method

[jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-27 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530741 ] Trustin Lee commented on DIRMINA-443: - Well...the close() is shutting everything down, so we really don't want

[jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-27 Thread Jeff Genender (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530743 ] Jeff Genender commented on DIRMINA-443: --- Ok...I see the code for the timeout and thus the differences...sorry

[jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-21 Thread Maarten Bosteels (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529425 ] Maarten Bosteels commented on DIRMINA-443: -- Thanks for the patch. I applied it to the trunk. Should we

Re: [jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-21 Thread Jeff Genender
Can you apply DIRMINA-441 to the 1.1 branch? Thanks, Jeff Maarten Bosteels (JIRA) wrote: [ https://issues.apache.org/jira/browse/DIRMINA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529425 ] Maarten Bosteels commented on DIRMINA-443:

Re: [jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-21 Thread Maarten Bosteels
Jeff, The 1.1 API is frozen. IMHO this is a new feature not a bug, so I think we shouldn't apply it to the 1.1 branch. regards, Maarten On 9/21/07, Jeff Genender [EMAIL PROTECTED] wrote: Can you apply DIRMINA-441 to the 1.1 branch? Thanks, Jeff Maarten Bosteels (JIRA) wrote: [

Re: [jira] Commented: (DIRMINA-443) SocketConnection cannot be manually closed (for v2.X)

2007-09-21 Thread Jeff Genender
Maarten Bosteels wrote: Jeff, The 1.1 API is frozen. IMHO this is a new feature not a bug, so I think we shouldn't apply it to the 1.1 branch. I think I would certainly call it a bug since the client seems to hang under certain conditions in 1.1.2. There are several recent emails