Please, post message to the root of the forum, rather as a reply to another
post.

For date usage try:
    @Column(nullable=false, name="date_starts")
    @DateBridge(resolution= Resolution.MINUTE)
    public Date getDateStarts() {
        return dateStarts;
    }



parthiban.subramaniam wrote:
> 
> Just ran this command,
> the generated is fantastic, a small issue, i have a date column in one of
> the model object that i use, the sample data that gets generated is of
> type
> string, am i missing anything here?
> 
> here is my annotation configuration for this column
> 
>  @Basic
>     @Temporal(TemporalType.DATE)
>     public Date getLastUpdate() {
>         if (lastUpdate == null) lastUpdate = new Date();
>         return lastUpdate;
>     }
> 
> 
> appreciate your help
> 
> Regards,
> Parthi
> 
> 
> This message and any attachments (the "message") is 
> intended solely for the addressees and is confidential. 
> If you receive this message in error, please delete it and
> immediately notify the sender. Any use not in accord with
> its purpose, any dissemination or disclosure, either whole
> or partial, is prohibited except formal approval. The internet
> can not guarantee the integrity of this message.
> BNP PARIBAS (and its subsidiaries) shall (will) not
> therefore be liable for the message if modified. 
> 
> **********************************************************************************************
> 
> BNP Paribas Private Bank London Branch is authorised
> by CECEI & AMF and is regulated by the Financial Services
> Authority for the conduct of its investment business in
> the United Kingdom.
> 
> BNP Paribas Securities Services London Branch is authorised 
> by CECEI & AMF and is regulated by the Financial Services 
> Authority for the conduct of its investment business in 
> the United Kingdom.
>   
> BNP Paribas Fund Services UK Limited is authorised and 
> regulated by the Financial Services Authority
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/webtest-cant-verify-dhtml---tf3864398s2369.html#a10948083
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to