Posted By:
Anil_Sharma
Posted On:
Monday, January 27, 2003 05:42 AM
I would like to know if there is a problem with a CORBA interface implementation in Java returning null. I have a method
public String method(...);
In its implementation, if I return null, I get CORBA SystemException on client side. If I return empty string "" instead, it works. Is there a CORBA limitation regarding handling null as return type?