You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@etch.apache.org by "scott comer (JIRA)" <ji...@apache.org> on 2008/11/17 15:03:44 UTC

[jira] Created: (ETCH-8) canceling mailbox notification registration throws exception if not registered

canceling mailbox notification registration throws exception if not registered
------------------------------------------------------------------------------

                 Key: ETCH-8
                 URL: https://issues.apache.org/jira/browse/ETCH-8
             Project: Etch
          Issue Type: Bug
          Components: csharp-binding, java-binding
    Affects Versions: 1.0.1, 1.0.0
            Reporter: scott comer
             Fix For: 1.0.2


when a process attempts to unregister for mailbox events, an exception is thrown if the process is not registered. this can occur, for example, when the process has already been unregistered by another thread. it should quietly do nothing.

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


[jira] Commented: (ETCH-8) canceling mailbox notification registration throws exception if not registered

Posted by "scott comer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ETCH-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652029#action_12652029 ] 

scott comer commented on ETCH-8:
--------------------------------

added unit tests for java: rev 722085.

added unit tests for csharp (and fixed the fix): rev 722098.

> canceling mailbox notification registration throws exception if not registered
> ------------------------------------------------------------------------------
>
>                 Key: ETCH-8
>                 URL: https://issues.apache.org/jira/browse/ETCH-8
>             Project: Etch
>          Issue Type: Bug
>          Components: csharp-binding, java-binding
>    Affects Versions: 1.0.0, 1.0.1
>            Reporter: scott comer
>            Assignee: scott comer
>             Fix For: 1.0.2
>
>
> when a process attempts to unregister for mailbox events, an exception is thrown if the process is not registered. this can occur, for example, when the process has already been unregistered by another thread. it should quietly do nothing.

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


[jira] Resolved: (ETCH-8) canceling mailbox notification registration throws exception if not registered

Posted by "scott comer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ETCH-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

scott comer resolved ETCH-8.
----------------------------

    Resolution: Fixed
      Assignee: scott comer

fixed for both java and csharp by rev 720572.

> canceling mailbox notification registration throws exception if not registered
> ------------------------------------------------------------------------------
>
>                 Key: ETCH-8
>                 URL: https://issues.apache.org/jira/browse/ETCH-8
>             Project: Etch
>          Issue Type: Bug
>          Components: csharp-binding, java-binding
>    Affects Versions: 1.0.0, 1.0.1
>            Reporter: scott comer
>            Assignee: scott comer
>             Fix For: 1.0.2
>
>
> when a process attempts to unregister for mailbox events, an exception is thrown if the process is not registered. this can occur, for example, when the process has already been unregistered by another thread. it should quietly do nothing.

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