[jboss-user] [JBoss Seam] - Re: BUG?

Seto do-not-reply at jboss.com
Wed Nov 1 00:03:14 EST 2006


In Article.java
	@Column(name = "click_count")
	private int click_count;

And the SQL is just "from Article article"

When the click_count is null in the database, the resultlist return null. When the click+count is 0 in the databse, the resultlist is normal.

So I judged it the problem of null int filed.

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

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



More information about the jboss-user mailing list