[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug xml/27710] JBoss 4.0.4 fails to start due exception in DomDocumentB
From: |
tromey at gcc dot gnu dot org |
Subject: |
[Bug xml/27710] JBoss 4.0.4 fails to start due exception in DomDocumentBuilderFactory |
Date: |
7 Feb 2007 18:29:49 -0000 |
------- Comment #10 from tromey at gcc dot gnu dot org 2007-02-07 18:29 -------
Subject: Bug 27710
Author: tromey
Date: Wed Feb 7 18:29:30 2007
New Revision: 121696
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121696
Log:
2007-02-07 Chris Burdess <address@hidden>
Fixes PR 30718.
* gnu/xml/dom/ls/SAXEventSink.java: Add public accessor/mutators.
* gnu/xml/transform/XSLURIResolver.java: Add support for custom
SAXSources without a backing URL or stream.
Fixes PR 27710.
* gnu/xml/dom/DomDocumentBuilderFactory.java: Fall back to synchronous
LSParser if implementation does not support asynchronous.
* gnu/xml/stream/XMLParser.java,
gnu/xml/stream/XIncludeFilter.java: Use custom code instead of
java.net.URL to resolve to an an absolute URI, to avoid nonexistent
protocol handler problems.
Modified:
branches/redhat/gcc-4_1-branch-java-merge-20070117/libjava/classpath/ChangeLog
branches/redhat/gcc-4_1-branch-java-merge-20070117/libjava/classpath/gnu/xml/dom/DomDocumentBuilderFactory.java
branches/redhat/gcc-4_1-branch-java-merge-20070117/libjava/classpath/gnu/xml/dom/ls/SAXEventSink.java
branches/redhat/gcc-4_1-branch-java-merge-20070117/libjava/classpath/gnu/xml/stream/XIncludeFilter.java
branches/redhat/gcc-4_1-branch-java-merge-20070117/libjava/classpath/gnu/xml/stream/XMLParser.java
branches/redhat/gcc-4_1-branch-java-merge-20070117/libjava/classpath/gnu/xml/transform/XSLURIResolver.java
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27710