Gunnar Hillert opened INT-2582 and commented
The JPA Outbound Gateway currently has an attribute gateway-type. The type value will trigger different methods being called in the underlying JpaExecutor class. Each of those 2 method calls has (with overlap) a different set of attributes.
Therefore, in order to make the configuration much clearer, split the namespace definition into 2 components:
<int-jpa:updating-outbound-gateway />
Unique properties:
<int-jpa:retrieving-outbound-gateway />
Unique properties:
- deleteAfterPoll
- expectSingleResult
- deletePerRow
Affects: 2.2 M1
Sub-tasks:
Issue Links: