Re: resultset access error

2009-05-28 Thread Bhaarat Sharma
my stack trace is: org.springframework.jdbc.InvalidResultSetAccessException: SqlMapClient operation; invalid ResultSet access for SQL []; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in securityexam.xml. --- The error occurred while executing query

Re: resultset access error

2009-05-27 Thread Sundar Sankar
My guess is that you are trying to access a column index (rs.get(index)) for something that doesn't exist. If you could send out what exactly you are doing and more pieces of your stacktrace, including an ORA #, that should help more. -Sundar On Wed, May 27, 2009 at 9:29 PM, Bhaarat Sharma wrote

resultset access error

2009-05-27 Thread Bhaarat Sharma
I am getting the following error: SqlMapClient operation; invalid ResultSet access for SQL []; nested exceptionCaused by: java.sql.SQLException: Invalid column index org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:518) All the resultmappings and parameter mappings are fine.