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

2009-10-26 Thread jishnu123
Dear Ingmar Lötzsch, Thank you very much.I have solved that problem.The problem was IntArrayTypeMapper bean problem.The exact code you have mention previous mailI had to change IntArrayTypeMapper through Collection instead of int[] keys = (int[]) parameter;..Then its working fine

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

2009-10-26 Thread jishnu123
I have uploaded the detailed list of my http://www.nabble.com/file/p26058747/SourceCodelist SourceCodelist source code jishnu123 wrote: > > > Dear Ingmar Lötzsch, > > > Still, I am facing the problem for inserting array field > through iBatis..

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

2009-10-26 Thread jishnu123
actual value of kmsgroupactive during excution? > > Set a breakpoint in your DAO and inspect the parameters. > > Seems your problem is not related to the array. > > jishnu123 schrieb: >> >> Hai, >> >> Thank you for your replyI got exception det

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

2009-10-13 Thread jishnu123
bad > practice to intermingle HTML and Java code. > > When plain JDBC works, make a test with iBATIS only. When this works, > make a test with Spring and iBATIS out of the webapp. When this works, > test your webapp. > > Ingmar > > jishnu123 schrieb: >> Dear Ingma

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

2009-10-12 Thread jishnu123
System.out.println(rows); > pstmt.close(); > con.close(); > } > catch (Exception e) > { > e.printStackTrace(System.out); > } > } > } >

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

2009-10-11 Thread jishnu123
erFormatException NF_Ex) > { > } > out.append((char) this_char); > } > } > > public static String getHexString(Vector vector) throws Exception > { > > String result

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

2009-10-08 Thread jishnu123
urn array; > } > > public Object valueOf(String string) > { > return string; > } > } > > 4th: add the type handler to your configuration >type="com.asci.common.ibatis.IntArrayTypeHandler" /> > > 5th: SQL map

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

2009-10-08 Thread jishnu123
Hai, I have to tried insertion of array feild in postgres database using spring mvc with iBatis.I got two lines error ...like Error as follows... [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - [org.springframework.jdbc.support.