Change By: Brett Meyer (10/Sep/12 9:51 AM)
Description: https://hudson.jboss.org/hudson/job/hibernate-core-master-matrix/lastCompletedBuild/database=sybase155,jdk=java17_default,label=hibernate/testReport/org.hibernate.test.annotations.lob/SerializableToBlobTypeTest/testPersist/

The Sybase
 dialect  schema generated correctly  maps BLOBs to images -- Sybase does not support BLOB types.

SerializableToImageType However, the dialect  is not  used anywhere.  All serializables use the SerializableToBlobType  using getSqlTypeDescriptorOverride ,  causing the JDBC error on the CI link above  so all @Lob fields are still attempting to use getBlob .
Summary: SerializableToImageType ignored for Sybase  dialects  not supporting  attempting to use  BLOB  types
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira