[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1355) ProxiedStatefulBeanContext cannot be deserialized

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Mon May 12 22:40:22 EDT 2008


ProxiedStatefulBeanContext cannot be deserialized
-------------------------------------------------

                 Key: EJBTHREE-1355
                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-1355
             Project: EJB 3.0
          Issue Type: Bug
          Components: core
    Affects Versions: AS 5.0.0.Beta4
            Reporter: Brian Stansberry
             Fix For: AS 5.0.0.CR1


ProxiedStatefulBeanContext implements Externalizable but has no no-arg constructor, so readExternal() doesn't work.

It can't just implement Serializable because its superclass doesn't expose an appropriate constructor.

Looks like some refactoring of serialization of these classes was done last summer but got dropped mid way in favor of the complete rewrite (EJBTHREE-1026). Since EJBTHREE-1026 is deferred to 5.1.0, we need to get the old way working.

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

        



More information about the jboss-jira mailing list