Search:

Type: Posts; User: queuetip8; Keyword(s):

Search: Search took 0.05 seconds.

  1. Incorrect Diagram In Spring Batch 2.1.3 Reference Doc?

    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...
  2. Thanks for the reply, Dave. Yes, WoodStox is our...

    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...
  3. Replies
    4
    Views
    836

    Yes, we're running JDK 1.6, same Java, looked to...

    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...
  4. Replies
    4
    Views
    836

    Yes, immediately after calling the method: ...

    Yes, immediately after calling the method:


    currentElement.writeAsEncodedUnicode(reportWriter);
    reportWriter.flush();
  5. Replies
    4
    Views
    836

    XMLEvent Method Is Platform Specific?

    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...
  6. 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 Stax parser works fine...
  7. PropertyPlaceholderConfigurer does not seem to honor "last one wins"

    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...
Results 1 to 7 of 7