Commit Graph

6614 Commits

Author SHA1 Message Date
Oleg Zhurakousky
dcc47c17a8 added 'target', 'springBeans' to svn.ignore 2010-03-12 06:28:38 +00:00
Oleg Zhurakousky
203cec43bf INT-1028, fixed pom.xml 2010-03-12 06:13:24 +00:00
Oleg Zhurakousky
f8e6e3157f INT-1028, Initial commit of Loan Broker RI 2010-03-12 06:09:59 +00:00
Oleg Zhurakousky
1291a586c2 INT-1028, Initial import. 2010-03-12 06:06:29 +00:00
Mark Fisher
b9600ff5f9 INT-212 Added SendSuccessCount and SendErrorCount to the MBean Attributes. Implemented a channel monitoring test. 2010-03-12 05:52:35 +00:00
Mark Fisher
c195d9ed1c INT-212 Added sendSuccessCount and sendErrorCount to the AbstractMessageChannel 2010-03-12 05:42:00 +00:00
Mark Fisher
e0d8a970e3 removed TODO 2010-03-12 05:29:42 +00:00
Mark Fisher
fdb86ba951 INT-1027 2010-03-12 05:27:30 +00:00
Mark Fisher
ddeda001da checking for prototype scope in setBeanFactory 2010-03-12 05:11:19 +00:00
Oleg Zhurakousky
634739dc19 INT-575, Added Javadoc 2010-03-12 03:49:31 +00:00
Oleg Zhurakousky
42a88d4f28 INT-1021, added check for 0 when checking for superseding messages, added test 2010-03-12 03:43:05 +00:00
Mark Fisher
2b3bdd9e8c fixed 'apply-sequence' for DefaultRouterParser and now comma-delimited strings are converted to arrays 2010-03-12 02:59:45 +00:00
Mark Fisher
6a92fd680d INT-960 2010-03-12 02:37:14 +00:00
Mark Fisher
0ad859461c INT-960 2010-03-12 02:35:46 +00:00
Mark Fisher
76e8876afe added applySequence and ignoreSendFailures properties to the RouterFactoryBean 2010-03-12 02:10:07 +00:00
Gary Russell
ab4e689bc9 Minor typos in IP Chapter 2010-03-11 23:12:09 +00:00
Mark Fisher
bcb8d6fa3e INT-174 Added custom Converter tests. 2010-03-11 22:59:06 +00:00
Mark Fisher
ee91c5bf12 INT-174 Added ConversionService support for transformers. 2010-03-11 22:57:36 +00:00
Mark Fisher
98084462f0 INT-174 Added ConversionService support for splitters. 2010-03-11 22:53:36 +00:00
Mark Fisher
396b4e45b3 INT-174 Added ConversionService support for routers. 2010-03-11 22:51:49 +00:00
Mark Fisher
71c4f264c5 INT-174 Added ConversionService support for service-activators. 2010-03-11 22:50:44 +00:00
Mark Fisher
e57aa4e80e INT-174 Added ConversionService support for filters. 2010-03-11 22:50:08 +00:00
Mark Fisher
433b76618b no longer falling back to "conversionService" after checking for "integrationConversionService" 2010-03-11 22:48:27 +00:00
Mark Fisher
893a4497bc using "integrationConversionService" as the bean name in test 2010-03-11 22:46:03 +00:00
Mark Fisher
fe839eb79a INT-174 added AbstractMessageProcessor with a setter for ConversionService 2010-03-11 21:07:12 +00:00
Mark Fisher
ddf163589f populating component metadata with type 2010-03-11 20:52:52 +00:00
Mark Fisher
3d440e833f populating component metadata with type 2010-03-11 20:17:47 +00:00
Mark Fisher
6669dd21dd populating component metadata with type 2010-03-11 20:14:15 +00:00
Mark Fisher
7073397739 populating component metadata with type 2010-03-11 20:13:07 +00:00
Mark Fisher
1afd8751eb populating component metadata with type 2010-03-11 20:07:00 +00:00
Mark Fisher
d0ab4dafb2 AbstractMessageHandler now extends IntegrationObjectSupport 2010-03-11 20:00:48 +00:00
Mark Fisher
53e066bc1d added setChannelResolver() method for subclass use 2010-03-11 19:53:00 +00:00
Mark Fisher
e80ec9d533 calling BeanFactoryAware and InitializingBean callbacks on created handler instance 2010-03-11 19:50:01 +00:00
Gary Russell
d8b7bea25e IP Adapter Attribute Reference Tables 2010-03-11 18:43:08 +00:00
Mark Fisher
ea244637a9 INT-996 moving osgi samples to sandbox for now 2010-03-11 18:24:51 +00:00
Mark Fisher
0a3a1d4fed INT-996 moving osgi samples to sandbox for now 2010-03-11 18:19:41 +00:00
Mark Fisher
ab18ddd199 INT-1019, INT-745 Moved apply-sequence logic into AbstractMessageRouter and made RecipientListRouter a subclass. Also added support for the 'apply-sequence' attribute on a <router/> element. 2010-03-11 17:05:28 +00:00
Jonas Partner
a417786782 make DefaultTransformerConfigurer the default for XsltPayloadTransformer 2010-03-11 16:47:53 +00:00
Mark Fisher
618ce2ed34 INT-1013, INT-1014 Added tests for notification-publishing-channel-adapter and notification-listening-channel-adapter parsers. 2010-03-11 15:27:12 +00:00
Mark Fisher
11bf69173d INT-1013, INT-1014 Added namespace support for notification-publishing-channel-adapter and notification-listening-channel-adapter. 2010-03-11 15:22:58 +00:00
Jonas Partner
4a4a867f63 support for setting parameters and output properties on transformer instances used by the XsltPayloadTransformer
resolves INT-897
2010-03-11 14:16:50 +00:00
Jonas Partner
2dffbf32d0 remove erroneous import 2010-03-10 14:40:12 +00:00
Jonas Partner
304f4f5845 namespace support for JDBC inbound channel adapter
resolves INT-876
2010-03-10 14:26:40 +00:00
Mark Fisher
1b2ff13413 INT-930 falling back to a default ConversionService so that a bean does not have to be defined for common cases 2010-03-10 05:00:46 +00:00
Mark Fisher
88a2c65519 INT-930 using ConversionService from channel name resolving Message routers if necessary 2010-03-10 04:15:30 +00:00
Mark Fisher
68005b5c5f MessageHandlerChain now extends IntegrationObjectSupport 2010-03-10 02:49:44 +00:00
Oleg Zhurakousky
224861f5b8 INT-575, Added the following to MapToObjectTransformer:
1. Javadoc
2. Added check to only allow 'prototype' beans to be specified during the construction
3. Made sure that instance of the transformed Object is created only during the transformation
2010-03-10 02:06:56 +00:00
Mark Fisher
bcb0ef0d92 INT-1012 Added tests for 'attribute-polling-channel-adapter'. 2010-03-09 23:59:17 +00:00
Mark Fisher
78189b7480 INT-1012 Added namespace support for 'attribute-polling-channel-adapter'. 2010-03-09 23:58:05 +00:00
Mark Fisher
089cdd87f5 updated template.mf to include org.w3c.dom 2010-03-09 23:06:34 +00:00