Commit Graph

103 Commits

Author SHA1 Message Date
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
Mark Fisher
c659f35b7a removed specific 1.5 container requirement from .classpath files in samples 2009-07-20 13:11:23 +00:00
Mark Fisher
acc69de1ab formatting 2009-07-18 20:45:55 +00:00
Mark Fisher
4e0f064668 formatting 2009-07-18 20:30:17 +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
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
d129bda6dc formatting and removed empty src dir 2009-07-17 04:29:42 +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
Oleg Zhurakousky
6461d3f432 CLI-enabled inbound/outbound demo bundles. Removed obsolete components 2009-07-16 14:41:49 +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
Oleg Zhurakousky
b9d90eff7a Added OSGi version of FileCopy demo sample 2009-07-15 20:55:39 +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
013d4e7a5e INT-718, OSGi-enabled Cafe sample. README provided 2009-07-11 06:37:36 +00:00
Oleg Zhurakousky
2cd12df50e INT-718. OSGi-enabled the sample. README file is included. 2009-07-11 05:00:31 +00:00
Mark Fisher
4cda34ea7a INT-706 moved xml and xsl resources to src/main/java for ease of viewing alongside the sample code and added description in demo javadoc 2009-07-09 02:29:59 +00:00
Mark Fisher
d68a6e8045 INT-706 including xsl resources under src/main/java for samples 2009-07-09 01:47:23 +00:00
Mark Fisher
6512186ab4 INT-706 moved the configuration file to be in the same directory as the demo class and added description 2009-07-09 01:20:04 +00:00
Mark Fisher
bb42b4b333 INT-706 added description to QuoteDemo 2009-07-09 00:31:25 +00:00
Mark Fisher
bf4aa1f180 INT-706 moved config files to the same directory as the corresponding demo classes and added descriptions 2009-07-09 00:25:36 +00:00