StaxEventItemReader « XML « Spring Q&A





1. StaxEventItemReader ISO-8859-1 Character Normalization    forum.springsource.org

StaxEventItemReader ISO-8859-1 Character Normalization Hello, Newbie here. I have a batch program that uses a StaxEventItemReader to input some XML. The XML is UTF-8 and contains some ISO-8859-1 Latin characters. The ...

2. Problem with StaxEventItemReader (bug?)    forum.springsource.org

Problem with StaxEventItemReader (bug?) I'm having a problem using the StaxEventItemReader. When an exception occurs during unmarshalling the reader stops reading even though there are still items / fragments to read. ...

3. Question regarding the use of Skip limit and StaxEventItemReader    forum.springsource.org

Is it possible to have skip-limit when the reader is StaxEventItemReader? I have tried this combination without any luck. Basically, as soon as the reader encounters a validation error in my ...

4. Question about fragmentRootElementName for StaxEventItemReader    forum.springsource.org

I have an XML file which contains the following Code: ...

5. skipping bad items with StaxEventItemReader    forum.springsource.org

skipping bad items with StaxEventItemReader hi, I am trying to read an xml using jaxb marshaller. I am having trouble skipping bad items. The skip limit is reached despite having only ...

6. StaxEventItemReader / QName    forum.springsource.org

Hi, is there now a way to use QName for setFragmentRootElementName, or is there a workaround? We need to process xml files which have elements with same name but different namespaces. ...

7. Bug in StaxEventItemReader ?    forum.springsource.org

Bug in StaxEventItemReader ? Hi all, I'm trying to create a job reading an XML file and converting it to Java object. I've used StaxEventItemReader and Jaxb2Marshaller. Actually, it works well ...

8. Reading mutilple element types with StaxEventItemReader    forum.springsource.org

Dear Friends, I need to read multiple types of elements from XML input and bind to objects. I believe that is possible using StaxEventItemReader, but i don't know how. If it's ...

9. raw xml from StaxEventItemReader    forum.springsource.org

given a resource and a fragmentRootElementName, is there a way to get the raw xml read from the StaxEventItemReader ? Or is there a way I can customize any marshaller (jibx, ...





10. handling EndDocument in StaxEventItemReader    forum.springsource.org

handling EndDocument in StaxEventItemReader Hi All, I am using StaxEventItemReader to read a huge xml document containing fragments that need to be processed individually. Below is the structure: ...

11. StaxEventItemReader bug - open() fails intermittently on resource    forum.springsource.org

StaxEventItemReader bug - open() fails intermittently on resource Hi, We have a situation where we keep having java.lang.IllegalStateException: Input resource must exist (reader is in 'strict' mode) error intermittently when processing ...