You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/10/30 01:14:12 UTC

DO NOT REPLY [Bug 14075] New: - java.io.NotSerializableException: org.apache.xalan.xsltc.trax.TransformerFactoryImpl

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

java.io.NotSerializableException: org.apache.xalan.xsltc.trax.TransformerFactoryImpl

           Summary: java.io.NotSerializableException:
                    org.apache.xalan.xsltc.trax.TransformerFactoryImpl
           Product: XalanJ2
           Version: 2.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: pantvaidya@hotmail.com


Got the above error when trying to run the Compile.java that came with xalan. 
The exception is thrown in method dumpTemplate when writing a Templates object 
into the .translet file. I have used the -
Djavax.xml.transform.TransformerFactory=org.apache.xalan.xsltc.trax.TransformerF
actoryImpl setting. The error went away when I switched to the default 
org.apache.xalan.processor.TransformerFactoryImpl.