Hi,

I have a CORBA server written in C++ under Sun OS5.8. The CORBA
implementation is ORBIX 3.3.
The CORBA client is written in Java 1.2.2 by using the program
idl2java from Sun to convert the idl files into Java.
Whenever I call a method from my Java client to the C++ server I get
the error:
Exception type: org.omg.CORBA.BAD_OPERATION: minor code: 10241
completed: No

In a previous version of Orbix (Orbix 3.0.1) it worked fine.

Does anybody has an idea what I can do?

Thanx.