[omniORB] Is this a Bug in OmniORB??

S. Sahayaraj ssahayaraj@quark.co.in
Wed Aug 7 11:44:01 2002


All,

I'm getting the exception if I returned the "NULL" value instead of actual
value from the function. 
 For example,
	The function signature would be like this :  
		Object getValue(int objectID), 

	but the actual implementation looks like as follows :
		Object getValue(int objectID)
		{
		 	return NULL; // It creates the problem while
marshalling.
		}	

	It gives the system exception while marshalling the returned "NULL"
value. Is anybody have any idea?.

--Sahay.