I happen to be the one that submitted the defect that you referenced. I think this is happening at a higher level that is causing the poller tread to stop checking for files.
I am currently using...
Type: Posts; User: norge; Keyword(s):
I happen to be the one that submitted the defect that you referenced. I think this is happening at a higher level that is causing the poller tread to stop checking for files.
I am currently using...
I have a situation where I have a sftp inbound channel pooling the remote sftp folder every 30 seconds. It has happened where I have gotten an exception when performing a directory list. When this...
I have found and submitted 2 defects to jira. I have since fixed the defects but have no way of checking in the code. Can I send a changeset to someone for review and checkin?
Referenced Defects...
Can anyone tell me if there is going to be a M7 release or will it be an RC1. I am just trying to plan a release of software that will use spring-integration 2.0 and my customer would rather not use...
Awesome thanks. When is the next build?
I noticed that there is now a org.springframework.integration.sftp package in the project but it is not snowing up in snapshot build located at
...
Actually, I am using the service activator to split and send back the individual messages with the headers I want.
Let me show you the modified splitCsvIntoSeperateMessages method:
...
so can you take a look at my configuration file and tell me if I am "over using" service-activator? (this may not be a fair question without explaining my use case)
...
That makes sense....the default implementation of a splitter...
Can you tell me what happens if I use <serivce-activator> vs <spitter>.
Is it important to annotate the methods with @Splitter or...
I have a spring integration splitter with the following method signature:
@Splitter
public List<Message<String[]>> splitCsvIntoSeperateMessages(Message<List<String[]>> message)
The message...