Our workaround outlined in the previous post is running in production. Our startup class is handling all of the bean initializations, however, since we encountered difficulty in trying to merge our...
Type: Posts; User: oakmon; Keyword(s):
Our workaround outlined in the previous post is running in production. Our startup class is handling all of the bean initializations, however, since we encountered difficulty in trying to merge our...
Following up on the SessionFactory map idea, we looked into the SI source code, and have been looking into alternative ways of modifying the sftp outbound-channel-adapter configuration. Since the...
Thanks again Oleg,
The super-user idea would work if we were sending files to different directories on a box over which we had control. But we are sending to external clients and have to use the...
Thanks Oleg,
Yes, I hadn't thought through the RC2 alternative. We are really looking for a way around declaring separate SFTP Session Factories and outbound adapters for all of the different (one...
Hello All,
We are writing an application which retrieves from a db product orders on a per client basis and sends each list of orders via sftp to the given client. But a configuration like the...
This problem has been fixed. I had convoluted the sample context. The only change needed from the sample was simply to use JdbcCursorItemReader. The TestItemWriter is fine. I was confused about the...
Bonjour,
I am trying to adapt the sample in RemoteChunkStepIntegrationTests-context.xml by changing the following:
1) Use JdbcCursorItemReader
2) Write directly to the "requests" channel from...