We run camunda with Oracle 11g and had yesterday an error on inserting into ACT_HI_TASKINST DESCRIPTION_ field, which is of NVARCHAR2(2000).
The main problem we have now is, that we run tests with jbehave and h2, which allows VARCHAR(4000), so the tests were green, but production crashed.
Is there a way to configure the engine, that the size of the description is checked, for example in configuring h2 as VARCHAR(2000)?
This problem is not just in the description of ACT_HI_TASKINST, but in every field, that uses NVARCHAR2(2000) instead of VARCHAR(4000).
Any idea would be appreciated.
Regards
Patrick