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..
