Hello,
Was looking at the Spring Batch 2.1.3 Reference documentation - Chapter 5, section 5.1 about Chunk-Oriented Processing and I believe the sequence diagram (and its code representation) is...
Type: Posts; User: queuetip8; Keyword(s):
Hello,
Was looking at the Spring Batch 2.1.3 Reference documentation - Chapter 5, section 5.1 about Chunk-Oriented Processing and I believe the sequence diagram (and its code representation) is...
Thanks for the reply, Dave. Yes, WoodStox is our XML library...I took your advice and checked out the documentation but unfortunately it did not provide any information or clues on how to handle...
Yes, we're running JDK 1.6, same Java, looked to make sure we are pulling in the correct jars & in the same order. Hunch is that it's somehow related to encoding conflict - but just grasping at...
Yes, immediately after calling the method:
currentElement.writeAsEncodedUnicode(reportWriter);
reportWriter.flush();
Hello,
I'm working with a javax.xml.stream.events.XMLEvent in batch within a class that implements the ItemWriter interface. The XMLEvent was created and populated via a StAX XMLEventReader which...
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 Stax parser works fine...
Hello,
I have a batch job that loads 2 anonymous PropertyPlaceholderConfigurer beans. Using DEBUG, I verified both are loaded in the same order as my job imports them. They both reference the...