I am running an JSF application on Tomcat 7 and jdk 6 and using DB2 9.7 as database. I am getting following error:
com.ibm.db2.jcc.am.SqlException: [jcc][t4][10120] [10898][4.11.77] Invalid operation: result set is closed. ERRORCODE=-4470, SQLSTATE=null
I came to know if I set 'allowNextOnExhaustedResultSet' property to 1, the prolem gets resolved. Could you tell me how and where I can set this property?
Chinmoy