Subject: Exception in Results.getResultsAsDocument
- Next message: Alexander Wöhrer: "Still problem with handling results"
- Previous message: Brian Hills: "RE: OGSA-DAI & Oracle9i"
From: Alexander Wöhrer (w.alexander@gmx.at)
Date: Apr 13, 2003 21:42
Hey everyone,
tried to call the function getResultsAsDocument from an SQLResult
but everytime I get an Sax-Error like the following:
27930 [Thread-104] ERROR uk.org.ogsadai.common.XMLUtilitiesErrorHandler -
ERROR
- line 1 col 9 sysid null pubid null
27940 [Thread-104] ERROR uk.org.ogsadai.common.XMLUtilities - Exception in
XMLUtilities:xmlFileToDOM
org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of
element 'RowSet'.
at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(ErrorHand
lerWrapper.java:232)
at
org.apache.xerces.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:17
3)
at
org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:37
1)
at
org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:30
5)
at
org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XM
LSchemaValidator.java:345)
at
org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaVali
dator.java:2978)
at
org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaVal
idator.java:1888)
at
org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator
.java:588)
at
org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(XMLNamespaceBin
der.java:877)
at
org.apache.xerces.impl.XMLNamespaceBinder.startElement(XMLNamespaceBinder.ja
va:569)
at
org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(XMLDTDValidator.java
:727)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDo
cumentFragmentScannerImpl.java:759)
at
org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElem
entHook(XMLDocumentScannerImpl.java:957)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
her.dispatch(XMLDocumentFragmentScannerImpl.java:1544)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocume
ntFragmentScannerImpl.java:329)
at
org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:525)
at
org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:581)
at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:253)
at
uk.org.ogsadai.common.XMLUtilities.xmlStreamToDOM(XMLUtilities.java:166)
at
uk.org.ogsadai.common.XMLUtilities.xmlStringToDOM(XMLUtilities.java:130)
at
uk.org.ogsadai.common.XMLUtilities.xmlStringToDOM(XMLUtilities.java:120)
at
uk.org.ogsadai.porttype.gds.drivers.jdbcdriver.SQLResults.getResultsAsDocume
nt(SQLResults.java:128)
Hope somebody can help me,
Alexander Wöhrer
- Next message: Alexander Wöhrer: "Still problem with handling results"
- Previous message: Brian Hills: "RE: OGSA-DAI & Oracle9i"