Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    727

    Hi Oleg, Was wondering if there is out of box...

    Hi Oleg,

    Was wondering if there is out of box support for handling zip/archive files part of spring-integration-file implementation or elsewhere? Or still we have to write custom transformer?
    ...
  2. Replies
    0
    Views
    199

    File Inbound gradual slowdown

    Hi,
    For my application I have a need to process large chunk of files from input folder and pass it to downstream for other processing like db write, archiving the files etc. To start with I have...
  3. Replies
    1
    Views
    266

    Inject property value in Controller

    Hi,
    I am developing a simple web application using spring mvc. I am struggling to inject a property from a properties file to a field in Controller class. The changes I have done are:
    in...
  4. Replies
    6
    Views
    235

    Not really! I will certainly look into the "task"...

    Not really! I will certainly look into the "task" namespace and also make use of "fixed-rate" attribute to simplify the configuration and reduce the code base. Thanks much again.
  5. Replies
    6
    Views
    235

    You nailed it right on the head, Mark! I did not...

    You nailed it right on the head, Mark! I did not have the log level set for this class which was in a different package.
    The chain is indeed working.
    Thank you very much.
  6. Replies
    6
    Views
    235

    Just tried that now but still the second one does...

    Just tried that now but still the second one does not seem to get invoked.
  7. Replies
    6
    Views
    235

    Second transformer in chain not working?

    Hi,
    I am a newbie to Spring Integration and am trying to process files by sending them through a couple of transformers using Spring Integration 2.0.5. The scanner is a muli-threaded implementation...
  8. File outbound channel adapter nested folders

    Hi,
    I have a requirement wherein i read files using inbound channel adapter, convert it to string using string transformer and then have to move the file to a separate location. I configured a...
  9. The files will not come all of a sudden. It will...

    The files will not come all of a sudden. It will be added in short but non uniform intervals during day time (market hours).
    Also we will be reading the files from a mounted NFS drive. So, dont have...
  10. Replies
    13
    Views
    842

    No unfortunately we had to change the requirement...

    No unfortunately we had to change the requirement as there was no proper technical solution to it
  11. a correction to my previous mail.. The volume is...

    a correction to my previous mail.. The volume is expected to be around 1000000 per day.
  12. Ok my requirement is similar to this..I have to...

    Ok my requirement is similar to this..I have to scan through a folder of the structure:

    <date>/<stock_category>/<stock_sector>/<stock_code>.xml

    So I have individual stock data which is added to...
  13. RecursiveLeafOnlyDirectoryScanner for vast files

    Hi I am looking for a file scanner similar to RecursiveLeafOnlyDirectoryScanner which will scan through a huge file list. As per documentation, this scanned is not suitable for a folder with vast...
  14. Replies
    3
    Views
    425

    File Scanner prevent duplicates

    Hi,

    I am using file inbound adapter to scan a folder and read through the files :

    <file:inbound-channel-adapter channel="filesChannel"
    directory="C:\FilesToProcess"...
  15. Replies
    13
    Views
    842

    sure will do that..on the same lines..is there...

    sure will do that..on the same lines..is there any other way i can achieve folder copy from ftp..(not necessarily using spring integration)
  16. Replies
    13
    Views
    842

    Yes...I am new to the forum..can you guide me how...

    Yes...I am new to the forum..can you guide me how to raise JIRA
  17. Replies
    13
    Views
    842

    FTP inbound/outbound folder copy

    Hi..i saw that spring integration ftp supports inbound, outbound file copy. Does it also support folder (recursive) inbound and outbound transactions?
    I tried various options like filename-pattern,...
Results 1 to 17 of 17