<previous discussion snipped>

The mimic object works - generically tricking the client into thinking
it supports the interface of the 'true' object and receives the
invocation properly:

DynamicImplementation::invoke(CORBA::ServerRequest_ptr)

For this iteration of the scheme, I throw a 'ForwardRequest' exception
at this point, which should forward the request onto the 'true' object.
However, the exception is never caught and propogates back up to main()
AND a segmentation fault occurs (not the desired behavior).

My original assumption was that you can throw a 'ForwardRequest' from
'invoke', but apparently this not possible?

How would I get similar behavior? Upon invocation, the request should be
forwarded to another object. (With respect to recent discussions, the
RequestPending exception and request queuing are omitted from this
iteration).

Brian Lindahl
Spacecraft Software Engineer
858-375-2077
[EMAIL PROTECTED] 
SpaceDev, Inc.
"We Make Space Happen"


_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to