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.atl
assian.com/software/jira
_______________________________________________
jboss-jira mailing list
jboss-jira lists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira
|