Re: [TOMCAT-JDBC] rs.absolute() throws "Invalid operation for forward only resultset: absolute"

2016-09-08 Thread Mohamad Abbas
I've created Bug 60099 <https://bz.apache.org/bugzilla/show_bug.cgi?id=60099> 2016-09-08 17:20 GMT+02:00 Christopher Schultz <ch...@christopherschultz.net >: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mohamad, > > On 9/8/16 4:20 AM, Mohamad Abbas

Re: [TOMCAT-JDBC] rs.absolute() throws "Invalid operation for forward only resultset: absolute"

2016-09-08 Thread Mohamad Abbas
The ojdbc7-12.1.0.2.0 support TYPE_SCROLL_INSENSITIVE. I already made the test by calling only the second method who creates a Statement with a SCROLL_INSENSITIVE type, and it worked. Regards, 2016-09-08 11:29 GMT+02:00 Terence M. Bandoian <tere...@tmbsw.com>: > On 9/8/2016 3:20 AM

[TOMCAT-JDBC] rs.absolute() throws "Invalid operation for forward only resultset: absolute"

2016-09-08 Thread Mohamad Abbas
Hello, I am working on a legacy web application running on a tomcat 8.0.37, and i am getting an error "Invalid operation for forward only resultset: absolute" when trying to use an InsensitiveScrollableResultSet (to paginate results). To make it simple and reproduce the problem i've created a