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

           Summary: Can not instantiate new DocumentBuilderFactory
           Product: XalanJ2
           Version: 2.0.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: javax.xml
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The encoding needs to be specified on the creation of InputStreamReader. (I 
happened to use "ASCII" for my internal fix.)
On non-ascii operating systems, the resultant read returns garbage and 
generates a ClassNotFound exception. (eg. os/390)

I didn't go through any other code, but I wonder how many other places can have 
this similar problem....

-Pete

javax.xml.parsers.DocumentBuilderFactory 
"DocumentBuilderFactory.java" character 44, column 44, line 394 of 414
/**
 * Defines a factory API that enables applications to obtain a
 * parser that produces DOM object trees from XML documents.
 *
 * @since JAXP 1.0
 * @version 1.0
 * @author Rajiv Mordani
 * @author James Davidson
 */

Reply via email to