|
From: Peter S. <co...@pe...> - 2007-11-15 10:10:22
|
Hi, I've done the following to obtain better ejb3 compliance: - Date fields are annotated with @TemporalI(DATE) annotation. - @Transient only applies to getters - @Column annotation should never be on setters - Columns that are refered twice are always annotated with column name (since toplink seems confused about lower/upper case) I'm in the process of building a test case and also a project to use when working - that can run entirely in netbeans - using javadb and live datafeed from noaa airport info. Purpose is also to be able to test new functionality (e.g. the media columns by roberto) more easier (so that I don't have to do so much configuration when there are updates)... Very soon I will point you to the new test case - which we also can use as a working platform.. cheers, Peter |