RE: IBatis Array feild insertion problem in postgres database()Please help me)

2009-10-11 Thread jishnu123
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

Re: Advance Warning: API Change in iBATIS 3 Beta 4

2009-10-11 Thread Guy Rouillier
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

How to configure SqlMapClient for multiple Oracle RAC services?

2009-10-11 Thread gunacesun_ibatis
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

Database Connections Not Closing

2009-10-11 Thread jborland
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";>