From b261da84c64ef37a6c39d6fa91f6723a462de411 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Thu, 28 Oct 2010 12:26:38 -0400 Subject: [PATCH] documentation update for control-bus element in XSD --- .../integration/config/xml/spring-integration-2.0.xsd | 7 +++---- 1 file changed, 3 insertions(+), 4 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 5c1c34b30e..8c035784a2 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 @@ -2622,10 +2622,9 @@ The list of component name patterns you want to track (e.g., tracked-components - Control bus that accepts messages in the form of Groovy scripts. The scripts should be provided as - String payloads - in incoming messages. Scripts can refer to beans in the context using the standard @beanName - convention. + Control bus that accepts messages in the form of SpEL expressions. The expressions should be provided + either as Expression or String payloads (that can be parsed into valid Expressions). in incoming messages. + The expressions can refer to beans in the context using the standard @beanName convention.