You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2007/03/30 19:24:25 UTC

[jira] Closed: (GERONIMO-3047) EJB .create() calls causing marshalling exceptions when invoked through CORBA.

     [ https://issues.apache.org/jira/browse/GERONIMO-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed GERONIMO-3047.
----------------------------------

    Resolution: Fixed

Committed revision 524183.

> 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.