Hi Conor,
Thank you for the response. I tried putting the typedefs in orb.idl and
included it in my idl file like this:
#include <orb.idl>
However, it did not help. I got the same errors.
Then, I created a separate file "orb2.idl" with the same typedefs in
CORBA package, it compiled well.
It is a moot issue but any idea by orb.idl does not work for me?
Thanks again,
Srini
Conor wrote:
> Hi Srini,
>
> You could add the following definition to the Orbix33 idl/orb.idl file,
> or a separate IDL file. as long as it's in the CORBA namespace:
>
> typedef sequence<unsigned long> ULongSeq;
>
> then generate your stubs and skels using idlj, and add the resulting
> .class files to your CLASSPATH.
>
> Regards,
> Conor
> http://www.iona.com


|