Commit Graph

153 Commits

Author SHA1 Message Date
Mark Fisher
a9c538b0dd INT-706 moved config files to the same directory as the corresponding demo classes and added descriptions 2009-07-08 23:34:31 +00:00
Mark Fisher
a58d69bdda INT-706 moved config files to the same directory as the corresponding demo classes 2009-07-08 23:16:00 +00:00
Mark Fisher
90fb362a5f INT-706 moved config files to the same directories as the corresponding demo classes containing main methods 2009-07-08 22:33:10 +00:00
Mark Fisher
b4ab9718c3 INT-706 moved config file to the same directory as code and added description 2009-07-08 21:14:41 +00:00
Mark Fisher
1ff73719cc INT-706 moved the config to the same directory as the code and improved the description 2009-07-08 20:27:19 +00:00
Mark Fisher
ffaa5992a4 moved config to same package as code 2009-07-08 20:12:52 +00:00
Mark Fisher
4e7d4f480e adding src/main/resources so xml can be side-by-side with the code in samples 2009-07-08 20:06:18 +00:00
Mark Fisher
f782feebb2 INT-700 moved xsl file to src/main/resources 2009-07-02 19:38:46 +00:00
Mark Fisher
bf8aa45aaf INT-700 moved all samples xml files to src/main/resources 2009-07-02 19:27:36 +00:00
Mark Fisher
9b7e97b058 moved org.springframework.integration.samples module to spring-integration-samples 2009-07-02 18:48:31 +00:00
Ben Hale
6696064dd0 Updated the names of the projects 2008-05-20 21:41:01 +00:00
Ben Hale
37f8d925c8 Come up to BRITS 2008-05-20 21:26:25 +00:00
Mark Fisher
019ec2123d PollingSourceEndpoint is now just SourceEndpoint. 2008-05-19 17:09:32 +00:00
Mark Fisher
73f4a0c7de Reverted the RuntimeBeanReference to a String value for the constructor-arg of the Subscription object when parsing an endpoint. That is necessary to handle the case where channels are 'auto-created' by the MessageBus on demand (e.g. HelloWorldDemo). 2008-05-19 13:45:24 +00:00
Mark Fisher
746031668b FileTargetAdapterParser is now FileTargetParser. 2008-04-29 03:49:17 +00:00
Mark Fisher
d252605bdb The "defaultOutputChannelName" property of HandlerEndpoint is now "outputChannelName", and the "defaultOutput" attribute of the @MessageEndpoint annotation is now "output". 2008-04-27 06:00:40 +00:00
Mark Fisher
09333d62cb The <handler-endpoint/> element's "default-output-channel" attribute is now "output-channel". Since the new "return-address-overrides" value is true by default, the "output-channel" takes precedence rather than being a fallback. 2008-04-27 05:29:59 +00:00
Mark Fisher
9eaa088052 The <endpoint/> element is now <handler-endpoint/>, and its "handler-method" attribute is now "method". 2008-04-27 05:01:38 +00:00
Mark Fisher
4d19a02f15 Added PollingSourceEndpoint, removed PollingSourceAdapter, and source-adapter parsers only parse the Source itself. 2008-04-23 23:47:02 +00:00
Mark Fisher
4b01a3a09c The <endpoint/> element now expects a "handler" attribute instead of "handler-ref". 2008-04-22 18:17:05 +00:00
Mark Fisher
18b096f69f Now enforcing that a message endpoint must contain a handler method (INT-177). 2008-04-12 16:02:20 +00:00
Mark Fisher
88ac6af364 The @Splitter annotation no longer has a "channel" attribute. Instead it uses the @MessageEndpoint's "defaultOutput" attribute (INT-189). 2008-04-11 19:13:45 +00:00
Mark Fisher
a6392bd142 Updated Import-Package and Export-Package for each MANIFEST.MF (INT-166). 2008-04-07 15:22:04 +00:00
Mark Fisher
4b067668d4 Changed junit's "org" attribute back to "org.junit" temporarily since ivy repository needs to be updated first (INT-149). 2008-03-16 15:10:16 +00:00
Mark Fisher
621522b167 Changed junit's "org" attribute from "org.junit" to "junit" in ivy.xml files (INT-149). 2008-03-16 15:04:59 +00:00
Mark Fisher
b27297ef33 Upgrading Spring dependencies to 2.5.2. 2008-03-06 20:08:23 +00:00
Mark Fisher
05cd46a3f5 updated 'svn:eol-style' property for cafeDemo.bat and cafeDemo.sh 2008-02-27 16:11:59 +00:00
Ben Hale
8ea36fa4f3 Updated to have a default package target for document projects 2008-02-27 14:02:35 +00:00
Mark Fisher
84e1b1df08 Added spring-integration-1.0.xsd alongside spring-integration-adapters-1.0.xsd. Renamed the previous spring-integration-1.0.xsd to spring-integration-core-1.0.xsd. 2008-02-27 03:21:54 +00:00
Mark Fisher
a04842a3fb Migrating adapters to spring-integration-adapters (INT-83). 2008-02-21 22:54:49 +00:00
Mark Fisher
6419d988de Adding project dependencies in .classpath files 2008-02-21 00:00:45 +00:00
Mark Fisher
dc6f6a5f44 Set 'auto-startup' to false. 2008-02-13 17:44:24 +00:00
Mark Fisher
0618c0adbc Dependency on core now references organisation: 'org.springframework.integration' 2008-01-28 14:31:44 +00:00
Mark Fisher
38f11cae8b Updated 'organisation' in ivy.xml to include 'integration' 2008-01-28 14:22:06 +00:00
Mark Fisher
3c01dab53d CafeDemo now supports command line argument for its configuration file. 2008-01-23 14:59:49 +00:00
Mark Fisher
269055f439 Setting sessionTransacted to 'true' for the JmsMessageDrivenSourceAdapter (and minor updates in cafe sample). 2008-01-23 08:51:18 +00:00
Mark Fisher
b258239e08 Added Cafe demo to spring-integration-samples 2008-01-23 04:13:39 +00:00
Ben Hale
9c9e1df73e Updated to use spring-build-0.11.0 and package up a release 2008-01-22 19:00:01 +00:00
Mark Fisher
1af6bd7fb7 restructuring project resources 2008-01-17 17:27:41 +00:00
Mark Fisher
bb248119d3 Refactored to use the new payload-only constructor. 2008-01-08 02:11:17 +00:00
Mark Fisher
40bf7fc36c modified dates for M1 in readme and changelog 2008-01-08 01:51:05 +00:00
Mark Fisher
f66ecaeda0 Updated spring-build to r97 (0.10) 2008-01-04 17:38:18 +00:00
Mark Fisher
7f7391c9c2 Added a simple endpoint (Exclaimer) to the FileCopy demo. 2008-01-04 15:42:35 +00:00
Mark Fisher
004baebd10 Added namespace support for FileSourceAdapter and FileTargetAdapter as well as a new sample: FileCopyDemo. 2008-01-04 04:25:08 +00:00
Mark Fisher
3959f72b93 Moved annotations to a common package. 2007-12-28 15:56:35 +00:00
Mark Fisher
aee08797af proper shutdown of executor in AbstractChannelAdapter and EndpointExecutor 2007-12-22 16:27:33 +00:00
Mark Fisher
58836bcc50 Using an AtomicInteger for incrementAndGet. 2007-12-21 22:19:12 +00:00
Mark Fisher
fc16b90f94 Added hello world sample. 2007-12-18 16:37:06 +00:00
Mark Fisher
dcf0078cc4 Added random ticker generator 2007-12-18 14:10:22 +00:00
Mark Fisher
a8b61be100 Depends on spring-integration-core 'latest.integration' 2007-12-17 04:26:59 +00:00