Hello everyone, I have a property in my object of type java.util.Date which is mapped to DATE type (or TIMESTAMP) into repository.xml. Corresponding database field is of type Timestamp, it's nullable and doesn't have default value. The problem is that when I set this property to null and persist the object I end up having current date (and time) in database and that's not expected behaviour. Dumb implementation of FiledConversion that returns null without any logic didn't help.
Any help would be greatly appreciated. Thanks, Yuriy Zubarev __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus – Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>