Andy Gumbrecht commented on Bug HHH-8296

Modifying LobTest.java in hibernate-orm to:

//entity.setLobValue(session.getLobHelper().createBlob(new byte[9999]));
entity.setLobValue(session.getLobHelper().createBlob(new byte[]

{0}

));

May reproduce the issue... not been able to verify due to gradle requirement, but working on it now.

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