diff --git a/spring-integration-gemfire/src/main/resources/org/springframework/integration/gemfire/config/xml/spring-integration-gemfire-4.0.xsd b/spring-integration-gemfire/src/main/resources/org/springframework/integration/gemfire/config/xml/spring-integration-gemfire-4.0.xsd
index 38511a77b7..e09f207d0d 100644
--- a/spring-integration-gemfire/src/main/resources/org/springframework/integration/gemfire/config/xml/spring-integration-gemfire-4.0.xsd
+++ b/spring-integration-gemfire/src/main/resources/org/springframework/integration/gemfire/config/xml/spring-integration-gemfire-4.0.xsd
@@ -205,7 +205,8 @@
diff --git a/src/reference/docbook/gemfire.xml b/src/reference/docbook/gemfire.xml
index 5594c29c48..76883726e9 100644
--- a/src/reference/docbook/gemfire.xml
+++ b/src/reference/docbook/gemfire.xml
@@ -46,7 +46,12 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/gemfire
which can contain a comma separated list of event types for which a message will be produced on the input channel. By default CREATED and UPDATED are enabled.
Note that this adapter conforms to Spring integration conventions.
If no channel attribute is provided, the channel will be created from the id attribute. This adapter also supports an error-channel.
- If expression is not provided the message payload will be a GemFire EntryEvent
+ The GemFire EntryEvent
+ is the #root object of the expression evaluation.
+ Example:
+ If the expression attribute is not provided, the message payload will be the GemFire
+ EntryEvent itself.