On Wed, 8 Sep 2010, joiny wrote:
> I defined a filed with "character" type,how to mapping this type to java.
> I hava used "char" ,"Character","String","Integer".they are all error.
>
>
> here is the Exception info
> "Caused by: java.lang.IllegalArgumentException: Can't change resolved type
> for param: 8 from 1043 to 1042
> at
> org.postgresql.core.v3.SimpleParameterList.setResolvedType(SimpleParameterList.java:230)
I believe this has already been fixed. Please try using a 8.4-702 driver:
http://jdbc.postgresql.org/download.html
Kris Jurka