hbf <[email protected]> writes: > Dear list, > > I need to store a long text in a field of my entity and have run into a > problem: When my app was under load it threw the exception pasted below. I > use the following mapping, which uses CLOB as indicated at > http://opensource.atlassian.com/projects/hibernate/browse/HHH-1501 because > Derby's TEXT only stores 32K. >
[...] > From the exception (see SQLChar.getString below) it seems that this is > related to the 'log' property with CLOB NOT NULL. > > Does anybody have an idea how to solve this or what exactly the problem is? Hi Kaspar, I cannot answer how to solve it, but it looks like you've been hit by this bug: https://issues.apache.org/jira/browse/DERBY-3811 -- Knut Anders
