I had tried this but it's not really what I'm after. I can't add it to the main ftpUrlProcessUploadStep as it has no tasklet tags and I can't add a listener to the step tags (yet), then if I add it...
Type: Posts; User: StimpyCat; Keyword(s):
I had tried this but it's not really what I'm after. I can't add it to the main ftpUrlProcessUploadStep as it has no tasklet tags and I can't add a listener to the step tags (yet), then if I add it...
I'm having some troubles applying some conditional flow to a partitioned step. I have a listener applied to my master step which is being processed correctly and from this listener I am able to...
This has been resolved now, for the answer see the post in Spring Batch: http://forum.springsource.org/showthread.php?p=281873#post281873
Success I've finally worked this out. Seems that in an OSGi world that I need to import the package of the class that I'm trying to late bind the properties to. In this case I was trying to bind to...
While I haven't played with these too much Plans have been set up to deal with loading bundles in a defined order: http://static.springsource.org/s2-dmserver/2.0.x/programmer-guide/html/ch04s03.html...
Are you deploying the war as a straight war file or as a Shared Services war? If it's a shared services war you'll also need the following entry before the listener:
<context-param>
...
We used the Batch Admin as a good leg up to building our own UI. We needed a quite specific console to be able to manage many different jobs along with a whole raft of other operations.
However...
I originally posted this on the Spring Batch forum and Dave mentioned that it might be worth posting here as well. Here's the original post for reference:...
I can see where your coming from Andy, but I saw it was a bit of the chicken and the egg part of I'm try to set a property which should be possible, but due to the start up sequence it's not being...
Ok, thanks Dave I will. I resolved a couple of tricky OSGi issues today, hopefully I'll get this one off the list soon.
I have a similar problem that I'd like to throw into the mix as it centers around this problem.
I have a bundle which is deployed onto a number of different servers each with their own properties...
Hi Dave, since its all running as OSGi bundles I'm not really getting a window into the classpath. My gut feel was that it's a weird OSGi class loading issue, but since it works for somethings and...
I have a job that will successfully run however I'd like to have some of the input values set via late binding. This is working fine for some classes but not others, oddly enough it works fine for...
I'm having troubles wiring up my Quartz job using the jobDataAsMap entries.
Here's the xml
<bean name="reportTask" class="org.springframework.scheduling.quartz.JobDetailBean">
...
We've had the same problem and it's now become intermittant. We're running cron tasks with a MSSQLServer datastore. We added this line to the config and it seems to have slowed it up a little.
...