fixed it myself... since i only need to read values from the table i changed tehe column annotation to
@Column(insertable=false, updatable=false) not being able to insert or update must switch the column type check off :) -- View this message in context: http://www.nabble.com/Geronimo---MySQL---Column-types-tp22074895s134p22077755.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
