INT-2728 Stored Proc Fix Missing Schema Attribute
INT-2728 - Stored Proc - Add 'return-value-required' attribute * For Stored Procedure Inbound Channel Adapter: Add 'return-value-required' attribute * Add tests For reference: https://jira.springsource.org/browse/INT-2728 INT-2878 Polishing Add a default false assertion to the parser tests.
This commit is contained in:
committed by
Gary Russell
parent
bc51c86a21
commit
731b338c84
@@ -906,6 +906,7 @@
|
||||
is-function="false"
|
||||
max-rows-per-poll="" ]]><co id="sp-inbound-xml02-co" linkends="sp-inbound-xml02" /><![CDATA[
|
||||
skip-undeclared-results="" ]]><co id="sp-inbound-xml03-co" linkends="sp-inbound-xml03" /><![CDATA[
|
||||
return-value-required="false" ]]><co id="sp-inbound-xml04-co" linkends="sp-inbound-xml04" /><![CDATA[
|
||||
<int:poller/>
|
||||
<int-jdbc:sql-parameter-definition name="" direction="IN"
|
||||
type="STRING"
|
||||
@@ -951,6 +952,13 @@
|
||||
<emphasis>Optional</emphasis>.
|
||||
</para>
|
||||
</callout>
|
||||
<callout arearefs="sp-inbound-xml04-co" id="sp-inbound-xml04">
|
||||
<para>
|
||||
Indicates whether this procedure's return value
|
||||
should be included. Since <emphasis>Spring Integration 3.0.</emphasis>
|
||||
<emphasis>Optional</emphasis>.
|
||||
</para>
|
||||
</callout>
|
||||
</calloutlist></para>
|
||||
<note>
|
||||
When you declare a Poller, you may notice the Poller's
|
||||
@@ -972,7 +980,6 @@
|
||||
id=""
|
||||
ignore-column-meta-data="false"
|
||||
order="" ]]><co id="sp-outbound-xml02-co" linkends="sp-outbound-xml02" /><![CDATA[
|
||||
return-value-required="false" ]]><co id="sp-outbound-xml03-co" linkends="sp-outbound-xml03" /><![CDATA[
|
||||
sql-parameter-source-factory=""
|
||||
use-payload-as-parameter-source="">
|
||||
<int:poller fixed-rate=""/>
|
||||
@@ -999,13 +1006,6 @@
|
||||
<emphasis>Optional</emphasis>.
|
||||
</para>
|
||||
</callout>
|
||||
<callout arearefs="sp-outbound-xml03-co" id="sp-outbound-xml03">
|
||||
<para>
|
||||
Indicates whether this procedure's return value
|
||||
should be included.
|
||||
<emphasis>Optional</emphasis>.
|
||||
</para>
|
||||
</callout>
|
||||
</calloutlist></para>
|
||||
</section>
|
||||
<section id="stored-procedure-outbound-gateway">
|
||||
|
||||
Reference in New Issue
Block a user