Commit Graph

2688 Commits

Author SHA1 Message Date
Jeremy Grelle
97a36d127d Making test (for INT-1001) more flexible to accommodate JVM differences on CI machine. 2010-03-05 23:04:54 +00:00
Jeremy Grelle
4374a3da20 First pass at inbound/outbound JSON mapping for INT-1000 and INT-1001. Needs complete Javadoc'ing and still has some TODO's to address. 2010-03-05 22:38:58 +00:00
Mark Fisher
0757df5b33 implemented equals and hashCode 2010-03-05 22:33:24 +00:00
Mark Fisher
590fd3bc5a channel implementations now extend IntegrationObjectSupport, and MethodInvokingMessageProcessor now provides a setter for a ConversionService 2010-03-05 20:52:30 +00:00
David Syer
ed5359eee1 Fix compiler warnings in XML module 2010-03-05 17:47:31 +00:00
David Syer
c60119e745 Fix compiler warnings in XML module 2010-03-05 17:46:57 +00:00
Mark Fisher
569cac42fe INT-174 added method for accessing ConversionService to IntegrationContextUtils 2010-03-05 15:22:00 +00:00
Gary Russell
13b4be1829 IP Adapters Initial Documentation 2010-03-05 01:47:02 +00:00
Mark Fisher
ce93c5aaa0 INT-1009 now copying SoapHeaderElements to the MessageHeaders 2010-03-05 00:50:26 +00:00
Mark Fisher
30bcf6e9c7 INT-937 refactoring MessageHistory, added ComponentMetadata 2010-03-05 00:33:55 +00:00
Mark Fisher
b0c38e8e77 removed unused package 2010-03-04 23:03:47 +00:00
David Syer
9d5500d796 IN PROGRESS - issue INT-1010: Implement JdbcMessageStore
First draft of working message store.  Interface changes are inevitable.
2010-03-04 09:42:55 +00:00
Mark Fisher
2de00f0964 INT-953 added a SimpleExpressionSource implementation for configuring single values for the channel, payload expression, and header expression array rather than using a per-method Map. 2010-03-03 21:31:52 +00:00
Mark Fisher
9cb7816e42 INT-998 no longer calling toString, but displaying the targetObject's class instead 2010-03-03 17:26:50 +00:00
Mark Fisher
d48ef1fb06 INT-966 Using BeanComponentDefinition instead of registering with generated name directly. 2010-03-03 16:19:35 +00:00
Mark Fisher
80a29960af INT-966 Using BeanComponentDefinition instead of registering with generated name directly. 2010-03-03 16:15:48 +00:00
Gary Russell
9b561ae925 Temporarily @Ignore tests that only fail on Nightly build 2010-03-03 03:24:34 +00:00
Gary Russell
3a88f7ce74 Remove debug line 2010-03-02 23:47:51 +00:00
Mark Fisher
d34348847c setting bean definition directly rather than generating a bean name for poller metadata 2010-03-02 23:32:02 +00:00
Mark Fisher
99f27108fe added an error logger bean name constant 2010-03-02 23:30:20 +00:00
Gary Russell
a732f3c255 INT-781 Namespace cleanup; multi-client/multi-message tests (UDP and TCP) 2010-03-02 23:25:06 +00:00
Mark Fisher
687e75f841 using BeanComponentDefinitions with inner beans 2010-03-02 23:10:36 +00:00
Mark Fisher
862e7db377 INT-961 renamed getMesssageCount (sic) to getQueueSize 2010-03-02 20:51:01 +00:00
Mark Fisher
f1ae0d0ec6 INT-961 renamed getMesssageCount (sic) to getQueueSize 2010-03-02 20:34:21 +00:00
Mark Fisher
aaf8855bda INT-793, INT-1004 Removed unncessary assertion. 2010-03-02 19:13:44 +00:00
Mark Fisher
9b3208c89a INT-793, INT-1004 Using an inner class for the actual Notification-publishing MBean. 2010-03-02 18:46:08 +00:00
Iwein Fuld
1a38553402 INT-330: switched namespace support for aggregator 2010-03-02 16:25:24 +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
Jonas Partner
8a6a6d2a68 fix for poll where no rows available 2010-03-01 21:15:46 +00:00
Jonas Partner
d41afc31f6 Resolves INT-790 2010-03-01 19:33:30 +00:00
David Syer
fa7d80aaae INT-999: fix POMs 2010-03-01 15:03:20 +00:00
Gary Russell
1323aa6368 INT-781 More namespace work (Still W.i.P) 2010-02-27 17:23:18 +00:00
Chris Beams
44448ea94f echo .springBeans >> .gitignore 2010-02-27 08:14:20 +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
Gary Russell
81584599ae INT-781 Outbound TCP Adapters Namespace & Tests (Work in progress) 2010-02-26 22:40:19 +00:00
Gary Russell
6e2295b625 INT-781 Inbound TCP Adapters & Tests - no namespace support yet. 2010-02-25 00:59:13 +00:00
Mark Fisher
98243c32c6 replaced udp with ip in parent pom 2010-02-24 18:23:24 +00:00
Mark Fisher
b58bf8fd2b moving osgi module to sandbox 2010-02-22 21:16:33 +00:00
Mark Fisher
b8f6e6dea2 removing 'udp' module now that it has been replaced by the 'ip' module 2010-02-22 19:26:49 +00:00
Mark Fisher
060744ce9f adding stub for TCP/UDP chapter 2010-02-22 18:40:43 +00:00
Gary Russell
512859f3c7 Inbound tcp channel adapters namespace support and tests. 2010-02-22 00:50:45 +00:00
Gary Russell
d2d1b8f0dd Inbound tcp channel adapters; no outbound yet, nor namespace support. 2010-02-21 05:50:18 +00:00
Mark Fisher
a0871d40f2 INT-987 Channels, dispatchers, and pollers now accept any Executor rather than being restricted to only TaskExecutor implementations. 2010-02-20 19:23:21 +00:00
Mark Fisher
f26df90077 Removed ThreadPoolTaskExecutorParser since it is no longer used. 2010-02-20 19:14:52 +00:00
Mark Fisher
1b746ada6b INT-987 ImapIdleChannelAdapter now accepts any Executor rather than being restricted to only TaskExecutor implementations. 2010-02-20 19:12:11 +00:00
Mark Fisher
9c61503032 INT-991 Now using Spring 3.0.1 SpEL MethodFilters 2010-02-19 23:52:28 +00:00