Subject Re: ResultsetMetaData problem/bug?
Author Roman Rokytskyy
> I'm using the jakarta-commons beanutils to do ResultSet to Bean
> 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.

This correct fix. Thanks! I applied your fix to the HEAD version in
the CVS, it will appear in RC3.

Thanks!
Roman