NEVERMIND!  It does work now!

Thank you SO MUCH.  This was too simple for me to be stuck on for so long!

-Scott



                                                                           
             Pinaki Poddar                                                 
             <[EMAIL PROTECTED]                                             
             rg>                                                        To 
                                       [email protected]            
             10/30/2008 03:29                                           cc 
             PM                                                            
                                                                   Subject 
                                       Re: Timestamp always returns null   
             Please respond to                                             
             [EMAIL PROTECTED]                                             
                  che.org                                                  
                                                                           
                                                                           
                                                                           





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.



Reply via email to