i had to change my model to get boolean values to work right, by specifying the
actual column type:
@Column(updatable = true, name = "featured_listing", columnDefinition =
"TINYINT")
public boolean isFeaturedListing() {
return featuredListing;
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093671#4093671
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093671
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user