EJB .create() calls causing marshalling exceptions when invoked through CORBA.
------------------------------------------------------------------------------
Key: GERONIMO-3047
URL: https://issues.apache.org/jira/browse/GERONIMO-3047
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: CORBA
Affects Versions: 2.0-M5
Reporter: Rick McGuire
Assigned To: Rick McGuire
Fix For: 2.0-M5
An EJB container create() call coming in through the invoke() method is
returning an instance of a ProxyInfo object. When the corba StandardServant
tries to serialize that and return it back to the caller as the result, it's
getting a marshaling failure because the ProxyInfo object cannot be serialized.
The StandardServant needs to detect this situation and convert the ProxyInfo
object into a corba proxy object that can be passed back to the caller.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.