Re: Commons BeanUtils: RowSetDynaClass.setUseColumnLabel() useless?

2009-12-12 Thread El Tonno
Niall Pemberton wrote: Its a bug, can you create a bug report please: https://issues.apache.org/jira/browse/BEANUTILS-371 created - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-

Re: Commons BeanUtils: RowSetDynaClass.setUseColumnLabel() useless?

2009-12-11 Thread El Tonno
Shameless self-bump... El Tonno wrote: Hello, Just a quick question. about Jakarta Commons BeanUtils 1.8.2 (the latest) I have to slurp a ResultSet into a RowSetDynaClass, but I have to use the JDBC column labels instead of the JDBC column names. It seems that the instance method

Commons BeanUtils: RowSetDynaClass.setUseColumnLabel() useless?

2009-12-04 Thread El Tonno
Hello, Just a quick question. about Jakarta Commons BeanUtils 1.8.2 (the latest) I have to slurp a ResultSet into a RowSetDynaClass, but I have to use the JDBC column labels instead of the JDBC column names. It seems that the instance method RowSetDynaClass.setUseColumnLabel() is what I wa