Commit Graph

15 Commits

Author SHA1 Message Date
Mark Fisher
7342a4d4ea INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-jmx 2010-08-30 20:34:03 +00:00
Oleg Zhurakousky
6da90a4c51 Sample and test for DynamicRouter with routing logic changed via the ConrolBus 2010-08-26 14:17:14 +00:00
Oleg Zhurakousky
a5031020e7 INT-1307 Updated schema to make sure its compatible with Java 5 (when using <xsd:any namespace="##other"..> and <beans:bean. . .> element we were violating Unique Particle Attribute, so sine we already say any-other, there is no need to explicitly include <beans:bean>), changed ControlBusXmlTest.anonymousConsumerRegistered() since it was throwing MalformedObjectNameException: invalid character '*' which was used in 'generated=*' 2010-08-01 15:49:23 +00:00
Mark Fisher
3f00c75740 INT-1129 moved StringMessage from 'message' to 'core' (we might remove it before 2.0...) 2010-07-28 15:22:33 +00:00
Mark Fisher
80a22b8a2c INT-1129 moved most of the MessagingException hierarchy to the root package (org.springframework.integration) 2010-07-28 15:10:42 +00:00
Mark Fisher
4de9a23357 INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration) 2010-07-28 15:05:50 +00:00
Mark Fisher
94938a2746 INT-1129 moved MessageHandler from 'message' to 'core' 2010-07-28 14:54:09 +00:00
Mark Fisher
4283315c08 INT-1129 moved PollableChannel from 'channel' to 'core' 2010-07-28 14:47:55 +00:00
Mark Fisher
00d3e351f7 INT-1129 moved MessageBuilder from 'message' to 'core' 2010-07-28 14:38:36 +00:00
David Syer
c4fe3b2076 Fix warnings in test case 2010-07-27 12:53:55 +00:00
Oleg Zhurakousky
c2f526586a INT-1240, removed 'default' from 'operation-name' and 'object-name', since 'operation-name' and 'object-name' is now required on adapters/gateway, there is no reason calling them 'default' 2010-07-19 12:23:54 +00:00
Oleg Zhurakousky
70788ee097 INT-1240 'operation name' and 'object name' is now required 2010-07-19 04:07:22 +00:00
Oleg Zhurakousky
5db5f5fb7a INT-1018 added namespace support for operation-invoking-outbound-gateway 2010-07-14 16:16:03 +00:00
David Syer
df265db057 INT-1142: add anonymous name tag for generated bean names (based on bean name pattern) 2010-06-14 12:47:34 +00:00
Chris Beams
c08a7a657e renamed modules org.springframework.integration.* -> spring-integration-*
@Ignore'd SimpleTcpNetOutboundGatewayTests#testOutboundClose() to avoid failure; this failure is correlated to the module name change, but hard to understand how it would be caused by it
2010-05-25 13:21:25 +00:00