Commit Graph

167 Commits

Author SHA1 Message Date
Oleg Zhurakousky
eb3cb363e8 INT-2213
added support for specifying 'temporary-remote-directory' as well as 'temporary-remote-directory-expression'

INT-2213 polishing

INT-2213 polishing docs
2011-11-10 15:34:41 -05:00
Mark Fisher
7581c1cea4 polishing 2011-10-19 17:07:21 -04:00
Oleg Zhurakousky
7f92089584 INT-2146
Expose session limitation on remote file adapters

  Deprecate 'cache-sessions' attribute

  Add 'sessionCacheSize' and 'sessionWaitTimeout' attributes on CachingSessionFactory

  Update documentation
2011-10-19 16:00:06 -04:00
Mark Fisher
b28ec17885 polishing 2011-10-19 15:46:15 -04:00
Oleg Zhurakousky
5059ecc318 INT-1844 added support for file name generation
Added support for generating local file name for FTP and SFTP inbound adapters
2011-10-19 15:30:51 -04:00
Mark Fisher
9df127e09d polishing 2011-10-19 14:01:03 -04:00
Oleg Zhurakousky
c1107a229e Improved check for existing directories
modified for Remote File adapters (e.g., FTP/SFTP)

  added 'auto-create-directory' attribute to FTP outbound adapter

  refactored code structure of FileTransferringMessageHandler
2011-10-19 13:23:44 -04:00
Oleg Zhurakousky
5a9a21bcee Refactored FileWritingMessageHandlerFactoryBean
Brought FileWritingMessageHandlerFactoryBean into the hierarchy of AbstractSimpleMessageHandlerFactoryBean
2011-10-19 11:28:57 -04:00
Mark Fisher
3b7cdf019e versionless schemas for file module 2011-10-10 11:57:03 -04:00
Gary Russell
ef5e78d526 INT-2163 Remove Abstract from Test Case Name
Tests in files containing Abstract in their names are not run
by maven.
2011-10-02 11:37:34 -04:00
Gary Russell
96c8d98715 INT-2163 Fix Failing Test on Windows
File timestamp is not rounded to seconds on Windows.

