classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: CORBA bug fix


From: Meskauskas Audrius
Subject: [cp-patches] FYI: CORBA bug fix
Date: Sun, 29 May 2005 16:20:27 +0200

When the user-defined exception is thrown on remote side, it is transferred
to the client ORB and is
available by from Request.env().exception(). This should return an istance
of the UnknownUserException,
holding the actually thrown exception inside. Instead, the current
implementation returns the actual
exception that has been thrown. The attached path fixes this bug.

2005-05-29  Audrius Meskauskas  <address@hidden>

* gnu/CORBA/gnuRequest.java (p_invoke): Wrap the received UserException into
UnknownUserException.
* gnu/CORBA/streamReadyHolder.java: New wrapper for UserException.

Attachment: gnuRequest.java.patch
Description: Binary data

Attachment: streamReadyHolder.java
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]