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=22891>. 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=22891 Templates not serializable when using extensions Summary: Templates not serializable when using extensions Product: XalanJ2 Version: 2.5Dx Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan.extensions AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have an xslt containing extension elements that once parsed into a Templates object cannot be serialized. I had to make the following two classes serializable: org.apache.xalan.extensions.ExtensionNamespacesManager org.apache.xalan.extensions.ExtensionNamespaceSupport
