> What EJB annotations are you using?
nothing special ..
@Entity
@Table(name = "TABLENAME")
...
@Column(name = "COLUMN1", nullable = false)
private String column1;
...
I have tried to add "length = 35" but this doesnt change anything
[Message sent by forum member 'vjordan' (vjordan)]
http://forums.java.net/jive/thread.jspa?messageID=232957