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

TemplatesImp.java  serialization fails

           Summary: TemplatesImp.java  serialization fails
           Product: XalanJ2
           Version: 2.4
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


org.apache.xalan.xsltc.trax.TemplatesImpl implements the Serializable interface
but does not have writeObject readObject implementations. Serialization fails do
to the TransformerFactoryImpl not being Serializable.

The writeExternal readExternal methods of java.io.Externalizable are implemented
in TemplatesImpl instead of the writeObject readObject.

TemplatesImpl should implement java.io.Externalizable instead of Serializable or
implement the writeObject readObject methods.

Reply via email to