Beanutils: cannot copy a Timestamp attribute when it is null

2004-12-15 Thread Alin Dosoniu
Hi, I have a bean with an attribute with java.sql.Timestamp type. Using BeanUtils.copyProperties method I get org.apache.commons.beanutils.ConversionException: No value specified at org.apache.commons.beanutils.converters.SqlTimestampConverter.convert(SqlTimestampConverter.java:103) at org.a

Fw: Beanutils: cannot copy a Timestamp attribute when it is null

2004-12-15 Thread Alin Dosoniu
I made more investigations and found out that the PropertyUtils.copyProperties is working fine even when the Timestamp attribute has the null value. Alin. Hi, I have a bean with an attribute with java.sql.Timestamp type. Using BeanUtils.copyProperties method I get org.apache.commons.beanu