Commit Graph

7448 Commits

Author SHA1 Message Date
Mark Fisher
71ba875cdc Added a check to ensure that an Object-typed parameter receives the Message payload instance instead of the Message itself. The parameter type must be assignable to Message for the Message instance to be passed. 2008-12-16 20:39:18 +00:00
Mark Fisher
d67a59e3db Added namespace support for 'logging-channel-adapter' (INT-524). Moved default bean configuration into a BeanFactoryPostProcessor (INT-525). This also enables resolution of issue INT-520. 2008-12-16 19:50:07 +00:00
Mark Fisher
1ddc8f6c23 Added LoggingChannelAdapterParser (INT-524). 2008-12-16 19:36:04 +00:00
Mark Fisher
c96d89b2fd Added LoggingHandler (INT-524). 2008-12-16 19:21:19 +00:00
Mark Fisher
a2dced0892 INT-522 2008-12-15 22:19:50 +00:00
Mark Fisher
8e5dfbe3a4 INT-520 2008-12-15 22:12:35 +00:00
Mark Fisher
36ef3d32cb INT-521 2008-12-15 22:00:39 +00:00
Mark Fisher
e39ffc2380 Enclosing tool elements within tool:annotation (INT-114). 2008-12-15 21:42:05 +00:00
Mark Fisher
9b4aa6daa1 INT-501 2008-12-15 20:17:29 +00:00
Iwein Fuld
4f9f3763c9 s/transfomer/transformer 2008-12-15 19:30:35 +00:00
Iwein Fuld
265de065aa OPEN - issue INT-496: Design success/failure notifications for source adapters
http://jira.springframework.org/browse/INT-496

woops
2008-12-15 19:29:38 +00:00
Iwein Fuld
caa93b4a67 OPEN - issue INT-496: Design success/failure notifications for source adapters
http://jira.springframework.org/browse/INT-496

Added sample to show error handling
2008-12-15 19:29:23 +00:00
Iwein Fuld
783861945d OPEN - issue INT-496: Design success/failure notifications for source adapters
http://jira.springframework.org/browse/INT-496

