[jboss-user] [JBoss Seam] - Re: -Seam-gen PropertyNotFoundException after generate-entit
nharrison
do-not-reply at jboss.com
Thu Nov 15 02:17:46 EST 2007
I've made further progress now. Here is what I've found.
1. MySQL "LONGTEXT" columns are not mapped correctly. The workaround is to add the following annotation
@Column(name = "Contents_Required", length=2147483647)
2. The error in my first post is solved by configuring the SApplicationsList EntityQuery object instead of using the generated EntityQuery subclass.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104853#4104853
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104853
More information about the jboss-user
mailing list