Re: [Orbit-python-list] (in Object obj) marshalling error
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2001-01-24 00:02:45
|
> You're right. My example was stupid. The problem I have is that ATM you > can't even pass a Corba Object as a parameter -- you get the exact same > error. As a simple example: Right. It's a bug. :) I've little free time until tomorrow night, so I may not commit a fix until then. But give this a try: in marshal.c, line 473 (or there abouts, I'm a little out of sync), change: if (glue) to if (glue || !strcmp(tc->repo_id, "")) Like I said, this is so trivial it can't possibly work, right? :) Let me know. Cheers, Jason. |