Added logging of failed error subscribers
2008-12-15 15:59:28 +00:00
Mark Fisher
17849dbdea INT-519 2008-12-15 15:02:10 +00:00
Jonas Partner
e665c83fb6 change artifactId to ensure they don't clash with artifactId's in SpringSource repository 2008-12-15 09:54:27 +00:00
Mark Fisher
88dd7f805d Added namespace support for PayloadDeserializingTransformer (INT-517). 2008-12-12 21:48:42 +00:00
Mark Fisher
5e70d0d3c3 Added namespace support for PayloadSerializingTransformer (INT-517). 2008-12-12 21:33:52 +00:00
Mark Fisher
9f22033303 Added namespace support for ObjectToStringTransformer (INT-516). 2008-12-12 21:13:09 +00:00
Mark Fisher
b1881f7b95 Added PayloadSerializingTransformer and PayloadDeserializingTransformer (INT-513). 2008-12-12 20:26:30 +00:00
Mark Fisher
7c6ac19325 AbstractPayloadTransformer now throws MessageTransformationException instead of the more generic MessagingException. 2008-12-12 20:20:22 +00:00
Mark Fisher
65a2405104 Added ObjectToStringTransformer (INT-514). 2008-12-12 19:45:34 +00:00
Mark Fisher
228f3a4258 INT-515 2008-12-12 19:17:01 +00:00
Mark Fisher
d75e1d9093 Minimizing class loading in parsers and using the parser context error handling capabilities rather than throwing Exceptions or using assertions. This facilitates proper tooling support (INT-114). 2008-12-12 15:23:24 +00:00
Mark Fisher
ca8155ba5b Using the parser context error handling capabilities rather than throwing Exceptions or using assertions. This facilitates proper tooling support (INT-114). 2008-12-12 13:59:11 +00:00
Mark Fisher
69fc0a0cb3 INT-507 2008-12-11 23:38:48 +00:00
Jonas Partner
c67c48c85e Maven poms using dependencies from repo1 INT-245 2008-12-11 22:15:52 +00:00
Mark Fisher
57888a9f62 Minimizing class loading in parsers and using the parser context error handling capabilities rather than throwing Exceptions or using assertions. This facilitates proper tooling support (INT-114). 2008-12-11 21:31:13 +00:00
Mark Fisher
38edabe807 Minimizing class loading in parsers and using the parser context error handling capabilities rather than throwing Exceptions or using assertions. This facilitates proper tooling support (INT-114). 2008-12-11 20:23:15 +00:00
Mark Fisher
898762c2a3 Minimizing class loading in parsers and using the parser context error handling capabilities rather than throwing Exceptions or using assertions. This facilitates proper tooling support (INT-114). 2008-12-11 19:38:31 +00:00
Mark Fisher
e55aee06ce Minimizing class loading in parsers and using the parser context error handling capabilities rather than throwing Exceptions or using assertions. This facilitates proper tooling support (INT-114). 2008-12-11 19:33:43 +00:00
Mark Fisher
c296b1af1b Minimizing class loading in parsers and using the parser context error handling capabilities rather than throwing Exceptions or using assertions. This facilitates proper tooling support (INT-114). 2008-12-11 19:18:40 +00:00
Mark Fisher
20f9cbff65 XmlNamespaceUtils is now package-private. 2008-12-11 18:56:54 +00:00
Mark Fisher
788d177f1a Minimizing class loading in parsers and using the parser context error handling capabilities rather than throwing Exceptions or using assertions. This facilitates proper tooling support (INT-114). 2008-12-11 17:49:01 +00:00
Mark Fisher
9463290328 Transformer parsers now implement getTransformerClassName() to return a String instead of returning Class instances with getTransformerClass(). This avoids the loading of Classes that may lead to dependencies not available for the tools (INT-114). 2008-12-10 23:47:05 +00:00
Mark Fisher
1755dfd676 Mail transformers may now be used within a 'chain' (INT-498). 2008-12-10 17:59:08 +00:00
Mark Fisher
1af6e18437 Enforcing the input channel attribute is provided for any top-level endpoint element. Also, now uses parserContext.error(). 2008-12-10 17:44:25 +00:00
Mark Fisher
71543d7dca Using the ParserContext's delegate instead of manually resolving the parser for custom elements. 2008-12-10 16:30:42 +00:00
Mark Fisher
5feb4c9ba1 Using the ParserContext's delegate instead of manually resolving the parser for custom elements. 2008-12-10 16:17:17 +00:00
Mark Fisher
bc4a20f6c5 All pre-defined internal header names are now valid Java identifiers. Dot delimiters have been replaced by underscores, and hyphenated names are now camelCase. The SimpleHeaderEnricherParser uses Conventions.attributeToPropertyName(). The attributes are now legal for passing as JMS properties (INT-511). 2008-12-09 21:32:29 +00:00
Mark Fisher
c053656af9 INT-506 2008-12-08 22:04:14 +00:00
Mark Fisher
b2ec607634 Added Method resolution for Message-typed parameters including Message implementations and resolution of Message payloads based on parameterized type (INT-504). 2008-12-08 21:34:04 +00:00
Mark Fisher
d946df8e71 Added support for 'poller' sub-elements within RMI and HttpInvoker 'outbound-gateway' elements (INT-508). 2008-12-08 17:28:07 +00:00
Tony Sweeney
4e53810aeb Spring Integration 1.0.0.RELEASE 2008-11-26 17:22:13 +00:00
Mark Fisher
9ffc1a08c3 Removed the 'targetChannel' from ReplyMessageHolder for now (not being used yet) and made CronSequenceGenerator package protected for now. 2008-11-26 15:56:15 +00:00
Mark Fisher
2c2a1be8ae Removed the MethodResolver interface and the DefaultMethodResolver and AnnotationMethodResolver classes. Only MethodInvokingAggregator was still using those, so that logic is now encapsulated there. If we find a need for this in the future, we can consider exposing it again, but for now it's less clutter for the API. 2008-11-26 15:36:25 +00:00
Mark Fisher
41eca0eb8a HandlerMethodUtils is now package private 2008-11-26 15:32:15 +00:00
Jonas Partner
3a6947b190 increased timeout 2008-11-26 12:20:46 +00:00
Iwein Fuld
2b97059833 reduced poller interval to allow second try when server is stressed 2008-11-26 08:48:32 +00:00
Mark Fisher
b5c7f70af2 INT-497 2008-11-26 08:45:29 +00:00
Mark Fisher
a2ebf9fea5 Added note on channel configuration within annotations - specifically pointed out that the inputChannel must be a SubscribableChannel in such a case 2008-11-26 06:10:16 +00:00