We've been using JBPM for quite a while now, it's running smoothly.
However today one of our users ran into a character size limit apparently caused by storing to large texts on the JBPM context.
The user entered more than 280 or so characters, and apparenlty the column that jbpm uses to store the variables can only hold 255 characters , resulting in an oracle error! :x
I noticed the variable table contains a column text_value_ which is a CLOB, and I was wondering how I could store my variables in that column to avoid the character limit. Is there a config file I can change to make JBPM store variables as a CLOB ?
Thanks!
Tim