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.