You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org> on 2008/06/16 23:09:44 UTC

[jira] Created: (QPID-1141) Exceptions caught during connection created are not sent up the stack in the IO transport

Exceptions caught during connection created are not sent up the stack in the IO transport
-----------------------------------------------------------------------------------------

                 Key: QPID-1141
                 URL: https://issues.apache.org/jira/browse/QPID-1141
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: M3
            Reporter: Rajith Attapattu
            Assignee: Rajith Attapattu
             Fix For: M3


Exception caught in the connectInternal method in IoHandler class is only logged.
These exceptions should be passed up the stack via a RuntimeException to be handled at the appropriate level.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (QPID-1141) Exceptions caught during connection created are not sent up the stack in the IO transport

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajith Attapattu closed QPID-1141.
----------------------------------

    Resolution: Fixed

This has been taken care of as part of broader changes to the IO transport code.

> Exceptions caught during connection created are not sent up the stack in the IO transport
> -----------------------------------------------------------------------------------------
>
>                 Key: QPID-1141
>                 URL: https://issues.apache.org/jira/browse/QPID-1141
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>             Fix For: M4
>
>
> Exception caught in the connectInternal method in IoHandler class is only logged.
> These exceptions should be passed up the stack via a RuntimeException to be handled at the appropriate level.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (QPID-1141) Exceptions caught during connection created are not sent up the stack in the IO transport

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616121#action_12616121 ] 

Martin Ritchie commented on QPID-1141:
--------------------------------------

The exception should not be changed and just sent to : IoHandler.exceptionCaught .

> Exceptions caught during connection created are not sent up the stack in the IO transport
> -----------------------------------------------------------------------------------------
>
>                 Key: QPID-1141
>                 URL: https://issues.apache.org/jira/browse/QPID-1141
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>             Fix For: M3
>
>
> Exception caught in the connectInternal method in IoHandler class is only logged.
> These exceptions should be passed up the stack via a RuntimeException to be handled at the appropriate level.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.