Hello, I have an entity with an attribute "description" of type BLOB but is represented in java as a java.lang.String. while trying to save that entity, I get this error: org.h2.jdbc.jdbcsqlexception hexadecimal string with odd number of characters
Any Idea?
