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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to