Jonas Partner
6812c7eb2e
tidied up a few warnings
2008-06-26 09:22:43 +00:00
Mark Fisher
c18ec83cbf
Added 'waitForTasksToCompleteOnShutdown' property to SimpleMessagingTaskScheduler with a default value of 'true' (INT-268).
2008-06-25 21:20:09 +00:00
Jonas Partner
5ff1ab6b42
added some missing source attachments
2008-06-25 18:51:14 +00:00
Mark Fisher
fe6125db26
Changed inter-project dependency version ranges from "[1.0.0, 1.0.0]" to "[1.0.0, 1.0.1)" (INT-248).
2008-06-25 18:06:33 +00:00
Jonas Partner
53ceb3f5c7
target securing advice
2008-06-25 17:41:46 +00:00
Jonas Partner
9ed5cc6a61
removed security references
2008-06-25 17:30:12 +00:00
Jonas Partner
5709c4e144
refactored security namespace to use separate schema
2008-06-25 17:29:32 +00:00
Mark Fisher
a2a40bca4d
formatting
2008-06-25 13:44:34 +00:00
Jonas Partner
8eaef06676
add import of org.springframework.core
2008-06-25 10:49:02 +00:00
Jonas Partner
8f9c2b2e19
add import of org.springfrmaework.core
2008-06-25 10:48:30 +00:00
Jonas Partner
061c09e6a9
Simple Xslt payload transformer
2008-06-25 10:36:57 +00:00
Mark Fisher
00436b9071
Added namespace support for creating a MessageSelectorChain (INT-227).
2008-06-24 21:11:30 +00:00
Mark Fisher
bacc093ca0
Added 'src/test/resources' directory
2008-06-24 19:24:35 +00:00
Mark Fisher
875256f118
Added XmlPayloadMarshallingTransformer delegating to a Spring OXM Marshaller and/or Unmarshaller (INT-109).
2008-06-24 19:23:30 +00:00
Mark Fisher
59d5e92c82
Added new 'org.springframework.integration.xml' module (INT-265).
2008-06-24 18:17:56 +00:00
Mark Fisher
161e7d1933
Added the 'request-callback' attribute for the <ws-handler/> element. The provided bean reference will be set as the 'requestCallback' property of the handler (INT-257).
2008-06-24 16:22:41 +00:00
Mark Fisher
e24fe02cf0
Added MessageStoringInterceptor (INT-264).
2008-06-24 15:26:24 +00:00
Marius Bogoevici
490a3d9951
Adds support for an <interceptor/> sub-element of <message-bus/>
2008-06-22 17:36:45 +00:00
Jonas Partner
f3d2c23069
increased timeout on failing tests
2008-06-20 15:16:19 +00:00
Jonas Partner
77faf4fe5e
fixed bug in stack security strategy which was not removing the context correctly
2008-06-20 14:56:20 +00:00
Jonas Partner
5c8e41c54a
removed Java 1.6 calls to pop and push
2008-06-20 14:29:56 +00:00
Jonas Partner
ad77d46d41
Added stack based context holder strategy to cope with direct channels
2008-06-20 11:16:26 +00:00
Marius Bogoevici
deff988c74
Increased timeouts.
2008-06-20 04:39:29 +00:00
Ben Hale
83abe6a2f3
Updated project-build
2008-06-17 10:03:29 +00:00
Marius Bogoevici
3f584ea2b7
Adds a MessageBusInterceptor
2008-06-17 04:52:23 +00:00
Marius Bogoevici
4e523b00ba
Adding a specific test demonstrating the usage of <message-bus channel-factory="..."/> and <channel-factory .../>
2008-06-16 14:13:41 +00:00
Marius Bogoevici
1d7d9046ae
http://jira.springframework.org/browse/INT-253
...
Reply-channel on a <gateway/> is now optional. If absent, a temporary RendezvousChannel will be created for this particular invocation (default bevaviour of the underlying RequestReplyTemplate).
Also, a small fix for the corner case when a method like void doNothing() is called. In this case, nothing happens.
2008-06-09 20:27:55 +00:00
Mark Fisher
f3d13ebf8f
Added RegexPatternFilenameFilter (INT-252).
2008-06-09 18:11:00 +00:00
Marius Bogoevici
21b0ac9264
http://jira.springframework.org/browse/INT-251
...
FileSource now uses a Resource, which must point to a directory.
For namespace support, in order to simplify configuration, if the value provided in the 'directory' attribute of <file-source/> not a URL nor a 'classpath:' value, the parser will force the 'file:' prefix by default.
2008-06-09 03:32:15 +00:00
Mark Fisher
7bb68b4033
Added org.springframework.util to the manifest template.
2008-06-06 12:36:01 +00:00
Mark Fisher
18e7304d89
Updated manifest template for proper versioning of Spring Security dependencies.
2008-06-06 12:29:08 +00:00
Mark Fisher
eb369c80b0
Incorporated the 'org.springframework.integration.security' project into the build.
2008-06-06 00:15:14 +00:00
Mark Fisher
3fbea1d1b4
Added svn:ignore for 'target'.
2008-06-06 00:06:47 +00:00
Mark Fisher
352a3f6c29
Added support for secured channels and SecurityContext propagation within messages (INT-117).
2008-06-06 00:05:07 +00:00
Mark Fisher
0300168c82
Adding support for secured channels.
2008-06-05 23:57:49 +00:00
Mark Fisher
722b9c4f1c
Added initial support for the MessageTransformer strategy and the @Transformer method-level annotation. Also added the PayloadTransformerAdapter implementation (INT-6).
2008-06-05 04:48:03 +00:00
Mark Fisher
bd39e93257
Formatting.
2008-06-04 11:00:51 +00:00
Ben Hale
1db7d245eb
Upgrade for spring-build. Removal of fixed manifests in lieu of bundlor templates
2008-06-04 10:05:57 +00:00
Mark Fisher
00ef0b7fd5
MessageBus had auto-startup="false" in the OddEvenDemo. Now it auto-starts.
2008-06-04 03:57:25 +00:00
Marius Bogoevici
07cb2e6d98
Fixes INT-243 - update samples
2008-06-04 03:35:19 +00:00
Marius Bogoevici
0f64b81180
Fixes INT-24 (resequencer) by adding a <resequencer/> namespace element.
2008-06-04 02:34:14 +00:00
Mark Fisher
bfabc1a14b
Added namespace support for 'file-filter' and 'filename-filter' properties of FileSource (INT-242).
2008-06-03 17:13:39 +00:00
Ben Hale
6334aedfe1
Updated spring-build
2008-06-03 07:51:31 +00:00
Marius Bogoevici
eaeaa14a41
Partial fix for INT-24 (add resequencer). A namespace element needs also to be created.
2008-06-03 03:42:57 +00:00
Mark Fisher
9567dc513d
JmsGateway now supports configuration of the 'transactionManager' to be set on the MessageListener container, and the <jms-gateway/> element now accepts a "transaction-manager" attribute for the bean reference (INT-237).
2008-06-02 19:24:00 +00:00
Mark Fisher
aab138cb10
MessageBus now recognizes MessagingGateway implementations within the ApplicationContext, and if a gateway also implements Lifecycle (e.g. JmsGateway), that lifecycle can now be managed by the MessageBus (INT-237).
2008-06-02 18:54:51 +00:00
Mark Fisher
6fe0e44331
MessagingAnnotationPostProcessor avoids null target class (INT-239).
2008-06-02 18:07:49 +00:00
Mark Fisher
c28a4bc448
Intercepting toString method invocation for gateway proxy (related to INT-239).
2008-06-02 17:41:48 +00:00
Marius Bogoevici
af259f40f9
fixes INT-236 - aggregation continues after completion
2008-06-02 04:00:44 +00:00
Mark Fisher
66147a71ab
Now propagating the 'correlationId' on the aggregation result Message's header.
2008-05-31 14:34:49 +00:00