Open
Description
Emil Glatz opened INT-3348* and commented
I need to be able to specify the schema in a stored procedure channel adapter. For example:
<jdbc:stored-proc-outbound-channel-adapter data-source="dataSource" channel="splitCjisJobs"
stored-procedure-name="PRC_GET_CJIS_DATA" auto-startup="true" schema="SCHEMA">
<jdbc:parameter name="AUDIT_ID" expression="payload"/>
</jdbc:stored-proc-outbound-channel-adapter>
Reference URL: https://stackoverflow.com/questions/44787659/how-to-specify-schema-name-in-int-jdbcstored-proc-outbound-gateway