Commit Graph

136 Commits

Author SHA1 Message Date
Chris Beams
43310c9cab general pom cleanup
* normalizing version placeholders to use ${groupId}.version as a naming convention e.g.: 'org.springframework.version'
* added properties to parent pom <properties/> section
* spaces -> tabs
* removed empty newlines in poms (favor comments instead of newlines)
* gave all samples nice <name>s
* included ws-inbound-gateway in the samples parent pom <modules> section
* samples now try to run any **/*Tests.java, as per our general conventions
2010-05-19 09:41:37 +00:00
Mark Fisher
ca68a053bb replaced custom router with header-value-router (now that the 'apply-sequence' attribute is supported) 2010-05-08 23:56:42 +00:00
Mark Fisher
58c5138ec0 replaced Transformer object with a SpEL expression 2010-05-08 22:35:42 +00:00
Mark Fisher
4388226bdc formatting 2010-05-08 20:57:49 +00:00
Mark Fisher
293f599770 LoanBroker now uses headers added by the gateway instead of accessing history events. 2010-05-08 20:50:34 +00:00
Mark Fisher
f4893a85a6 formatting 2010-05-08 20:33:11 +00:00
Mark Fisher
ed959d418f removed timeout from Aggregator annotation 2010-05-08 20:24:29 +00:00
Mark Fisher
2363e4c525 INT-842 goodbye adapter module 2010-04-30 23:59:22 +00:00
Mark Fisher
6ef9eece71 renamed ws sample to ws-outbound-gateway 2010-04-30 18:16:38 +00:00
Mark Fisher
785ad231bd replaced POJOs with expressions for odd/even routing demos 2010-04-29 19:08:07 +00:00
Mark Fisher
fbdecd62d1 replaced POJOs with expressions for XML-based CafeDemo 2010-04-29 18:42:59 +00:00
Mark Fisher
e4462caf5c simplified demo main 2010-04-29 18:27:52 +00:00
Mark Fisher
629270c60b initial commit of JMX sample 2010-04-19 22:56:25 +00:00
Mark Fisher
acb90da0ee initial commit of JMX sample 2010-04-19 22:56:12 +00:00
Mark Fisher
40385fb836 INT-1061 Upgraded to Spring 3.0.2 2010-04-02 16:30:41 +00:00
Gary Russell
c820ae2c48 Fix comment in roo script re: spring version. 2010-03-29 20:55:54 +00:00
Gary Russell
fee52f0eef Add demo for outbound ip adapter - loanshark Roo App receives data. 2010-03-29 20:05:07 +00:00
Gary Russell
353bbc7fd1 Loan Shark Roo App. Initial Checkin. 2010-03-29 20:01:20 +00:00
Oleg Zhurakousky
203cadc600 added comments 2010-03-15 13:20:24 +00:00
Oleg Zhurakousky
53a244c016 INT-1028, moved log4j.xml to test dir 2010-03-12 07:33:43 +00:00
Oleg Zhurakousky
371fc6fab3 INT-1028, polishing, README.txt, pom.xml etc... 2010-03-12 07:30:25 +00:00
Oleg Zhurakousky
9e2296b16a INT-1028, polishing 2010-03-12 07:11:44 +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
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
7a79b956d6 added README.txt 2010-03-01 23:08:35 +00:00
Mark Fisher
951a5dbb42 INT-994 SimpleEchoResponder now echos the same text as provided in the request, and the servlet loads on startup. 2010-03-01 21:19:49 +00:00
Chris Beams
c9a6b7bf46 removed .springBeans files; added maven classpath container to cafe demo; removed unnecessary saaj dependencies from ws-inbound-gateway demo pom 2010-02-27 08:14:16 +00:00
Chris Beams
643718e6f2 Removing acciddentally committed .class files 2010-02-27 01:09:58 +00:00
Chris Beams
71a712a999 RESOLVED - INT-995: Change Eclipse .classpath to reference SI_IVY_CACHE instead of IVY_CACHE to avoid conflicts with other Spring projects 2010-02-27 01:09:47 +00:00
Chris Beams
1bed124b41 RESOLVED - INT-994: create sample project demonstrating use of ws:inbound-gateway 2010-02-27 01:06:50 +00:00
Mark Fisher
8db7e1cd6a fixed header-enricher element now that error-channel is a sub-element rather than attribute 2010-01-19 15:41:13 +00:00
Mark Fisher
025118cac0 format 2009-12-24 15:19:23 +00:00
Oleg Zhurakousky
c8683b5ab4 Added directives on how to re-enable OSGi console on dmServer past 2.0.M5 2009-12-24 15:05:01 +00:00
Mark Fisher
8301f5410b INT-843 2009-12-23 22:07:38 +00:00
Mark Fisher
b7eabf8102 INT-924 Web Service sample now uses the new <ws:header-enricher> element to set the soap-action header. 2009-12-23 06:19:38 +00:00
Mark Fisher
87d8ba0a14 INT-848 2009-10-16 00:13:50 +00:00
Mark Fisher
4e691df7ab INT-844 updated trunk versions to 2.0.0.BUILD-SNAPSHOT, the 2.0.0.M1 version will be added post-tag 2009-10-12 13:41:03 +00:00
Mark Fisher
45931a0627 INT-844 2009-10-12 13:19:51 +00:00
Oleg Zhurakousky
27640c9aa5 INT-844. Updated OSGi samples for M1 release. 2009-10-12 01:33:46 +00:00
Mark Fisher
3c4d9e1a64 INT-802 filecopy samples now have the 'file' resource prefix 2009-10-09 18:38:01 +00:00
Mark Fisher
607895204f INT-803 the 'cafe' and 'helloworld' samples now correctly include Spring context XML files in JAR 2009-10-09 15:33:13 +00:00
Iwein Fuld
235c0220f5 INT-647 removed duplicated TestUtils and fixed resulting errors. It would be good to start using JavaConfig finally 2009-09-18 16:12:17 +00:00
Mark Fisher
f5208c8eb2 updated sample poms to refer to Spring Framework 3.0.0.M4 and Spring Integration 2.0.0.BUILD-SNAPSHOT 2009-08-21 13:55:25 +00:00
Mark Fisher
d0caa68a6e updated poms for 2.0.0.BUILD-SNAPSHOT and added spring.version and junit.version properties to parent pom 2009-08-20 18:41:20 +00:00
Oleg Zhurakousky
eaa0badc1d INT-747 - fixed Cafe sample 2009-08-18 04:40:43 +00:00
Mark Fisher
865331d277 Added comment about the OSGi Bundle Project Nature 2009-07-21 15:09:01 +00:00
Mark Fisher
4d14ee5be1 added comment about maven version 2.0.9 or later 2009-07-21 01:21:27 +00:00
Mark Fisher
c59fedbf90 Removed .settings from SVN for OSGi samples 2009-07-21 01:09:22 +00:00