I have already implemented all java beans with SqlArrayAdapter,IntArray and
IntArrayTypeHandler..But iam still facing the same problemActually i had
implemented my project using spring mvc with iBatis..I think spring MVC
problem...
I again mention that particular error as followsAny body
Clinton Begin wrote:
List selectList(String statement, Object parameter, RowBounds rowBounds)
void select(String statement, Object parameter, RowBounds rowBounds,
ResultHandler handler)
These methods used to take two int params to define the OFFSET and LIMIT
for limiting the rows that wer
I've been using Spring 2.5 and iBatis 2.3 to connect to Oracle 10g.
I'm testing our move to Oracle 11g RAC. In the RAC setup, some of my apps
use one service and others use a different service. So I need to use 2
different connection strings to connect to the DB.
For example, currently the conne
I'm using iBatis for database access and frequently have problems with
connections not being closed. Here is a copy of my sqlMapConfig file:
http://www.ibatis.com/dtd/sql-map-config-2.dtd";>