What could be wrong here?
@Column(name = "eventType", nullable = false, length = 6)
| @NotNull
| @Length(max = 6)
| public String geteventType() {
| return this.eventType;
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033468#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...