From: Jacek C. <jc...@ag...> - 2008-11-06 13:08:26
|
Hello all, Is it possible to make a deep copy of an object reference in OpenORB? I have the following problem: At a client side I have two corba references to the same remote object. When I invoke an operation on the object using one of these refs and get location forward exception, both references are updated. It means, the one I used to invoke operation as well as the other that I have not used yet, both point to the new location. This behaviour is in general reasonable but I need the unused reference to point to the previous location of the object. Is there any chance to do it avoiding reference conversion with object_to_string/string_to_object. BTW I'm not sure if it is important but I set the property bindings.discard_old to true. -- Jacek Cala ___________________________________________________________________ Distributed Systems Research Group Department of Computer Science AGH - University of Science and Technology Krakow, Poland tel.: +48 12 6173491 ext. 71 fax.: +48 12 6339406 |