I do not use @TestExecutionerListener explicitly, the test is simply:
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"..."})
@Configurable
public class Test {
...
Type: Posts; User: graham.r.thomson; Keyword(s):
I do not use @TestExecutionerListener explicitly, the test is simply:
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"..."})
@Configurable
public class Test {
...
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...
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...
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...
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...
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...