INT-1535: add auto-startup to schema, plus test

This commit is contained in:
Dave Syer
2010-10-18 11:36:21 -07:00
parent a8bedeee38
commit ad044120fc
3 changed files with 35 additions and 0 deletions

View File

@@ -193,6 +193,18 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="auto-startup" type="xsd:string" default="true">
<xsd:annotation>
<xsd:appinfo>
<xsd:documentation>
Flag to say that the poller should start automatically on startup (default true).
</xsd:documentation>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.core.MessageChannel" />
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="update-sql-parameter-source-factory" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>