You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org> on 2005/12/06 23:10:08 UTC

[jira] Created: (GERONIMO-1302) Server side exception classes are exposed to EJB clients

Server side exception classes are exposed to EJB clients
--------------------------------------------------------

         Key: GERONIMO-1302
         URL: http://issues.apache.org/jira/browse/GERONIMO-1302
     Project: Geronimo
        Type: Bug
  Components: OpenEJB  
    Versions: 1.0    
    Reporter: Dain Sundstrom
     Fix For: 1.1


Currently we are passing all exceptions from the server directly to clients.  We should have a strategy encapsulate "system exceptions" so the client does not require server exception classes on the client.

I propose we serialize the full exception class, the exception message, and the exception stack trace separately.  This will double the size of the exception on the wire, but will allow us to attempt to deserialize the exception and if that fails, create a new replacement exception using the message and stack trace.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira