Re: Omnievents 2.1.2 EventChannelFactory problem.
bjorn rohde jensen <[email protected]> Fri, 18 Jul 2003 13:32:56 +0200
| Newsgroups | gmane.comp.corba.omniorb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi there, My guess is, that the object reference registered in the name service is a stale reference, and the exception, you are getting is CORBA::TRANSIENT. The narrow operation causes the orb to try and establish a connection to an old instance of OmniEvents, which obviously fails. Its worth a check;) Yours sincerely, Bjorn