Search:

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

Search: Search took 0.03 seconds.

  1. Thanks again for the clarification. I've...

    Thanks again for the clarification.

    I've decided to write my own SBA style monitoring front end. It doesn't need to do anything too complex, just query the job repository for statuses.
    Had a bit...
  2. Am I correct in assuming that Spring Batch Admin...

    Am I correct in assuming that Spring Batch Admin is not compatible with any version of Spring framework lower than 3.0?

    I've got version 1.0.0 of SBA, and it uses the "task" namespace for which...
  3. Latest update is that the context loader fails...

    Latest update is that the context loader fails because it can't find the namespace handler for the "task" schema. I've identified that this should live in the Spring Context jar, but it's not there...
  4. Hey, just some more stack trace info. From...

    Hey, just some more stack trace info.

    From adding the following to my web.xml


    <servlet>
    <servlet-name>Batch Servlet</servlet-name>
    ...
  5. Version 1.0.0 (I think - not at work at the...

    Version 1.0.0 (I think - not at work at the moment).

    From what I can remember of the stack trace, the main issue was an error when initialising the context, specifically around the...
  6. Hi again, Resolved that issue, to be faced...

    Hi again,

    Resolved that issue, to be faced with a new one.
    Previous issue was solved by adding the spring integration http and core jars.

    Getting further issues with beans undefined. I'll try...
  7. Hi again everyone. I've got batch working...

    Hi again everyone.

    I've got batch working within our webapp now, so thanks for all your help.

    The next step is to get Spring Batch Admin running to monitor job execution, and needless to say,...
  8. Thanks again for your help. I'll need to...

    Thanks again for your help.

    I'll need to discuss what versions of both Spring and Spring Batch we will go to, as it's not purely my decision.
    I do need to do a bit more digging to find out what...
  9. Hi mminella (or anyone else reading), I've...

    Hi mminella (or anyone else reading),

    I've upgraded Spring to 2.5, and nothing seems to have broken. Happy days indeed.

    However, when I've tried to implement a FlatFileItemReader (as below), I...
  10. Hi, Many thanks for the reply. 1 - I've...

    Hi,

    Many thanks for the reply.

    1 - I've looked at upgrading to the current version, as I wasn't sure at what point Spring Batch 2.1.8 became available.
    2 - It probably is to be honest. Now I...
  11. Batch version compatible with Spring 2.0

    Hi all,

    I am looking to integrate some batch processing into a web app, and being as I already have experience with Spring Batch, I thought this would be the best way to go.

    However, our web...
  12. Replies
    2
    Views
    345

    Thanks ndhandle.

    Thanks ndhandle.
  13. Replies
    2
    Views
    345

    Spring Batch Version Question

    Hi all,

    Quick question.
    We are using Spring version 2.0.7 - which version of Batch would be safe to use?

    Dave
  14. I need to conform to the look and feel of some...

    I need to conform to the look and feel of some existing tables, so unfortunately changing the layout isn't an option.

    The table needs o have the attribute names listed down the left hand side, and...
  15. Yes, I'm using XML beans compiled from my schema....

    Yes, I'm using XML beans compiled from my schema.

    I had a go at creating an abstracted layer before the JSP, but I seemed to hit the same sorts of problems as I did with just passing the list of...
  16. I know it's not strictly a Spring issue, but it...

    I know it's not strictly a Spring issue, but it does involve ModelAndView objects.

    Anyone got any thoughts?
  17. Constructing Table in JSP with list of Objects

    Hi all,

    Having a bit of a brain nightmare today, and can't seem to work something out.
    Would you be able to help?

    I adding a list of objects to a Model, and passing it to my view jsp, and I...
  18. Replies
    4
    Views
    1,839

    Cheers for all the help everyone. I've got the...

    Cheers for all the help everyone.

    I've got the formView and successView working now.

    However, I'm having some trouble with the next bit of functionality.

    What I essentially need to do is...
  19. Replies
    4
    Views
    1,839

    Cheers for that, I'll look at it today and try...

    Cheers for that, I'll look at it today and try and implement the onSubmit method correctly.

    My issue was that I couldn't see how the onSubmit method handled the rendering of the form to start...
  20. Replies
    4
    Views
    1,839

    SimpleFormController Questions

    Hi all,

    I'm fairly new to Spring. I've gone through the tutorials, and I thought I "got it", but judging by my experience this evening, I'm thinking I didn't get it as well as I thought.
    ...
Results 1 to 20 of 20