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

HibernateStringUpdateLog getters always return null.

XMLWordPrintable

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

      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.

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

                Created:
                Updated:
                Resolved: