ServerRequestInfo.get_server_policy() incorrectly throwing an exception. ------------------------------------------------------------------------
Key: YOKO-219 URL: http://issues.apache.org/jira/browse/YOKO-219 Project: Yoko - CORBA Server Issue Type: Bug Components: orb core Affects Versions: 1.0-incubating-M2, 1.0-incubating-M1 Reporter: Rick McGuire Assigned To: Rick McGuire Fix For: 1.0-incubating-M2 The ServerRequestInfo.get_server_policy() method is defined as throwing an exception if the request Policy type has not been registered. Instead, it is throwing an exception if an instance of the requested policy is not found. The correct response if the policy has been registered is to return null. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira