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.

RE: How to use namespace when calling queryForObject() ?

2009-05-27 Thread Ejaz X Mohammed
I got it ... useStatementNamespaces="true" Ejaz From: Ejaz X Mohammed Sent: Wednesday, May 27, 2009 8:16 PM To: 'user-java@ibatis.apache.org' Subject: How to use namespace when calling queryForObject() ? Hello, How do I use namespace when calling a statement? I get this error ... Exception i

How to use namespace when calling queryForObject() ?

2009-05-27 Thread Ejaz X Mohammed
Hello, How do I use namespace when calling a statement? I get this error ... Exception in thread "main" com.ibatis.sqlmap.client.SqlMapException: There is no statement named EventRequest.insertEventRequest in this SqlMap. But I've defined insertEventRequest in EventRequest map xml file .. And

Re: Ibatis and Apatar

2009-05-27 Thread Clinton Begin
Of course. You should start with the docs On Wed, May 27, 2009 at 3:27 PM, SMe Software - Rocky < rcastan...@smartermanager.com> wrote: > Is there a possibility they can be used altogether in one application? > > Clinton Begin wrote: > >> Nope, they're completely different. Read the docs fo

Re: Ibatis and Apatar

2009-05-27 Thread SMe Software - Rocky
Is there a possibility they can be used altogether in one application? Clinton Begin wrote: Nope, they're completely different. Read the docs for each and you'll see the differences. In a nutshell, iBATIS is a framework for building applications. Apatar is a tool for integrating system data

Re: Ibatis and Apatar

2009-05-27 Thread Clinton Begin
Nope, they're completely different. Read the docs for each and you'll see the differences. In a nutshell, iBATIS is a framework for building applications. Apatar is a tool for integrating system databases. Clinton On Wed, May 27, 2009 at 1:17 PM, SMe Software - Rocky < rcastan...@smartermanager

Ibatis and Apatar

2009-05-27 Thread SMe Software - Rocky
Hi, How do we distinguish Ibatis from Apatar? Do they fall on the same category? rocky