Hi,
I'm trying to validate the structure of a XML file with a xsd file
<bean id="xmlReader" class="org.springframework.batch.item.xml.StaxEventItemReader" scope="step">
<property...
Type: Posts; User: eluis; Keyword(s):
Hi,
I'm trying to validate the structure of a XML file with a xsd file
<bean id="xmlReader" class="org.springframework.batch.item.xml.StaxEventItemReader" scope="step">
<property...
hi,
Since you have defined a default poller, it must have a trigger, try to use a cron or an interval-trigger.
Luis
An abstract class cannot be instantiate; I think it is not possible to set the properties of baseHibernateDao. Try to see first lines of log (during the initialization), and will show that bean...
Hi,
Don't close the file, I guess you are using spring batch, so it should have a job, a job has steps, and finally the step has a reader, a processor and a writer.
If you are using...
I’m in application to process a flat file with thousands of records. Then the application creates an output flat file with a header, details for each record and footer. The header must contain the...