[omniORB] Passing object references back to the server

Samuel Abels newsgroups at debain.org
Sun May 27 23:00:26 BST 2007


On Sat, 2007-05-26 at 17:04 +0100, Duncan Grisby wrote:
> On Friday 25 May, Samuel Abels wrote:
> 
> [...]
> > omniORB.CORBA.BAD_PARAM: Minor: 0x41540058, COMPLETED_MAYBE.
> > -----------------
> > 
> > I see that the parameter type is not accepted, but I do not understand
> > why. Can anyone explain this (or point me to an explanation)? I tried
> > looking at the docs but could not find how this specific design can be
> > done.
> 
> Actually, the completion status of COMPLETED_MAYBE means that the
> request was successfully sent to the server, but the server threw the
> BAD_PARAM exception. You should check that the server correctly returns
> a long integer, which is the type specified in the IDL.

Ouch, I have been looking the wrong way all along. Thanks, it works.

> As an aside, you must be using quite an old version of omniORBpy since
> it is not showing human-readable names for the minor codes. I'd strongly
> suggest you upgrade.

Cool, nice to hear that the new version makes this easier.

Thanks again!
-Samuel




More information about the omniORB-list mailing list