Search:

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

Search: Search took 0.01 seconds.

  1. Dave, Is there any examples for using...

    Dave,
    Is there any examples for using late-binding, especially for files. Maybe I missed something, but I didn't find a real helpful example. I also spent a lot of time to make it work for me.
  2. Replies
    11
    Views
    4,801

    Congratulations. If possible, may you can write...

    Congratulations. If possible, may you can write something to share your experience to help others who is struggling on the similar issue. So far, there isn't much info on the Internet about the...
  3. Replies
    11
    Views
    4,801

    From you config...

    From you config '${trigger.file.location}/%file.name%', it seems you are using SpringBatch 1.x instead of 2.0. The scope="step" just can be used in SpringBatch 2.
  4. From the currently posted content, there is no...

    From the currently posted content, there is no 'file:' and the exception is 'Caused by: java.io.FileNotFoundException: class path resource ', that is why I thought the problem was caused by it.
  5. Hi praveens, I did a test and it does work fine....

    Hi praveens,
    I did a test and it does work fine. I just added the follow code and modified the config.

    private String secondInput;

    public String getSecondInput() {
    return...
  6. From the exception, you can see ClassPathResource...

    From the exception, you can see ClassPathResource was used to load your file. As your file is not in the classpath, an exception was thrown.

    To solve the issue, you should define the resource and...
Results 1 to 6 of 6