Anton Dedov
2007-12-28 15:27:19 UTC
Hi!
File "<console>", line 1, in ?
File "./omniORB/CORBA.py", line 480, in id
BAD_PARAM: CORBA.BAD_PARAM(omniORB.BAD_PARAM_WrongPythonType, CORBA.COMPLETED_NO)
Can anyone advise me how I can generate TypeCode for CORBA::Any. Or maybe I am trying to do something fundamentally wrong?
--
Anton Dedov
Software Developer, PEM
SWsoft
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20071228/21abb52a/attachment.htm
s = SecurityContext(...)
s_any = CORBA.Any(CORBA.TypeCode(CORBA.id(s)), s)
cdrMarshal(CORBA.TypeCode(CORBA.id(s_any)), s_any)
Traceback (most recent call last):s_any = CORBA.Any(CORBA.TypeCode(CORBA.id(s)), s)
cdrMarshal(CORBA.TypeCode(CORBA.id(s_any)), s_any)
File "<console>", line 1, in ?
File "./omniORB/CORBA.py", line 480, in id
BAD_PARAM: CORBA.BAD_PARAM(omniORB.BAD_PARAM_WrongPythonType, CORBA.COMPLETED_NO)
Can anyone advise me how I can generate TypeCode for CORBA::Any. Or maybe I am trying to do something fundamentally wrong?
--
Anton Dedov
Software Developer, PEM
SWsoft
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20071228/21abb52a/attachment.htm