Also changed hard-coded /tmp to use java.io.tmpdir property.
2011-10-02 11:27:44 -04:00
Mark Fisher
754917bb4e dir -> directory 2011-09-02 08:24:47 -04:00
Gary Russell
962e089bf0 INT-1945 Polishing
Change constant name; fix @since
2011-09-02 08:08:14 -04:00
Mark Fisher
874c3f518f polishing 2011-09-02 08:08:14 -04:00
Gary Russell
9fc834f92f INT-1945 (S)FTP Gateway - Initial Implementation
Non-Invasive - only modified files are additions to NS Handlers,
Schemas, and Docs. Some refactoring still required.
2011-09-02 08:08:12 -04:00
Mark Fisher
9f59001230 removed deprecated trigger sub-elements non-core 2011-08-31 12:54:22 -04:00
Mark Fisher
7c5603fe83 INT-2092 update schema imports to use 2.1 version 2011-08-31 05:26:02 -04:00
Mark Fisher
2c8ba16211 polishing 2011-08-19 09:45:59 -04:00
Gunnar Hillert
c7f3a944e6 Added Xml schema documentation for the attributes: id, channel, directory, scanner (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute charset (2.0 and 2.1 Schema)

Added Xml schema documentation for the attribute filename-generator (2.0 and 2.1 Schema)

Added Xml schema documentation for the attribute filter (2.0 and 2.1 Schema)

Added Xml schema documentation for the attribute delete-files (2.0 and 2.1 Schema)

Added Xml schema documentation for the attribute delete-files (2.0 and 2.1 Schema)

Added Xml schema documentation for the elements: locker, nio-locker (2.0 and 2.1 Schema)

Added Xml schema documentation for the attribute: reply-channel (2.0 and 2.1 Schema)

Added Xml schema documentation for the attribute: reply-channel (2.0 and 2.1 Schema)

Fixed Xml schema documentation for the elements: locker, nio-locker (2.0 and 2.1 Schema)

Fixed Xml schema documentation for the elements: outbound-channel-adapter, outbound-gateway (2.0 and 2.1 Schema)

Documentation was missing for the "directory" attribute on complexType name="outboundFileBaseType" (2.0 and 2.1 Schema)

Documentation was missing for the "request-channel" attribute on element "outbound-gateway" (2.0 and 2.1 Schema)

Documentation was missing for the "request-channel" attribute on element "outbound-gateway" (2.0 and 2.1 Schema)

Final round of fixes. Every attribute and element now has documentation in the 2.0 and 2.1 xml schema
2011-08-19 09:33:26 -04:00
Gunnar Hillert
bdd10df703 INT-2061 - Added description for auto-startup attribute in spring-integration-file-2.0.xsd 2011-08-18 11:10:38 -04:00
Gunnar Hillert
b8dec7471e INT-2061 - Added description for auto-startup attribute in spring-integration-file-2.1.xsd 2011-08-18 11:10:38 -04:00
Oleg Zhurakousky
d38a56922f INT-2000 removed invalid test. Although it could have been fixed with adding a converter to BeanFactoryTypeConverter the actual scenario is invalid and unrealistic 2011-08-08 18:04:13 -04:00
Mark Fisher
3e71b5a83b INT-2004 added 2.1 versions of all XML schemas and adjusted spring.schemas files accordingly 2011-08-05 11:07:20 -04:00
Mark Fisher
8b597c1cda INT-1999 upgraded to Spring Framework 3.1 M2 2011-07-22 18:00:40 -04:00
Oleg Zhurakousky
703a531cb0 INT-1936 fixed FileTransferingMessageHandler to ensure it closes the input stream in cases when Exception is thrown during session.write(..) 2011-06-23 14:46:41 -04:00
Oleg Zhurakousky
97db1da5b2 INT-1921 fixed FTP/SFTP adapters to have '/' as a default file separator character 2011-05-31 15:16:56 -04:00
Oleg Zhurakousky
f709ba9797 INT-1916 fixed schema to be JDK 1.5 compatible 2011-05-25 16:55:42 -04:00
Oleg Zhurakousky
429a92698d INT-1916 polishing, fixing schema to be JDK 1.5 compatible 2011-05-25 16:15:13 -04:00
Oleg Zhurakousky
567802effa INT-1916 polishing, removed unused import 2011-05-25 15:57:35 -04:00
Oleg Zhurakousky
30c0a57a17 INT-1916 fixed inability to configure locker/nio-locker with poller on File Inbound Channel Adapter 2011-05-25 15:54:35 -04:00
Oleg Zhurakousky
08d601a2ba INT-1901 added support for 'comparator' atribute for FTP/SFTP Inbound Channel adapters 2011-05-11 15:03:34 -04:00
Oleg Zhurakousky
2872aceeb7 polishing, made getTemporaryFileSuffix() protected 2011-05-06 12:26:41 -04:00
Oleg Zhurakousky
dde2562cf2 INT-1756 polished code in FileTransferringMessageHandler.ensureDirectoryExists() method 2011-05-06 12:19:27 -04:00
Oleg Zhurakousky
1731bfb3b4 INT-1885 added support for empty remote-file-separator to the FTP Inbound Channel Adapter 2011-05-05 18:45:16 -04:00
Oleg Zhurakousky
765503daa4 polishing, fixed warning messages 2011-05-03 19:20:57 -04:00
Oleg Zhurakousky
a99e51e7b2 polishing 2011-05-03 19:16:07 -04:00
Oleg Zhurakousky
394c145777 polishing 2011-05-03 19:13:47 -04:00
Oleg Zhurakousky
5ccc5f62ff removed accidental public fields 2011-05-03 18:59:20 -04:00
Oleg Zhurakousky
954b6465fb polishing changed 'temporaryFileSuffix' attribute from public to private 2011-05-03 09:38:16 -04:00
Iwein Fuld
be9b57a81a Fixed javadoc 2011-04-30 20:08:34 +02:00
Iwein Fuld
3955c9d6fb Add non-parametrized message support to PayloadMatcher.
- add testcase (which used to cause compiler failure)
- remove <?> from PayloadMatcher to fix error
- add casts to FileInboundCAWRDTests to deal with backwards compatibility breakage

In some cases backwards compatibility is broken, see INT-1790 for details.
2011-04-30 20:08:34 +02:00
Mark Fisher
b09318a35b INT-1864 added 'cache-sessions' boolean attribute to FTP adapters. Default is TRUE for backwards compatibility. 2011-04-29 10:43:38 -04:00
Mark Fisher
bd81fe9db2 INT-1857 using LinkedHashSet instead of HashSet to preserve order of File instances in the List returned by a filter 2011-04-18 09:53:23 -04:00
Oleg Zhurakousky
46577add6b INT-1856 added support for filename-generator-expression to outbound file adapters, added tests 2011-04-07 12:39:40 -04:00
Oleg Zhurakousky
66aba7b5a6 INT-1856 added support for 'filename-generator-expression' to File outbound-gateway 2011-04-03 22:16:57 -04:00
Oleg Zhurakousky
d12eadf33c INT-1756 added support for auto-creating remote directories 2011-03-09 09:54:27 -05:00
Oleg Zhurakousky
2d6e490969 INT-1782 added support for configuring temporary suffix 2011-03-07 15:33:58 -05:00
Mark Fisher
5eef58e9df modified assert error to 'must not be empty' rather than null for hasText(..) check 2011-01-17 14:50:58 -05:00
Oleg Zhurakousky
f0d446617d INT-1703 added support for configuring 'remote-file-separator' for FTP/SFTP 2011-01-06 13:35:37 -05:00
Oleg Zhurakousky
078c22077a INT-1717, INT-1718 polished tests 2010-12-23 14:29:24 -05:00