[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

saeediqbal1 do-not-reply at jboss.com
Sat Feb 17 20:17:17 EST 2007


Correction. the above error is this 

operator == is undefined for the argument type(s) int,null


why does it consider null when we explicitly state the return value to be not null like here

	@Column(name = "id", nullable = false)
  | 	@NotNull
  | 	public int getId() {
  | 		return this.id;
  | 	}
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018352#4018352

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018352



More information about the jboss-user mailing list