-
Task
-
Resolution: Done
-
Major
-
1.3.0.Final
-
None
See JBeret forum discussion thread for complete details:
https://developer.jboss.org/message/987283#987283
Need to investigate how to set the correct ResultSet scrollability property in JdbcItemReader for db2. Currently users can workaround by setting the following batch property within jdbcItemReader artifact:
<property name="resultSetProperties" value="resultSetType=TYPE_SCROLL_INSENSITIVE"/>
- relates to
-
JBERET-254 jdbcItemReader on DB2: this method should only be called on ResultSet objects that are scrollable (type TYPE_SCROLL_SENSITIVE or TYPE_SCROLL_INSENSITIVE
-
- Resolved
-
- links to