Search:

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

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    770

    I had tried this but it's not really what I'm...

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

    Conditional Flow on partitioned steps

    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...
  3. Replies
    2
    Views
    1,097

    This has been resolved now, for the answer see...

    This has been resolved now, for the answer see the post in Spring Batch: http://forum.springsource.org/showthread.php?p=281873#post281873
  4. Replies
    5
    Views
    1,429

    Success I've finally worked this out. Seems that...

    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...
  5. While I haven't played with these too much Plans...

    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...
  6. Replies
    3
    Views
    704

    Are you deploying the war as a straight war file...

    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>
    ...
  7. Replies
    1
    Views
    683

    We used the Batch Admin as a good leg up to...

    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...
  8. Replies
    2
    Views
    1,097

    NoClassDefFoundError from Proxy class

    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:...
  9. I can see where your coming from Andy, but I saw...

    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...
  10. Replies
    5
    Views
    1,429

    Ok, thanks Dave I will. I resolved a couple of...

    Ok, thanks Dave I will. I resolved a couple of tricky OSGi issues today, hopefully I'll get this one off the list soon.
  11. I have a similar problem that I'd like to throw...

    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...
  12. Replies
    5
    Views
    1,429

    Hi Dave, since its all running as OSGi bundles...

    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...
  13. Replies
    5
    Views
    1,429

    Exceptions with late binding

    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...
  14. Replies
    0
    Views
    760

    jobDataAsMap is empty

    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">
    ...
  15. Replies
    2
    Views
    1,168

    We've had the same problem and it's now become...

    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.
    ...
Results 1 to 15 of 15