Results 1 to 3 of 3

Thread: Wrong Batch Schema?

  1. #1
    Join Date
    Sep 2008
    Location
    Haag, Bavaria, Germany
    Posts
    3

    Default Wrong Batch Schema?

    Hi everyone,

    I upgrade to Spring Batch Version 2.1.0 today. But in the configuration of skippable-execption-classes I get an error from the schema. I canīt set the new <include class="bla.bla.bla" /> tag.
    Code:
    <batch:skippable-exception-classes>
        <include class="bla.bla.bla" />
    </batch:skippable-exception-classes>
    Is an old schema online?
    Last edited by crassmann; Oct 20th, 2009 at 04:30 PM.
    Christian Raßmann
    http://www.rassware.de

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    Sorry, I forgot to upload the new schema to the public website. (It's there now.)

    However, you shouldn't see any errors at runtime as long as your XML is correct. You are just seeing errors in your IDE / editor right?

  3. #3
    Join Date
    Sep 2008
    Location
    Haag, Bavaria, Germany
    Posts
    3

    Default

    ah, ok. I had errors in my Eclipse Galileo.

    Thank you for your help!
    Christian Raßmann
    http://www.rassware.de

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •