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#4033468

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033468
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to