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 <[email protected]> wrote: > 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. > > can the 'invalid resultset access for sql' mean that the user id i am using > to connect to the DB doesnt have rights to execute this stored procedure? > > I am doing this in oracle.. > > >
