Search:

Type: Posts; User: graham.r.thomson; Keyword(s):

Search: Search took 0.02 seconds.

  1. I do not use @TestExecutionerListener explicitly,...

    I do not use @TestExecutionerListener explicitly, the test is simply:



    @RunWith(SpringJUnit4ClassRunner.class)
    @ContextConfiguration(locations = {"..."})
    @Configurable
    public class Test {
    ...
  2. 'no transaction is in progress' exception in light of parallel mode flush workaround.

    I'm caught with the lesser of two evils (https://jira.springsource.org/browse/BATCH-1767 and https://jira.springsource.org/browse/SPR-5082), and I'm hoping you can help me.

    I am using Spring Batch...
  3. I encountered this same problem yesterday - it...

    I encountered this same problem yesterday - it worked fine running locally and running tests, but when deployed to Tomcat I hit the same QuerySyntaxException.

    It turned out to be the presence of...
  4. Caught it! I too am running locally...

    Caught it!

    I too am running locally (${sftp.host} resolves to "localhost"), that wasn't it.

    The files I am reading are in the root folder on the SFTP server.

    If I specify the remote...
  5. I can verify that the files definitely contain...

    I can verify that the files definitely contain data. I checked before running the sample, and also after the sample had run, as despite setting 'delete-remote-files="true"', the original files in...
  6. SFTP creates empty files with sample application.

    Hi,

    I am trying to get up and running with the very latest SFTP impl and I hope you can help me.

    I am trying to run the SFTP inbound receive sample with the latest 2.0.0.RELEASE. The files are...
Results 1 to 6 of 6