1. StaxEventItemReader ISO-8859-1 Character Normalization forum.springsource.orgStaxEventItemReader 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.orgProblem 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.orgIs 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.orgI have an XML file which contains the following Code: |
5. skipping bad items with StaxEventItemReader forum.springsource.orgskipping 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.orgHi, 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.orgBug 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.orgDear 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.orggiven 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.orghandling 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.orgStaxEventItemReader 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 ... |