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...
Type: Posts; User: davefeeder; Keyword(s):
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...
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...
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...
Hey, just some more stack trace info.
From adding the following to my web.xml
<servlet>
<servlet-name>Batch Servlet</servlet-name>
...
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...
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...
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,...
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...
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...
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...
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...
Thanks ndhandle.
Hi all,
Quick question.
We are using Spring version 2.0.7 - which version of Batch would be safe to use?
Dave
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...
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...
I know it's not strictly a Spring issue, but it does involve ModelAndView objects.
Anyone got any thoughts?
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...
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...
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...
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.
...