Skip to content

Stored Procedure Channel Adapter Add Schema [INT-3348] #7317

Open
@spring-operator

Description

@spring-operator

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions