Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,917

    I happen to be the one that submitted the defect...

    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...
  2. Replies
    6
    Views
    1,917

    Sftp Inbound Channel, Failure No Recovery

    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...
  3. Replies
    1
    Views
    569

    sFTP M7 Release, Defects Fixed

    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...
  4. Replies
    1
    Views
    668

    2.0 Release Schedule

    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...
  5. Thread: SFTP Component

    by norge
    Replies
    2
    Views
    1,068

    Awesome thanks. When is the next build?

    Awesome thanks. When is the next build?
  6. Thread: SFTP Component

    by norge
    Replies
    2
    Views
    1,068

    SFTP Component

    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
    ...
  7. Actually, I am using the service activator to...

    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:



    ...
  8. so can you take a look at my configuration file...

    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)



    ...
  9. That makes sense....the default implementation of...

    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...
  10. Splitter Question: what is happening to the header values I have modified?

    I have a spring integration splitter with the following method signature:


    @Splitter
    public List<Message<String[]>> splitCsvIntoSeperateMessages(Message<List<String[]>> message)

    The message...
Results 1 to 10 of 10