İSMAİL ÖZEREN

notebook

İPhone kamera testi

Mapping Timestamp Column and rich:calender usage in Jboss Seam

When you generate entities with using reverse engineering tools first problem you will probably face is wrong type mappings. With seam 2.2.2 and eclipse indigo with jboss tools generates TIMESTAMP columns with Serializable type first fix this.   To use rich:calender map the column :   @Temporal(TemporalType.TIMESTAMP) @Column(name="CREATE_DATE", nullable=false) @NotNull public Date getCreateDate() { return [...]

, , , , ,