Spring has a number of ways of returning an AJAX response to the client. I have found that some ways include cookies in the response header and others ways do NOT include cookies in the response...
Type: Posts; User: mjremijan; Keyword(s):
Spring has a number of ways of returning an AJAX response to the client. I have found that some ways include cookies in the response header and others ways do NOT include cookies in the response...
Well if you try the example above, spring batch will fail if you try to run "childJob" The error message is below. I think the error message is saying "childJob" does not know what "step2" is even...
Is is possible to setup a parent (or abstract) job and configure steps in this parent job which are shared with children? I basically want to so something like this but this does not work....
...
My job is very simple. To does not use any readers or writers however it does use a shared project of DAO code which is configured (by spring configuration files) to use hibernate to access the...
Changing the bean's name to to "transactionManager" will not work. I first had it named "transactionManager" and still got stack traces at the end of the job however the stack traces had different...
I am using 2.1.7.RELEASE of Spring Batch and I am trying to get the In-Memory repository to work but I'm getting transaction errors and I can't figure out why. My job run to completion without...
My application is going to be called by a CRON job to do some background processing and I am using Spring Batch to wire up what processing needs to be done. I found that even after all my jobs are...
I have logging in that message and I don't see it being called. So what might I be doing wrong?
when i submit to my SimpleFormController the onSubmit() method gets called but referenceData() never gets called. is this the way it's suppose to work?