Mantis - Resin
Viewing Issue Advanced Details
2989 minor always 10-03-08 09:42 08-24-09 11:49
ferg  
ferg  
normal  
closed 3.1.7  
fixed  
none    
none 4.0.2  
0002989: XMLStreamReader parse issue when XML is invalid
(rep by Bill Au)

In resin 3.1.6 there seems to be a bug in com.caucho.xml.stream.XMLStreamReaderImp where it the input XML is invalid.

Here is an email thread with details:
http://www.nabble.com/-VOTE--Release-Solr-1.3.0-td19458467.html [^] [^]

We can work around the problem by setting the following system property:
<system-property javax.xml.stream.XMLInputFactory="com.ctc.wstx.stax.WstxInputFactory" />


Notes
(0004143)
ferg   
08-24-09 11:49   
xml/3033