typecast exception - Mailing list pgsql-bugs

From beulah prasanthi
Subject typecast exception
Date
Msg-id 70c5fd1a1002220350s6791ed2t7348797d8137510a@mail.gmail.com
Whole thread Raw
List pgsql-bugs
Helo
     I am working on spring project with postgres 8.4
i wrote a function in postgrees which i am passing the argument email
email[] array
From front end we need to insesrt data into that emailarray .so i used
java.arraylist.util
while i am running i got the following error Please help me

error:
org.postgresql.util.PSQLException: Cannot cast an instance of
java.util.ArrayList to type Types.ARRAY

pgsql-bugs by date:

Previous
From: beulah prasanthi
Date:
Subject: TypeCast: util.list to array type
Next
From: beulah prasanthi
Date:
Subject: typecast exception