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...
Type: Posts; User: bravaldi; Keyword(s):
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...