-
Bug
-
Resolution: Done
-
Major
-
jBPM 3.1.4, jBPM 3.2.2
-
None
-
Workaround Exists
-
Storing an serializable object in a process should write an "R" in the column "converter" in table JBPM_VARIABLEINSTANCE.
But the value of the field is "null".
The cause:
The converter ID is retrieved in class org.jbpm.db.hibernate.Converter at line 63.
For the case of the SerializableToByteArrayConverter the ID is "null".
Regards,
Thorsten