Thanks for the reply Dave,
this was in response to a question on stackoverflow.com:
"From a step, you can put data into the StepExecutionContext. Then, with a listener, you can promote data rom...
Type: Posts; User: robinmurphy; Keyword(s):
Thanks for the reply Dave,
this was in response to a question on stackoverflow.com:
"From a step, you can put data into the StepExecutionContext. Then, with a listener, you can promote data rom...
Hi guys,
I am busy with a POC to see if Spring Batch is a suitable option. We are implementing a Siebel ebilling system that requires two input files, one for masterData and one for clientData. To...
I managed to resolve this by using reader.getAttribute(0) instead of reader.getAttribute("header") - seems like a bug in XStreamMarshaller
Robin
I am trying to access the values of attributes within my XML nodes using a converter within the XStreamMarshaller. I am able to read the nodes and the values of those nodes but have been unable to...