Gunnar Hillert
0d7cc1052b
INT-2258 In enricher: add setRequiresReply to XSD
...
for the ContentEnricher. This attribute defaults to 'true'.
For reference see: https://jira.springsource.org/browse/INT-2258
2011-11-22 16:21:43 -05:00
Mark Fisher
51e706983f
Merge pull request #187 from ghillert/INT-2246
...
Add attribute "max-rows-per-poll" to Jdbc Outbound Gateway
For reference see: https://jira.springsource.org/browse/INT-2246
2011-11-22 15:43:13 -05:00
Gunnar Hillert
462af6bea0
INT-2246 - Changes based on code review.
2011-11-22 15:40:22 -05:00
Gunnar Hillert
6f33252c7c
INT-2246 - Add attribute "max-rows-per-poll" to Jdbc Outbound Gateway
...
For reference see: https://jira.springsource.org/browse/INT-2246
2011-11-22 15:40:22 -05:00
Mark Fisher
910675be39
Merge pull request #203 from markfisher/INT-2259
...
added wrapper for ConversionServiceFactoryBean
2011-11-22 15:33:47 -05:00
Mark Fisher
6ad05f135c
added wrapper for ConversionServiceFactoryBean
2011-11-22 15:28:37 -05:00
Mark Fisher
11592a5dd2
Merge pull request #202 from ghillert/INT-2257
...
Payload Enricher - Handle "Null" Messages due to reply-timeout
2011-11-22 15:08:45 -05:00
Gunnar Hillert
0aae7ec4e1
INT-2257 - Payload Enricher - Handle "Null" Messages due to reply-timeout
...
For reference see: https://jira.springsource.org/browse/INT-2257
2011-11-22 15:07:31 -05:00
Mark Fisher
a4cee32566
more test fixes for INT-2235
2011-11-22 15:02:15 -05:00
Mark Fisher
123ba64d2b
polishing INT-2235
2011-11-22 14:51:39 -05:00
Mark Fisher
72c8fff421
Merge pull request #201 from markfisher/INT-2235 which builds upon PR #181 from olegz/INT-2235
...
fixed polling period and renamed test class
ElementFilter now CollectionFilter
2011-11-22 14:09:17 -05:00
Mark Fisher
ab6f3f1f27
fixed polling period and renamed test class
2011-11-22 14:05:35 -05:00
Mark Fisher
b7aabb70e5
renamed filter
2011-11-22 13:36:31 -05:00
Mark Fisher
32d64b19f4
ElementFilter now CollectionFilter
...
Refactored filter to handle a Collection of Resources
Made 'pattern' a constructor-arg since it's mandatory
2011-11-22 13:16:52 -05:00
Oleg Zhurakousky
193f3d2439
INT-2235
...
added support for resource-inbound-channel-adapter
removed pre-fetching logic
changed ResourcePatternResolvingMessageSource to return multiple Resources
made filter optional
2011-11-22 12:31:32 -05:00
Mark Fisher
5cac946cf3
Merge pull request #200 from ghillert/INT-2216
...
For Payload Enricher - add: 'request-timeout' and 'reply-timeout' attributes
For reference see: https://jira.springsource.org/browse/INT-2216
2011-11-22 11:52:07 -05:00
Gunnar Hillert
94f2dc755f
INT-2216 - For Payload Enricher - add: 'request-timeout' and 'reply-timeout' attributes
...
For reference see: https://jira.springsource.org/browse/INT-2216
2011-11-22 11:38:02 -05:00
Mark Fisher
d484f65100
Merge pull request #199 from olegz/INT-2253
...
added support for updating MessageGroup with lastModified timestamp on every touch
2011-11-22 08:28:05 -05:00
Oleg Zhurakousky
bd9d591dbf
INT-2253
...
added support for updating MessageGroup with lastModified timestamp on every touch
2011-11-22 04:16:17 -05:00
Mark Fisher
cc0f3bd425
Merge pull request #190 from olegz/INT-2249
2011-11-21 17:12:26 -05:00
Oleg Zhurakousky
0ce12cbcf8
INT-2249
...
polished MethodInvokingMessageProcessor constructor that takes boolean argument by renaming the argument from 'requiresReply' to 'canProcessMessageList' which is what it really maps to in MessagingMethodInvokerHelper.HandlerMethod
fixed 'filterSelectsNonVoidReturningMethodsOnly' and 'testOverloadedNonVoidReturningMethodsWithExactMatchForType' tests of MethodInvokingMessageProcessorTests to invoke the right constructor and commented out 'testVoidMethodsExcludedByFlag' test as its no longer valid
2011-11-21 17:11:43 -05:00
Mark Fisher
f2990f5f59
Merge pull request #193 from olegz/INT-2231
2011-11-21 16:00:15 -05:00
Oleg Zhurakousky
50d8caa1c3
INT-2231
...
Fixed JdbcMessageStore to reuse CREATED_DATE while updating UPDATED_DATE
Added support for configuring MessageGroup timeout based on the idle time of the MessageGroup
Changed updatedTimestamp to lastModified
Added an assertion to AbsractMessageGroup.expireMessageGroups to check if lastModified is 0
Changed attribute name in MessageWrapper in Mongo Message Store
2011-11-21 15:56:04 -05:00
Mark Fisher
d67736021a
Merge pull request #197 from olegz/INT-2255 which includes the changes from pull request #188 from oxlade39/master
...
fixed Gemfire CQ parser errors
Fixed a mistake in the Gemfire AdapterParsers where the element attribute validation is not correctly applied and will never result in the intended behavior.
2011-11-21 13:55:23 -05:00
Oleg Zhurakousky
451408e0f7
INT-2255 fixed Gemfire CQ parser errors
2011-11-21 13:52:36 -05:00
Dan Oxlade
8d9192b9fb
FIxing a mistake in the Gemfire AdapterParsers where the element attribute validation is not correctly applied and will never result in the intended behavior.
2011-11-21 13:52:36 -05:00
Mark Fisher
740246a419
Merge pull request #196 from ghillert/INT-2245
...
Jdbc Outbound Gateways - Change "request-timeout" to "reply-timeout"
For reference see: https://jira.springsource.org/browse/INT-2245
2011-11-21 13:49:08 -05:00
Mark Fisher
87006f36ed
polishing
2011-11-21 13:48:27 -05:00
Gunnar Hillert
cd9d9bc656
INT-2245 Jdbc Outbound Gateways - Change "request-timeout" to "reply-timeout"
...
For reference see: https://jira.springsource.org/browse/INT-2245
2011-11-21 13:46:39 -05:00
Mark Fisher
072a675d65
Merge pull request #191 from ghillert/INT-2175
...
Add Doc for Stored Proc Components
For reference see: https://jira.springsource.org/browse/INT-2175
2011-11-21 13:44:17 -05:00
Mark Fisher
e40831e2ad
polishing
2011-11-21 13:43:14 -05:00
Gunnar Hillert
d1c740930c
INT-2175 - Add Doc for Stored Proc Components
...
For reference see: https://jira.springsource.org/browse/INT-2175
2011-11-21 13:43:13 -05:00
Mark Fisher
e16216a18b
Merge pull request #195 from olegz/INT-2254
...
added support for recognition of a Message to HttpRequestHandlingEndpointSupport
2011-11-21 12:00:32 -05:00
Oleg Zhurakousky
7485ea449a
INT-2254
...
added support for recognition of a Message to HttpRequestHandlingEndpointSupport
INT-2254 polishing
INT-2254 polishing
2011-11-21 08:35:54 -05:00
Mark Fisher
e493922437
Merge pull request #194 from markfisher/INT-2251
...
request-timeout replaced with reply-timeout for HTTP outbound-gateway
2011-11-21 08:10:23 -05:00
Mark Fisher
8060a39aa5
request-timeout replaced with reply-timeout for HTTP outbound-gateway
2011-11-21 07:47:04 -05:00
Mark Fisher
448808edb7
Merge pull request #182 from artembilan/INT-2237
...
'Sprig' type-o fix
2011-11-18 14:17:00 -05:00
Artem Bilan
2ebfc680fc
INT-2237: 'Sprig' type-o fix
2011-11-18 14:16:03 -05:00
Mark Fisher
fd96e57e1e
Merge pull request #183 from garyrussell/INT-2035a
...
Support Simple Cookie Handling
2011-11-17 16:42:12 -05:00
Mark Fisher
1c3df305d2
polishing
2011-11-17 16:41:28 -05:00
Gary Russell
a61b3617f3
INT-2035 Support Simple Cookie Handling
...
Initial commit - TODO: namspace.
Saves off Set-Cookie header in http_transferredCookie MessageHeader.
Transferred cookies are converted to Cookie: headers on subsequent
outbound messages, thus handling 3 or more interactions.
INT-2035 Namespace, Docs
Change boolean name; add namspace and documentation.
INT-2035 Docs
Added docs for cookie handling.
INT-2035 Polishing
Simplify implementation to just transfer Set-Cookie to
Cookie in the inbound side.
INT-2035 XSD Docs
Updated to reflect new implementation.
2011-11-17 16:36:32 -05:00
Mark Fisher
497d07bdad
Merge pull request #185 from ghillert/INT-2241
...
Stored Proc: Add attribute: skipUndeclaredResults
For reference see: https://jira.springsource.org/browse/INT-2241
2011-11-17 12:51:18 -05:00
Gunnar Hillert
730c0e5174
INT-2241 - Stored Proc: Add attribute: skipUndeclaredResults
...
For reference see: https://jira.springsource.org/browse/INT-2241
2011-11-17 12:33:33 -05:00
Mark Fisher
9acd3163bc
Merge pull request #184 from garyrussell/INT-2242
...
Fix JavaDocs for FTP File Types
2011-11-17 11:16:52 -05:00
Gary Russell
81e91b6990
INT-2242 Fix JavaDocs for FTP File Types
...
Change hard-coded literals to @links
Changed to <ul/>
2011-11-17 11:05:20 -05:00
Mark Fisher
a0e4fecf98
Merge pull request #186 from jamescarr/patch-2
...
Fixed casing
2011-11-17 10:56:59 -05:00
James Carr
24b682acbc
Fixed casing
2011-11-17 10:52:33 -05:00
Mark Fisher
92fa58769f
Merge pull request #180 from ghillert/INT-2195
...
Add 'What's new in 2.1' to docs
For reference see: https://jira.springsource.org/browse/INT-2195
2011-11-17 08:12:50 -05:00
Gunnar Hillert
c348f8c3fb
INT-2195 - Add 'What's new in 2.1' to docs
...
For reference see: https://jira.springsource.org/browse/INT-2195
2011-11-17 08:11:07 -05:00
Mark Fisher
e20c0e0efa
Merge pull request #161 from artembilan/INT-2188
...
INT-2188 and INT-2165
2011-11-10 17:17:44 -05:00