You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2008/04/01 16:56:26 UTC

[jira] Created: (YOKO-425) POA.destroy() should not be an error if called multiple times.

POA.destroy() should not be an error if called multiple times. 
---------------------------------------------------------------

                 Key: YOKO-425
                 URL: https://issues.apache.org/jira/browse/YOKO-425
             Project: Yoko - CORBA Server
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: orb core
    Affects Versions: v1.0.0
            Reporter: Rick McGuire
            Assignee: Rick McGuire
            Priority: Minor
             Fix For: v1.0.0


Currently, POA.destroy() throws an exception if it is called more than once for a POA instance.  This behavior is not compatible with the Sun and IBM orbs, which can cause problems for applications written for the other implementations that ensure they're performing cleanup in all situations.  destroy() should just silently return if the POA has already been destroyed. 

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


[jira] Closed: (YOKO-425) POA.destroy() should not be an error if called multiple times.

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

Rick McGuire closed YOKO-425.
-----------------------------

    Resolution: Fixed

> POA.destroy() should not be an error if called multiple times. 
> ---------------------------------------------------------------
>
>                 Key: YOKO-425
>                 URL: https://issues.apache.org/jira/browse/YOKO-425
>             Project: Yoko - CORBA Server
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: orb core
>    Affects Versions: v1.0.0
>            Reporter: Rick McGuire
>            Assignee: Rick McGuire
>            Priority: Minor
>             Fix For: v1.0.0
>
>
> Currently, POA.destroy() throws an exception if it is called more than once for a POA instance.  This behavior is not compatible with the Sun and IBM orbs, which can cause problems for applications written for the other implementations that ensure they're performing cleanup in all situations.  destroy() should just silently return if the POA has already been destroyed. 

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