Christophe Ney wrote:
Hi,
Here is my question:

Are the contexts propagated back with the reply when a
RemoteException is thrown by the method of a remote
object.

Yes.
 
In the case of JRMI, is the sending_reply invoked on
the server and is the received_request invoked on the
client.
Yes (received_reply on the client).
 
Is this behaviour specified in some standards (Corba, GIOP) ?
CORBA (ORB Interoperability architecture)  specifies that it is the responsibility of the ORB to collect all service context data related to requests and replies and encode them in the generated messages. There is no mention of a specific behaviour for exceptions, so I guess it is standard to encode the contexts, even when an exception occurs (note that a specific service exists to encode information about unknown exceptions).

Best regards,

Bruno
 

-- 
*******************************************************************
Bruno Dumant
Directeur Technique / Chief Technology Officer
Kelua
9 Chemin de la Brocardière
69570 Dardilly

tel: +33 4 37 49 63 94
fax: +33 4 37 49 63 91
*******************************************************************
 
begin:vcard 
n:Dumant;Bruno
tel;fax:33 4 37 49 63 91
tel;work:33 4 37 49 63 94
x-mozilla-html:FALSE
org:Kelua
adr:;;9 chemin de la Brocardi�re;Dardilly;;69570;France
version:2.1
email;internet:[EMAIL PROTECTED]
title:CTO
x-mozilla-cpt:;0
fn:Bruno Dumant
end:vcard

Reply via email to