From d68c9ba12b75a310359efdb93aad3cfa9edebec5 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 15 Oct 2010 10:39:22 -0400 Subject: [PATCH] INT-1121 The 'messageStore' bean name is now the default reference for Claim Check transformers --- .../config/xml/spring-integration-2.0.xsd | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd b/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd index 87f42e81e6..5092eb2ae1 100644 --- a/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd +++ b/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd @@ -1718,8 +1718,7 @@ Defines a Transformer that stores a Message and returns a new Message whose - payload is the id of - the stored Message. + payload is the id of the stored Message. @@ -1728,10 +1727,8 @@ Defines a Transformer that accepts a Message whose payload is a UUID and - retrieves - the Message - associated with that id from a MessageStore if available - (else null). + retrieves the Message associated with that id from a MessageStore if + available (else null). @@ -1740,10 +1737,11 @@ - + Reference to the MessageStore to be used by this Claim Check transformer. + If not specified, the default reference will be to a bean named 'messageStore'.