userx - 2006-11-07

Hi,

I am runnung latest ojdbc14.jar from oracle on Weblogic 8.1.
When I try to execute method that will return array for example:
AnyManager mgr = AnyManager.getInstance();
AnyBean[] rez = mgr.loadByWhere("where col1 is null");

I am getting exception:
java.sql.SQLException: [BEA][Oracle JDBC Driver]Unsupported method: ResultSet.absolute

Database is: Oracle Release 9.2.0.1.0
Please help.
Thanks you.