|
Hi Hinrich,
Not too sure on the Oracle side, but maybe on the VisiBroker
side....
When you receive a org.omg.CORBA.UNKNOWN it means that an
exception was thrown that is not defined in the CORBA spec, which when using
Java is often (although not always) a NullPointerException. So I would try
looking at the parameters and types that are being marshalled over the wire and
check that they are not null. From memory -per CORBA
standard, you should also return empty strings "" , not nulls when wanting to
return a "Null" type string.
regards,
-Robert
|
- Basic EJB problem Hinrich M. Schencking
- Re: Basic EJB problem Robert Castaneda
- Re: Basic EJB problem Hinrich M. Schencking
- Re: Basic EJB problem Robert Castaneda
- Re: Basic EJB problem Hinrich M. Schencking
- Re: Basic EJB problem Robert Castaneda
