Commit Graph

3184 Commits

Author SHA1 Message Date
Mark Fisher
cacf92f44a INT-740 Added FileWritingMessageHandlerFactoryBean 2009-07-18 19:26:47 +00:00
Mark Fisher
714595a6c1 INT-731 2009-07-18 18:35:42 +00:00
Iwein Fuld
30a6316887 IN PROGRESS - issue INT-731: file inbound channel parser adds file: prefix to property placeholders
http://jira.springframework.org/browse/INT-731

Ignored testcase
2009-07-18 17:45:39 +00:00
Mark Fisher
59c0fd0e8d INT-738 Added documentation for the delayer endpoint 2009-07-18 17:23:03 +00:00
Mark Fisher
cea730322e INT-739 ExecutorChannel now publishes ErrorMessages to the error channel when Exceptions occur during dispatch. 2009-07-18 17:15:17 +00:00
Oleg Zhurakousky
1faa10410f INT-736, added DelayerUsageTest showing how to apply delayer 2009-07-18 16:49:34 +00:00
Mark Fisher
ad0890c4f6 INT-735 Added ErrorMessage publishing to the DelayHandler for any Exceptions that occur during delayed Message deliveries. 2009-07-18 16:13:58 +00:00
Mark Fisher
e929b841d3 Added comment about the Spring Integration bundles for OSGi deployment 2009-07-18 15:50:00 +00:00
Mark Fisher
260690381c INT-736 Added support for the 'scheduler' reference. 2009-07-18 00:53:33 +00:00
Mark Fisher
76da6421d3 INT-736 Added namespace support for the 'delayer' endpoint. 2009-07-18 00:31:28 +00:00
Mark Fisher
c63621cd7b INT-735 Added DelayHandler. 2009-07-17 23:22:13 +00:00
Mark Fisher
d52086b934 INT-734 Added an 'ignore-failures' flag for 'publish-subscribe-channel' (the default it FALSE). 2009-07-17 21:26:38 +00:00
Mark Fisher
51a0104172 minor improvement: bundle ID 2009-07-17 16:59:26 +00:00
Mark Fisher
e2725e53d8 added comments about the OSGi samples in the README 2009-07-17 16:52:25 +00:00
Mark Fisher
102cf80f9d removed unused namespaces from header 2009-07-17 16:22:17 +00:00
Mark Fisher
833b368b73 removed cardinality attribute 2009-07-17 15:48:51 +00:00
Mark Fisher
c2fe663878 Modified the help output 2009-07-17 15:47:27 +00:00
Mark Fisher
7a6f42f072 Added documentation for the new OSGi samples 2009-07-17 15:45:27 +00:00
Mark Fisher
d129bda6dc formatting and removed empty src dir 2009-07-17 04:29:42 +00:00
Mark Fisher
7e574cb757 added osgi samples to package 2009-07-17 02:26:10 +00:00
Mark Fisher
8bf24054a3 removed setttings 2009-07-17 02:25:29 +00:00
Mark Fisher
f4cb1b5464 reorganized osgi samples 2009-07-17 02:24:05 +00:00
Oleg Zhurakousky
6998ef5e41 change the project name in the ANT scripts for OSGi demos 2009-07-17 01:55:48 +00:00
Oleg Zhurakousky
95869bd67a adding ANT scripts to generate JARs for both OSGi demos 2009-07-17 01:52:29 +00:00
Oleg Zhurakousky
64031c05ea updated OSGi examples, removed the bridge and added reply message 2009-07-17 00:18:34 +00:00
Mark Fisher
1be9b86a59 INT-729 Added log4j configuration to the quote, ws, and xml samples. 2009-07-16 23:09:43 +00:00
Mark Fisher
cb0307a12b INT-729 Added log4j configuration to the odd/even router samples. Also added a Message Filter with "nullChannel" as a discard channel. Set the log level to DEBUG for the NullChannel. 2009-07-16 22:47:51 +00:00
Mark Fisher
48c8c37c23 INT-729 Added log4j configuration to the File copy samples. 2009-07-16 22:02:08 +00:00
Mark Fisher
5fc22236cb INT-729 Added log4j configuration to the Error Handling sample. 2009-07-16 21:51:19 +00:00
Mark Fisher
9690265f92 INT-729 Added log4j configuration to the Cafe sample. 2009-07-16 21:47:41 +00:00
Mark Fisher
0201ae2eef INT-729 Added log4j configuration to the Hello World sample. 2009-07-16 21:33:18 +00:00
Mark Fisher
b54382efae Added log4j to parent pom for samples, and replaced the inbound-channel-adapter with message-driven-channel-adapter in the JMS ChannelAdapterDemo sample. 2009-07-16 21:11:14 +00:00
Mark Fisher
fdfb537a16 INT-727, INT-728 Refactored parsers so that default beans (errorChannel, nullChannel, and taskScheduler) will always be configured - even when not using the core namespace. Also added support for the 'auto-startup' attribute on several adapters. 2009-07-16 18:04:40 +00:00
Oleg Zhurakousky
6461d3f432 CLI-enabled inbound/outbound demo bundles. Removed obsolete components 2009-07-16 14:41:49 +00:00
Mark Fisher
8f3a3db480 Rethrowing the original IOException. 2009-07-16 13:35:19 +00:00
Mark Fisher
f568344e59 Added fallback to URI when getting File from Resource. This avoids the IOException that can occur when calling resource.getFile() if that File does not yet exist (as occurs with OsgiBundleResource). 2009-07-16 13:26:30 +00:00
Mark Fisher
64ef8c3ab5 Modified manifests for new OSGi samples 2009-07-16 03:25:36 +00:00
Mark Fisher
f89b7c939f INT-724, INT-725 Modified file copy samples to rely on the new directory auto-creation functionality. 2009-07-16 03:16:25 +00:00
Mark Fisher
89b39de9bf INT-724, INT-725 Added an 'auto-create-directory' attribute to all File adapters with a default value of TRUE. Now, if the inbound or outbound directory does not yet exist, it may be created upon initialization. 2009-07-16 00:35:23 +00:00
Oleg Zhurakousky
b9d90eff7a Added OSGi version of FileCopy demo sample 2009-07-15 20:55:39 +00:00
Oleg Zhurakousky
fd72745e32 Initial import. 2009-07-15 20:54:18 +00:00
Oleg Zhurakousky
a159943158 Initial import. 2009-07-15 20:53:39 +00:00
Mark Fisher
593dc2af3d INT-723 Updated bundle version ranges to allow deployment with Spring 3.0. 2009-07-15 20:15:07 +00:00
Mark Fisher
1088a0d1bd INT-722 Modified the ApplicationEventMulicasterParser and affected tests for Spring 3.0 support. 2009-07-15 16:55:24 +00:00
Oleg Zhurakousky
7837421b83 INT-722, Modified Ivy files to have place-holders instead of concrete versions for Spring and JUnit. Added spring.version and junit.version properties to build.properties. This will allow quick switch to new version of Spring 2009-07-14 14:37:41 +00:00
Oleg Zhurakousky
46a2e1e9cd INT-711, Added more concurrency tests 2009-07-13 03:23:31 +00:00
Mark Fisher
4abb0fdc26 INT-720 Updated documentation for new 'dispatcher' sub-element on channels 2009-07-12 14:18:58 +00:00
Mark Fisher
2de0d5381c INT-720 Added support for the "dispatcher" sub-element within a "channel". This is now where the failover, load-balancer, and task-executor attributes are to be configured. 2009-07-12 00:24:55 +00:00
Mark Fisher
ab773b5935 INT-711 ExecutorChannel now supports LoadBalancingStrategy and the failover flag. 2009-07-11 22:44:15 +00:00
Mark Fisher
a14a8ecb9f removed unused base class 2009-07-11 22:40:04 +00:00