Hello,

did you find anything related with it?

However, I don't think it have to do with the validator. In my project, the
problem sometimes occurs at different places.

The stackstrace is often the following (see below). But more strange, I once
received a 'cyclic' XML like this, continuing infinitely. Does anyone see
where it could come from? 

Thanks very much

<r:Date>
<r:Century></r:Century> 
<r:Year></r:Year> 
</r:Date>
 <r:Address>
 <r:ZipCode>6043</r:ZipCode> 
 ...
 </r:Date>
  <r:Address>
  <r:ZipCode>6043</r:ZipCode> 
  ...
  </r:Date>
   <r:Address>
   <r:ZipCode>6043</r:ZipCode> 
   ...
    </r:Date>
    <r:Address>
    ... 

java.lang.StackOverflowError
        at java.util.Hashtable.get(Hashtable.java:336)
        at
org.xml.sax.helpers.NamespaceSupport$Context.processName(NamespaceSupport.java:642)
        at
org.xml.sax.helpers.NamespaceSupport.processName(NamespaceSupport.java:341)
        at net.sf.saxon.dom.DOMSender.outputElement(DOMSender.java:185)
        at net.sf.saxon.dom.DOMSender.walkNode(DOMSender.java:145)
        at net.sf.saxon.dom.DOMSender.outputElement(DOMSender.java:228)
        at net.sf.saxon.dom.DOMSender.walkNode(DOMSender.java:145)



Jean-Baptiste Onofré wrote:
> 
> I think the error is the same as an underlying component uses saxon (I
> guess
> validation maybe).
> 
> I take a look on the SM-1184 to see if I can do something.
> 
> Regards
> JB
> --
> Jean-Baptiste Onofré
> [email protected]
> BuildProcess/AutoDeploy Project Leader
> http://buildprocess.sourceforge.net
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-Random-errors-with-saxon.dom.DOMSender-in-v2008.01-tp21056169p21151715.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to