Subject | Re: ResultsetMetaData problem/bug? |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-04-30T21:48:33Z |
> I'm using the jakarta-commons beanutils to do ResultSet to BeanThis correct fix. Thanks! I applied your fix to the HEAD version in
> mapping. This relies heavily on the ResultSetMetaData, when it
> creates the bean the class type returned from the JayBird driver is
> java.lang.Long when the column type in Firebird is an INTEGER, but
> when you get the actual result its of type java.lang.Integer,
> causing a class cast exception.
> ...
> and everything worked. I don't know if that is a correct hack but it
> fixed my problem.
the CVS, it will appear in RC3.
Thanks!
Roman