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

HibernateStringUpdateLog getters always return null.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • jBPM 3.2.11
    • jBPM 3.2.10
    • Runtime Engine
    • None

    Description

      HibernateStringUpdateLog.getOldValue() and getNewValue() return only null.

      public class HibernateStringUpdateLog extends VariableUpdateLog {
      ...
      public Object getOldValue()

      { return null; }

      public Object getNewValue() { return null; }

      }

      I know that HibernateStringUpdateLog getter is not used because hibernate-mapping is default-access="field".
      However, VariableUpdateLog.toString() call the getNewValue(). Therefore, some applications may cause problems null is returned.

      Attachments

        Activity

          People

            marco.rietveld Marco Rietveld (Inactive)
            rhn-support-enagai Eiichi Nagai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: