[omniORB] omniORBPy and CORBA sequences

Marcus Gruendler runner@i5.informatik.rwth-aachen.de
Thu, 24 Aug 2000 16:36:40 +0200


Duncan Grisby wrote:
>
> One thing which might be a problem (but not with the code snippet you
> posted) is that CORBA strings are not permitted to have null
> characters in them, but Python strings are. omniORBpy raises BAD_PARAM
> if you pass a string containing nulls.
> 

But I can invoke an operation that has only a string parameter like this:

interface itf
{
	foo(in String s);
};

Which should not work if there was a problem with Python strings...

Bye, Marcus

-- 
 Marcus Gruendler
 runner@i5.informatik.rwth-aachen.de
 Chair for Information Systems & Database Technology
 RWTH-Aachen University, Germany