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?
...
Type: Posts; User: an_sush; Keyword(s):
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?
...
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...
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...
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.
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.
Just tried that now but still the second one does not seem to get invoked.
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...
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...
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...
No unfortunately we had to change the requirement as there was no proper technical solution to it
a correction to my previous mail.. The volume is expected to be around 1000000 per day.
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...
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...
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"...
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)
Yes...I am new to the forum..can you guide me how to raise JIRA
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,...