[
http://jira.jboss.com/jira/browse/JBXB-112?page=all ]
Thomas Diesler reopened JBXB-112:
---------------------------------
Did you update
repository.jboss.org/jboss/jbossxb/snapshot as well?
[tdiesler@tddell snapshot]$ svn info
Path: .
URL:
https://svn.jboss.org/repos/repository.jboss.org/jboss/jbossxb/snapshot
Repository Root:
https://svn.jboss.org/repos/repository.jboss.org
Repository UUID: 51ec34b3-9f2d-0410-9c14-dfb4b5b5928d
Revision: 1724
Node Kind: directory
Schedule: normal
Last Changed Author: scott.stark(a)jboss.org
Last Changed Rev: 1654
Last Changed Date: 2007-10-25 07:06:07 +0200 (Thu, 25 Oct 2007)
Failed to create a new SAX parser
---------------------------------
Key: JBXB-112
URL:
http://jira.jboss.com/jira/browse/JBXB-112
Project: JBoss XML Binding (JBossXB)
Issue Type: Bug
Affects Versions: JBossXB-2.0.0.CR4
Reporter: Alexey Loubyansky
Assigned To: Alexey Loubyansky
Fix For: JBossXB-2.0.0.CR5
package org.jboss.xb.binding.parser.sax;
public class SaxJBossXBParser
public SaxJBossXBParser()
throws JBossXBException
{
...
parser = saxFactory.newSAXParser();
log.debug("Created parser: "+parser
+ ", isNamespaceAware: "+parser.isNamespaceAware()
+ ", isValidating: "+parser.isValidating()
+ ", isXIncludeAware: "+parser.isXIncludeAware()
);
This is the javadoc for isXIncludeAware:
boolean javax.xml.parsers.SAXParser.isXIncludeAware()
Get the XInclude processing mode for this parser.
See Also:
SAXParserFactory.setXIncludeAware(boolean)
Returns:
the return value of the SAXParserFactory.isXIncludeAware() when this parser was created
from factory.
Throws:
UnsupportedOperationException For backward compatibility, when implementations for
earlier versions of JAXP is used, this exception will be thrown.
Since:
1.5
Either we should not log it or catch and ignore the exception in XB.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira