Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-2017

STRINGVALUE_ column in JBPM_VARIABLEINSTANCE table should be text, not varchar(255)

XMLWordPrintable

      In JBPM-1849, Thomas enumerated the current incompatibilites against 3.2.2. One of them is:

      < create table JBPM_VARIABLEINSTANCE (... STRINGVALUE_ varchar(4000) null, ...)
      > create table JBPM_VARIABLEINSTANCE (... STRINGVALUE_ varchar(255) null, ...)

      The new type should be text, not varchar. This is related to the fact that the STRINGVALUE_ column is shared between StringInstance.hbm.xml and HibernateStringInstance.hbm.xml, both in modules/core/src/main/resources/org/jbpm/context/exe/variableinstance/. HibernateStringinstance.hbm.xml does not specify type="text".

            tdiesler@redhat.com Thomas Diesler
            aguizar_jira Alejandro Guizar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: