Mark Fisher
|
cc4f06926a
|
INT-1243 (refactoring publishing-interceptor) Step 3: renamed <publisher> to <publishing-interceptor>, and renamed PublisherParser to PublishingInterceptorParser
|
2010-07-20 16:41:51 +00:00 |
|
Mark Fisher
|
ecd0f34b3c
|
INT-1243 (refactoring publishing-interceptor) Step 2: removed "payload" attribute from @Publisher. The @Payload annotation now may be used either at method-level or on a single parameter.
|
2010-07-20 16:10:45 +00:00 |
|
Oleg Zhurakousky
|
a94a5db38f
|
INT-1178 separated conversionService creation from its initialization with converters
|
2010-07-20 15:38:02 +00:00 |
|
Oleg Zhurakousky
|
970bde86dc
|
INT-1178 added support for existing ConversionService as well as existing ConversioinService in the parent AC
|
2010-07-20 14:33:27 +00:00 |
|
Josh Long
|
5c2e5d33db
|
a bit of reformatting / clean up
|
2010-07-20 09:06:27 +00:00 |
|
Mark Fisher
|
b7877feab1
|
INT-1243 (refactoring publishing-interceptor) Step 1: removed "headers" attribute from @Publisher and <publisher> element's <method> sub-element; using a Map now instead of a comma-delimited string of key=value pairs
|
2010-07-19 22:55:38 +00:00 |
|
Oleg Zhurakousky
|
90c6b58501
|
INT-946 rolled back the change (... namespace="##local" . . . to namespace="##other") due to the failing tests in other namespaces
|
2010-07-19 20:52:14 +00:00 |
|
Oleg Zhurakousky
|
66d637d51f
|
INT-946,added failure tests, polished xsd
|
2010-07-19 20:38:55 +00:00 |
|
Oleg Zhurakousky
|
0ae10fcfae
|
INT-946
|
2010-07-19 18:02:25 +00:00 |
|
Mark Fisher
|
6efdf9e372
|
INT-1229 JMSExceptions thrown when trying to read unsupported JMS properties no longer cause the rest of the properties (e.g. user-defined String, Long, Object, etc. properties) to be skipped when mapping to MessageHeaders.
|
2010-07-19 17:55:51 +00:00 |
|
Mark Fisher
|
8acb89cedd
|
INT-1229 JMSExceptions caught while attempting to map from JMS properties to MessageHeaders are no longer rethrown (hence no longer fatal)
|
2010-07-19 17:26:29 +00:00 |
|
Mark Fisher
|
4b3654ef78
|
INT-1241 attempts to write disallowed JMSCorrelationID, JMSReplyTo, or JMSType no longer cause the rest of the headers to be skipped
|
2010-07-19 17:20:23 +00:00 |
|
Mark Fisher
|
8189f99d1e
|
increased latch await timeout in test
|
2010-07-19 14:31:15 +00:00 |
|
Mark Fisher
|
34d50db673
|
INT-910 moved AbstractScriptExecutingMessageProcessor
|
2010-07-19 14:13:56 +00:00 |
|
Mark Fisher
|
dc816357f2
|
INT-910 adding base support for 'script' elements in the core (XSD, Parser, and FactoryBeans)
|
2010-07-19 13:40:05 +00:00 |
|
Oleg Zhurakousky
|
d348f353b1
|
INT-1239, updated the docs to reflect INT-1240 change for 'operation-name' and 'object-name' attributes
|
2010-07-19 12:28:38 +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
|
7cbf845a83
|
INT-1178 added documentation for <converter> namespace support
|
2010-07-19 04:42:12 +00:00 |
|
Oleg Zhurakousky
|
c5a54b77b2
|
polishing (removed block of commented code)
|
2010-07-19 04:10:26 +00:00 |
|
Oleg Zhurakousky
|
1d9acb24ea
|
INT-1178, added <converter> namespace support
|
2010-07-19 04:09:51 +00:00 |
|
Oleg Zhurakousky
|
63a3eecc43
|
INT-1239
|
2010-07-19 04:08:07 +00:00 |
|
Oleg Zhurakousky
|
70788ee097
|
INT-1240 'operation name' and 'object name' is now required
|
2010-07-19 04:07:22 +00:00 |
|
Gary Russell
|
f331442974
|
ip doc polishing
|
2010-07-15 22:40:22 +00:00 |
|
David Syer
|
d0c10cce0e
|
INT-1232: add Spring EL to OSGi template
|
2010-07-15 14:42:12 +00:00 |
|
David Syer
|
d3817cf123
|
INT-1232: renamed ParameterExtractor
|
2010-07-15 14:39:19 +00:00 |
|
David Syer
|
8311a10975
|
INT-1232: added ParameterMapper
|
2010-07-15 14:35:04 +00:00 |
|
Oleg Zhurakousky
|
5db5f5fb7a
|
INT-1018 added namespace support for operation-invoking-outbound-gateway
|
2010-07-14 16:16:03 +00:00 |
|
Gary Russell
|
08d7b8c90e
|
Doc Fix - TCP intro didn't talk about ob gateway
|
2010-07-13 18:48:41 +00:00 |
|
Mark Fisher
|
8b4438f567
|
added test scope for the spring-oxm dependency
|
2010-07-13 14:18:19 +00:00 |
|
Oleg Zhurakousky
|
f93fb31b17
|
polished AMQ test case so it won't fail when using embedded AMQ broker (sucks)
|
2010-07-13 13:37:47 +00:00 |
|
Oleg Zhurakousky
|
3f8d4914de
|
INT-1236 polished docs
|
2010-07-13 13:25:42 +00:00 |
|
Oleg Zhurakousky
|
5eaa4f42fa
|
INT-1236 added documentation for Object-to-Map and Map-to-Object transformer
|
2010-07-13 05:18:37 +00:00 |
|
Oleg Zhurakousky
|
eddfb1783a
|
INT-1224 polishing
|
2010-07-13 04:17:41 +00:00 |
|
Oleg Zhurakousky
|
82e0d49703
|
INT-1224 Added documentation showing MarshallingMessageConverter
|
2010-07-13 04:09:10 +00:00 |
|
Oleg Zhurakousky
|
bbcfaba85c
|
INT-1224 - added test-case sample for MarshallingMessageConverter
|
2010-07-13 04:08:18 +00:00 |
|
Oleg Zhurakousky
|
5ba0e2a02c
|
added auto-generated folders/files to svn-ignore
|
2010-07-13 02:56:30 +00:00 |
|
Oleg Zhurakousky
|
b9f76bf566
|
INT-1219 removed old packages
|
2010-07-13 02:52:19 +00:00 |
|
Oleg Zhurakousky
|
c136edca01
|
INT-1219 removed old packages
|
2010-07-13 02:51:09 +00:00 |
|
Oleg Zhurakousky
|
d7d30e6c57
|
INT-1219 migrated Loanshark sample to 'samples' package hierarchy
|
2010-07-13 02:50:18 +00:00 |
|
Oleg Zhurakousky
|
959299ece4
|
INT-1219 removed old packages
|
2010-07-13 02:16:58 +00:00 |
|
Oleg Zhurakousky
|
550c93c955
|
INT-1224 migrated LB sample to 'samples' package hierarchy
|
2010-07-13 02:13:27 +00:00 |
|
Oleg Zhurakousky
|
7ec2138ae8
|
INT-1025 Added namespace support for both object-to-map-transformer and map-to-object-transformer
|
2010-07-13 01:52:10 +00:00 |
|
Josh Long
|
33d96b1fc1
|
Updating the XMPP adapter's documentation
|
2010-07-13 01:39:08 +00:00 |
|
Josh Long
|
d8ce87ae50
|
Updating the XMPP adapter's documentation
|
2010-07-13 01:34:10 +00:00 |
|
Josh Long
|
191fa2ec99
|
Updating the XMPP adapter's documentation
|
2010-07-13 01:32:53 +00:00 |
|
Josh Long
|
ce1b89a3de
|
Updating the XMPP adapter's documentation
|
2010-07-13 01:32:18 +00:00 |
|
Gary Russell
|
9869ed403f
|
Doc Changes for IP - task-executor
|
2010-07-13 00:08:41 +00:00 |
|
Oleg Zhurakousky
|
d97967b5a0
|
INT-1027, ObjectToMapTransformer now uses CycleDetector, added test
|
2010-07-12 22:53:36 +00:00 |
|
Oleg Zhurakousky
|
3fb3611b41
|
INT-1049 Added CycleDetector as transformer package-only visible class for now, added tests
|
2010-07-12 21:53:27 +00:00 |
|
Josh Long
|
4ad2b3c489
|
updating xmpp adapter docs
|
2010-07-12 20:29:44 +00:00 |
|