Search:

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

Search: Search took 0.02 seconds.

  1. How to get AJAX response to ALWAYS include cookies in the response?

    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...
  2. Replies
    2
    Views
    510

    Well if you try the example above, spring batch...

    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...
  3. Replies
    2
    Views
    510

    Share steps with a parent job?

    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....


    ...
  4. My job is very simple. To does not use any...

    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...
  5. Changing the bean's name to to...

    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...
  6. Cannot get In-Memory Repository to work!

    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...
  7. How do you shutdown spring batch and allow an application to exit?

    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...
  8. I have logging in that message and I don't see it...

    I have logging in that message and I don't see it being called. So what might I be doing wrong?
  9. Why isn't referenceData() data being called?

    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?
Results 1 to 9 of 9