Hello Dave,
Just created the JIRA
https://jira.springsource.org/browse/BATCH-1532
Regards,
Cyril.
Type: Posts; User: vidalcy; Keyword(s):
Hello Dave,
Just created the JIRA
https://jira.springsource.org/browse/BATCH-1532
Regards,
Cyril.
Created http://jira.springframework.org/browse/SPR-6958.
Thanks
Hello Dave,
I found the source of the problem.
I'm using Spring Batch 2.1.0.RELEASE with Spring 3.0.1.RELEASE with Jdk 1.5.
Test 1
When I use the following environment :
. Spring Batch...
Dave,
That's exactly the point.
In the AbstractMarshaller from which extends the XStreamMarshaller, we have the following code:
public final Object unmarshal(Source source) throws...
Hello Dave,
Thanks for your response.
It's clear for me that Stax and SAX are different things but the org.springframework.xml.transform.StaxSource that StaxEventItemReader initializes during...
Dear all,
I just have some practice with SPring documentation example on StaxEventItemReader and XStream unmarshalling
cf doc §6.7.1 StaxEventItemReader
It doesn't seem to work and i receive...
Dear all,
As i go through the spring documentation (very well done and very clear by the way, thanks for the good job guys!) , i'd like to do some feedback.
1°) chapter 3.1.2 and 3.1.3
the...
Dear all,
I'm wondering about the best way to configure jobs + other spring beans (datasource, etc.) in integration environment (that is, not in unit testing).
1°) my application configuration...