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=7104>. 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=7104 Preferences will fail Summary: Preferences will fail Product: Xerces2-J Version: 2.0.1 Platform: PC OS/Version: Linux Status: NEW Severity: Critical Priority: Other Component: DTD AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If I have xercesImpl.jar, xml-apis.jar, xmlParserAPIs.jar and xalan.jar in my classpath, importing and normal use of previously stored preferences will fail with the following error message: 13.03.2002 23:10:22 java.util.prefs.FileSystemPreferences$11 run WARNUNG: Invalid preferences format in /home/stranger/.java/.userPrefs/cdox/prefs.xml The original prefs.xml will be renamed to IncorrectFormatPrefs.xml. It has the following content (for example): <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE map SYSTEM 'http://java.sun.com/dtd/preferences.dtd'> <map MAP_XML_VERSION="1.0"> <entry key="language" value="eng" /> </map> I tested it on Debian and SuSE with the 1.4.0 from sun: Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92) If I switch over to xerces1 everything goes well. Therefore I think something is wrong with xerces2 (I might be wrong...). If you need more information, please let me know, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
