[jboss-user] [JBoss Seam] - Re: Clob and converter/validation

mheidt do-not-reply at jboss.com
Thu Oct 25 13:17:45 EDT 2007


Ok, I found the solution.

The description field needs to be defined like follows


  | @Lob
  | @Column(name = "Description")
  | public String getDescription() {
  | 	return this.description;
  | }
  | 

and not by using the type Clob.

I'm not quite sure, but I think that seam-gen generated it the wrong way.


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

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



More information about the jboss-user mailing list