Jacek Laskowski-4 wrote: > > On 4/13/07, armad <[EMAIL PROTECTED]> wrote: > >> I can't send you the application :( > > Is there a way to trim the application so that the issue still exists, > but you don't need to share the whole app? It would be of great help > if we reproduced the issue. > >
Ok, below is my Operator class : --- ... @Entity public class Operator implements Serializable { static final long serialVersionUID = 0L; @Id @GeneratedValue(strategy = GenerationType.AUTO) private long id; private String firstName; private String secondName; private String surname; private String pesel; @Temporal(value = TemporalType.DATE) private Date beginDate; @Temporal(value = TemporalType.DATE) private Date endDate; @Temporal(value = TemporalType.DATE) private Date entryDate; ... --- If You would like to see other files please inform me. regards, armad -- View this message in context: http://www.nabble.com/%28No%29existing-table-in-SQL-server-tf3565587.html#a9987621 Sent from the open-jpa-dev mailing list archive at Nabble.com.