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=21476>.
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=21476

"PlugIn" Objects Not Serializable

           Summary: "PlugIn" Objects Not Serializable
           Product: Struts
           Version: 1.1 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Controller
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


In a distributed environment, a "serialization" error occurs due to Plug-In 
objects not being serializable.  An array of plug-ins are stored 
in "application" scope in the "ActionServlet.initModulePlugIns()" method.  
However, the "PlugIn" interface does not implement "serializable" nor do any of 
the implementing subclasses (ModuleConfigVerifier, TilesPlugin, 
ValidatorPlugIn). It probably makes the most sense to serialize the 3 plug-ins 
instead of the interface as there might be plug-ins in the future that use 
databases or other non-serializable objects.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to