I&#39;m trying to reverse engineer an application using seam-gen generate-entities from a mysql database and get some errors that&#39;s related to the column types.<br><br>The database is generated from a Hibernate based webapplication or EJB3 based application. (I&#39;m trying two different applications).
<br><br>I get errors like:<br><br>&quot;Wrong column type: description, expected: varchar(65535)&quot; if the property is a string with type = &quot;text&quot;<br><br>So what is mapped like this in the original hibernate project:
<br>@Type(type=&quot;text&quot;)<br><br>can&#39;t be reverse engineered back to the same type.<br><br>Any ideas on how to proceed / avoid these column type problems.<br><br clear="all"><br>-- <br>&nbsp;&nbsp;Morten Matras<br>&nbsp;&nbsp;Udviklingschef
<br>&nbsp;&nbsp;GAMP media og Blob Communication ApS<br>&nbsp;&nbsp;Vindegade 99-103<br>&nbsp;&nbsp;5000 Odense C<br>&nbsp;&nbsp;Tlf: 61711103<br>&nbsp;&nbsp;E: <a href="mailto:morten@gampmedia.dk">morten@gampmedia.dk</a><br><br>&nbsp;&nbsp;T: 76 654321<br>&nbsp;&nbsp;W: <a href="http://www.blobcom.com">
www.blobcom.com</a><br>&nbsp;&nbsp;E: <a href="mailto:morten@blobcom.com">morten@blobcom.com</a>