Re: Stax-API jar

2009-03-02 Thread Tricia Williams
Thanks. I just realized that this type of information is included in the NOTICE.txt file. Shalin Shekhar Mangar wrote: Solr is using the woodstox implementation: 1. wstx-asl-3.2.7.jar 2. geronimo-stax-api_1.0_spec-1.0.1.jar

Stax-API jar

2009-02-26 Thread Tricia Williams
Hi Folks, I think I've identified a bug in stax-api-1.0.jar. Specifically javax.xml.stream.XMLStreamReader::getTextStart(). I'm just wonder who owns/manages the source of the implementation that Solr uses? https://stax-utils.dev.java.net/ gives four implementations, I just need to know

Re: Stax-API jar

2009-02-26 Thread Shalin Shekhar Mangar
On Thu, Feb 26, 2009 at 5:24 PM, Tricia Williams williams.tri...@gmail.comwrote: Hi Folks, I think I've identified a bug in stax-api-1.0.jar. Specifically javax.xml.stream.XMLStreamReader::getTextStart(). I'm just wonder who owns/manages the source of the implementation that Solr uses?

Re: Stax-API jar

2009-02-26 Thread Ryan McKinley
also note -- if you are using java6, you can remove the two stax jars and use the default implementation. On Feb 26, 2009, at 6:54 AM, Tricia Williams wrote: Hi Folks, I think I've identified a bug in stax-api-1.0.jar. Specifically javax.xml.stream.XMLStreamReader::getTextStart(). I'm