Fix CORBA UserException handling on Yoko Runtime Binding Client Side --------------------------------------------------------------------
Key: YOKO-80 URL: http://issues.apache.org/jira/browse/YOKO-80 Project: Yoko - CORBA Server Type: Bug Reporter: Darren Middleman Assigned to: Darren Middleman When a CORBA UserException is returned in the DII request on the Client side, it needs be handled in such a way so that we can return the appropriate Yoko exception (i.e. defined in WSDL). Right now, the binding simply returns the UnknownUserException that wraps the actual exception. The difficulty in this is that we do not have access to the CORBA helpers that would normally convert the Any representation of the Exception into the correct Object on the client side. We also can't use the Stax readers for unmarshalling the exception since these only work for parameters and return values. -- 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