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.