The following code seems to be the cause:
> public void setValueChangeDate(Timestamp date) {
> //
> }
How about the following instead?
public void setValueChangeDate(Timestamp date) {
this.valueChangeDate = date;
}
--
View this message in context:
http://n2.nabble.com/Timestamp-always-returns-null-tp1400326p1400376.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.
