You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Lucy Cameron <ca...@googlemail.com> on 2009/02/16 22:26:21 UTC

DBUTILs Problem with BasicRowProcessor

I'm having an issue using DBUtils BasicRowProcessor. I'm trying to use the
method  toBeanList(ResultSet rs, Class type). The sybase stored procedure
that provides the resultset uses aliases however it would appear that these
aliases aren't getting picked up in order to be mapped to the java bean.
Withnin the mapColumnsToProperties method
the column names are the actual column names rather than that alias.
Anyone know what i'm doing wrong ?

Thanks,