Corba structures
Luke Gorrie
luke@REDACTED
Tue Jul 25 00:38:17 CEST 2000
"Björn Wingman" <bjowi@REDACTED> writes:
> I'm trying to transfer an idl-struct from a jacorb corba server to an
> erlang client. The struct is defined in idl as:
[...]
> ...but what I get from the call is not an erlang record, as I
> expected, but an exception:
>
> {'EXCEPTION',{'UNKNOWN',[],0,'COMPLETED_MAYBE'}}
Are you using R6B? The previous open-source release (47.4.1?) had a
bug in Orber's double marshalling which I think gave this sort of
error, but it looks like that's gone in the new release.
If you're using an older erlang and want to continue to, I think I
have a patch for this problem that I can send you.
-Luke
More information about the erlang-questions
mailing list