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,
