Skip to content

Jdbc Outbound Gateway - XSD Schema does not declare attribute "max-rows-per-poll" [INT-2246] #6228

@spring-operator

Description

@spring-operator

Gunnar Hillert opened INT-2246 and commented

The "max-messages-per-poll" needs to be added to the Jdbc Outbound Gateway.

To reproduce:

  1. Execute Update (Insert into ...)
  2. Use a select query to get some values.
    • in this particular instance an implicit "JdbcPollingChannelAdapter" is instantiated
    • with setMaxRowsPerPoll(1);
  3. However, I need more than one row returned
  4. There is a method setMaxRowsPerPoll(int maxRows);
  5. JdbcOutboundGatewayParser has IntegrationNamespaceUtils.setValueIfAttributeDefined(builder, element, "max-messages-per-poll");

BUT

  1. XSD Schema does not declare attribute "max-messages-per-poll"

Affects: 2.1 M3

Issue Links:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions