Vadim Kopichenko commented on Bug HHH-5255

Under JBoss 4.2.3.GA and Hibernate 3.2.4.sp1 and Oracle JDBC Driver 11.1.0.6.0 we tried to enable lazy blob loading with just lazy="true" in hibernate-mapping with org.hibernate.tool.instrument.javassist.InstrumentTask and no additional annotations in entity class but ran into this issue.
Then just adding jpa annotations @Lob @Basic(fetch = FetchType.LAZY) on byte[] entity fields (not methods) resolved the problem.

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