You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2005/12/01 05:17:28 UTC

DO NOT REPLY [Bug 37730] New: - Enhanced DynaActionForms cannot be correct deserialized

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37730>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37730

           Summary: Enhanced DynaActionForms cannot be correct deserialized
           Product: Struts
           Version: 1.3.0
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Utilities
        AssignedTo: dev@struts.apache.org
        ReportedBy: laurie@holoweb.net


Currently, a DynaActionForm that's been enhanced with CGLIB can't be
successfully deserialized, as the Class type resulting from enhancement doesn't
exist statically and can't be found during deserialization, resulting in an
exception:

java.lang.ClassNotFoundException:
org.apache.struts.action.DynaActionForm$$EnhancerByCGLIB$$329bcba1

This is a problem when the form bean uses 'session' scope and the container
attempts to serialize the session.

I'm looking into the best way to resolve this now.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org