From e40831e2adc49b894db8ba33494711e87b14dd9e Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 21 Nov 2011 13:43:09 -0500 Subject: [PATCH] polishing --- docs/src/reference/docbook/jdbc.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/src/reference/docbook/jdbc.xml b/docs/src/reference/docbook/jdbc.xml index 931a99431a..cfde9d9106 100644 --- a/docs/src/reference/docbook/jdbc.xml +++ b/docs/src/reference/docbook/jdbc.xml @@ -455,7 +455,7 @@ don't have to specify the Stored Procedure parameter definitions. Instead, those parameters can be automatically derived from the JDBC Meta-data. However, if you are using databases that are not - fully support, you must set those parameters explicitly using the + fully supported, you must set those parameters explicitly using the sql-parameter-definition sub-element. @@ -509,7 +509,7 @@ poller - Allows you to configure Message Poller if this endpoint is a + Allows you to configure a Message Poller if this endpoint is a PollingConsumer Optional. @@ -553,7 +553,7 @@ id, name and description. We also use a fully supported - database. In that case the following configuration for an Stored + database. In that case the following configuration for a Stored Procedure Oubound Adapter will be sufficient: JdbcTemplate. - Only few developers will probably ever like to process + Few developers will probably ever want to process update counts, thus the value defaults to true. Optional. @@ -667,7 +667,7 @@ is connected as a subscriber to a channel. This is particularly relevant when that channel is using a failover dispatching strategy. - It has no effect, when this endpoint itself is a + It has no effect when this endpoint itself is a Polling Consumer for a channel with a queue. Optional. @@ -725,8 +725,8 @@ Allows you to specify how long this gateway will wait for the reply message to be sent successfully before throwing an exception. Keep in mind that when sending - to a DirectChannel (The invocation - will occur in the sender's thread.) the failing of the + to a DirectChannel, the invocation + will occur in the sender's thread so the failing of the send operation may be caused by other components further downstream. @@ -758,7 +758,7 @@ JdbcTemplate. - Only few developers will probably ever like to process + Few developers will probably ever want to process update counts, thus the value defaults to true. Optional.