Search:

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

Search: Search took 0.01 seconds.

  1. Thread: XSD Validation

    by eluis
    Replies
    12
    Views
    5,112

    Hi, I'm trying to validate the structure of a...

    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...
  2. Replies
    16
    Views
    6,010

    hi, Since you have defined a default poller,...

    hi,

    Since you have defined a default poller, it must have a trigger, try to use a cron or an interval-trigger.

    Luis
  3. Replies
    2
    Views
    589

    An abstract class cannot be instantiate; I think...

    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...
  4. Replies
    3
    Views
    1,043

    Hi, Don't close the file, I guess you are...

    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...
  5. How can I insert a Header after process all the records?

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