Search:

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

Search: Search took 0.03 seconds.

  1. Another funny thing. When I try to move the...

    Another funny thing. When I try to move the jobService bean to annotation rather than xml, I get a 500 error when trying to access the batch job because of the same problem above, where it is not...
  2. I figured it out, but I sill do not understand...

    I figured it out, but I sill do not understand why it is not working. So I DID NOT override both the jobRepository and jobExplorer beans because as I understand it, Spring Batch Admin automatically...
  3. Invalid SqlServer Object due to incorrect batch schema

    Hello all,
    So I am migrating a Spring Batch application to a new Spring Batch webadmin project and I am running into a problem running a job. I set the Batch schema to 'BATCH.BATCH_' to an existing...
  4. Replies
    12
    Views
    5,160

    Figured it out. Apparantly, Spring is calling the...

    Figured it out. Apparantly, Spring is calling the afterPropertiesSet method before I have a chance to set the properties of the unmarshaller. This method is what actually sets the actual Schema in...
  5. Replies
    12
    Views
    5,160

    bump? I tried a number of things and I still...

    bump?

    I tried a number of things and I still can't get the xml schema to catch an invalid xml file. I read online that I also have to set the ValidationEventHandler for the unmarshaller as well...
  6. Replies
    12
    Views
    5,160

    Having same problem too...

    I am having the same problem. I set one of my nodes to have a minimum length and I deleted the corresponding data from the xml file. When I run the batch chunk, it gets to the processor with the...
  7. Replies
    2
    Views
    358

    This problem is probably related to the fact that...

    This problem is probably related to the fact that I am executing batch within a web container as opposed to executing the commandlinerunner as I was doing previously right? I tried pointing the...
  8. Replies
    2
    Views
    358

    Batch is unable to write to files

    Hello,
    So I have been working with the Sample Batch project provided by STS using Spring Batch 2.1.7 along with Spring Web Admin 1.2.0 and I was able to create several jobs that cover...
  9. The Solution

    I found the solution:

    In your launch-context.xml file, notice the enabled attribute of the jdbc:intialize-database configuration. If it is set to true (which it is by default if you don't...
  10. Table 'batch_job_instance' already exists error when trying to execute Spring Batch

    Hello everyone,
    I created a new Spring batch job using database functionality using MySql and it works fine the very first time it runs. I see that Spring batch creates the metadata tables and is...
  11. Table 'batch_job_instance' already exists error when trying to execute Spring Batch

    Hello everyone,
    I created a new Spring batch job using database functionality using MySql and it works fine the very first time it runs. I see that Spring batch creates the metadata tables and is...
Results 1 to 11 of 11