Oleg Zhurakousky
b850355433
polishing removed vendor infor from .springBeans
2011-05-03 08:48:07 -04:00
Dave Syer
3441971540
INT-1806: added ManagedEndpoint for endpoints that are not message sources or message handlers
2011-05-03 10:04:15 +01:00
Mark Fisher
4009ca25b3
INT-1814 polishing
2011-05-02 18:50:30 -04:00
Oleg Zhurakousky
720efa502f
INT-1833 added documentation about Mail filtering functionality
2011-05-02 16:09:56 -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
Iwein Fuld
57192121fb
add build.log to .gitignore
2011-04-30 20:08:33 +02:00
Iwein Fuld
d85de5f4f3
Resolve warning by adding @Deprecated tag to deprecated method.
2011-04-30 20:08:33 +02:00
Gary Russell
076a0dad1f
INT-1848 Add order Attribute (mail)
2011-04-30 13:39:13 -04:00
Gary Russell
4779909d80
INT-1848 Add order Attribute (rmi)
2011-04-30 13:34:19 -04:00
Gary Russell
bf55b88e54
INT-1848 Add order Attribute (xmpp)
2011-04-30 11:35:57 -04:00
Gary Russell
5f180de201
INT-1848 Add order Attribute (twitter)
2011-04-30 11:06:24 -04:00
Gary Russell
832b3433ee
INT-1848 Add order Attribute (stream)
2011-04-30 10:56:44 -04:00
Oleg Zhurakousky
7cd30025fc
INT-1859 added tests for namespace support for ErrorMessageExceptionTypeRouter
2011-04-29 17:20:03 -04:00
Oleg Zhurakousky
1b86312922
INT-1875 polishing
2011-04-29 17:03:24 -04:00
Oleg Zhurakousky
09d2e2eeb0
INT-1875 added documentation about JMS Header Mapper
2011-04-29 16:55:05 -04:00
Oleg Zhurakousky
fb065c57ef
INT-1373 fixed the type in the docs
2011-04-29 16:32:37 -04:00
Oleg Zhurakousky
a42a5a346e
INT-1647 fixed core schema to work with alternative XML parsers (continued)
2011-04-29 16:18:03 -04:00
Mark Fisher
679cf9b6ec
temporarily @Ignore-ing the default poller test for inbound-channel-adapter
2011-04-29 15:59:13 -04:00
Mark Fisher
fa67ae75a6
added test for inbound-channel-adapter using the default poller
2011-04-29 15:54:48 -04:00
David Turanski
593a688b3d
INT-1234 added copyright headers
2011-04-29 15:42:39 -04:00
Mark Fisher
5edc817849
INT-1853 added extra check on loop condition for 'initialized'
2011-04-29 15:34:14 -04:00
Oleg Zhurakousky
ade987d49c
INT-1647 fixed core schema to work with alternative XML parsers
2011-04-29 15:30:40 -04:00
Mark Fisher
b59bdc0d70
INT-1795 the default receiveTimeout for a JmsTemplate used by an 'inbound-channel-adapter' (polling consumer) is now set to: JmsTemplate.RECEIVE_TIMEOUT_NO_WAIT. The value can be explicitly overridden via the 'receive-timeout' attribute
2011-04-29 14:27:51 -04:00
David Turanski
763d70d4ff
INT-1234. Added order support and documentation
2011-04-29 14:08:52 -04:00
David Turanski
714b952b58
INT-1234
2011-04-29 14:08:52 -04:00
David Turanski
6c4af186dc
INT-1234
2011-04-29 14:08:52 -04:00
Oleg Zhurakousky
e36af28bd2
INT-1881 polishing (removed comment)
2011-04-29 11:41:55 -04:00
Oleg Zhurakousky
ccffab2d17
INT-1881 added support for nesting processing beans in the 'header' element of header-enricher (e.g., bean, script etc.)
2011-04-29 11:38:35 -04:00
Mark Fisher
f10fcc2dd5
INT-1864 added inbound SFTP test for default adapter configuration (should have CachingSessionFactory)
2011-04-29 11:24:18 -04:00
Mark Fisher
88fab8d2ca
INT-1864 added tests for SFTP outbound adapters with caching and non-caching SessionFactory instances
2011-04-29 11:21:36 -04:00
Mark Fisher
ab0207c49e
INT-1864 added SFTP inbound tests for caching and non-caching SessionFactory instances
2011-04-29 11:12:04 -04: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
Gary Russell
06b9752af9
INT-1854 Allow restart after stop
2011-04-27 10:30:48 -04:00
Gary Russell
31e90fcca3
INT-1854 Remove unused imports; fix copyright dates
2011-04-26 21:26:47 -04:00
Gary Russell
8b0b8a76ae
INT-1854 Shutdown task executor (if internal), close all sockets on close()
2011-04-26 21:11:22 -04:00
Mark Fisher
54e7a7b994
INT-1880 added support for 'reply-channel' attribute on JMS inbound-gateway elements
2011-04-26 09:57:14 -04:00
Gary Russell
6acb07ce00
INT-1877 Support Byte, Short, and Int Length Headers
2011-04-25 18:33:27 -04:00
Mark Fisher
222cf7acbb
INT-1874 the control-bus element is now allowed in a chain
2011-04-22 09:10:21 -04:00
Mark Fisher
6b08d2adfa
INT-1869 added support for outbound MimeMessage payloads
2011-04-18 12:58:27 -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
2ccdde8744
INT-1859 added namespace support for exception-type-router
2011-04-15 19:04:59 -04:00
Oleg Zhurakousky
c7cdb5379b
polishing, removed unused import
2011-04-15 18:10:37 -04:00
Oleg Zhurakousky
1d05b013f9
INT-1851 added support for mapping JMS properties of the jms reply message to SI Message headers
2011-04-15 18:08:25 -04:00
Oleg Zhurakousky
6abadb134c
INT-1863 added support for message removal from the MessageStore to ClaimCheckOutTransformer. Updated documentation.
2011-04-15 16:08:54 -04:00
Oleg Zhurakousky
fea200997a
INT-1732 changed documentation to remove reference to the old behavior of the Transformer. Added comments to Migration Guide on SI Portal
2011-04-15 15:07:28 -04:00
Oleg Zhurakousky
e74e55a691
INT-1866 Added ConversionService support to DefaultHttpHeaderMapper to allow custom non-string headers to be converted to Strings insteadof being discarded. Added warn messages if a header value can not be converted
2011-04-15 14:22:08 -04:00
jonas.partner
99d6b12174
add test additional test for INT-1838 using namespace although was fixed as a side effect of INT-1812
2011-04-12 10:18:45 +01:00
jonas.partner
12dafc8179
add test for producing a text output using <xsl:output method="text" encoding="UTF-8" /> relates to INT-1838
2011-04-12 10:00:33 +01:00
Oleg Zhurakousky
67ab98c77a
INT-1858 removed requirememt for top-level gateway to have an ID attribute
2011-04-11 17:13:49 -04:00