From 8630a10d23bff292209b529e379773701c8f3d0b Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 10 Jan 2011 19:38:54 -0500 Subject: [PATCH] INT-1726 added auto-startup attribute to JDBC outbound adapter/gateway --- .../config/spring-integration-jdbc-2.0.xsd | 21 ++++++++++++++++--- ...cOutboundGatewayWithPollerTest-context.xml | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/spring-integration-jdbc/src/main/resources/org/springframework/integration/jdbc/config/spring-integration-jdbc-2.0.xsd b/spring-integration-jdbc/src/main/resources/org/springframework/integration/jdbc/config/spring-integration-jdbc-2.0.xsd index b2cb6c95f0..fec375f0cc 100644 --- a/spring-integration-jdbc/src/main/resources/org/springframework/integration/jdbc/config/spring-integration-jdbc-2.0.xsd +++ b/spring-integration-jdbc/src/main/resources/org/springframework/integration/jdbc/config/spring-integration-jdbc-2.0.xsd @@ -199,9 +199,6 @@ Flag to say that the poller should start automatically on startup (default true). - - - @@ -295,6 +292,15 @@ + + + + + Flag to say that the poller should start automatically on startup (default true). + + + + @@ -408,6 +414,15 @@ + + + + + Flag to say that the poller should start automatically on startup (default true). + + + + diff --git a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/config/JdbcOutboundGatewayWithPollerTest-context.xml b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/config/JdbcOutboundGatewayWithPollerTest-context.xml index c66b437342..295c01acfc 100644 --- a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/config/JdbcOutboundGatewayWithPollerTest-context.xml +++ b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/config/JdbcOutboundGatewayWithPollerTest-context.xml @@ -19,7 +19,7 @@ + request-channel="target" reply-channel="output" data-source="dataSource" auto-startup="true">