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 2003/04/07 22:07:26 UTC

DO NOT REPLY [Bug 18775] New: - FormBeanConfig serialization problem

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18775

FormBeanConfig serialization problem

           Summary: FormBeanConfig serialization problem
           Product: Struts
           Version: 1.0 Beta 3
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: rapaljeb@us.ibm.com


The FormBeanConfig implements Serializable but a NotSerializableException is 
thrown when we try to serialize it.
It looks like FormBeanConfig.moduleConfig is assigned a ModuleConfigImpl object 
which in turn contains a DefaultModuleConfigFactory (thru its factory 
attribute).
The DefaultModuleConfigFactory does not implement Serializable.

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