Tuesday, May 29, 2007

mysql longtext and seam

If you are working with seam and one of the columns in your tables is of the longtext type.

Make sure you set uncomment this line out inside your persistence-prod.xml



This will allow your EJB3s to deploy correctly when working with the long text type.

No comments: