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

Custom Logging Causes Orphaned Variables

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jBPM 3.2.10
    • jBPM 3.2.9
    • Runtime Engine
    • None

      The VariableContainer currently does not delete variables if a custom logging service is configured. This should not be the default, and instead should only be the case if the Logging Service is DbLoggingService.

      Code in question [VariableContainer]:
      if (jbpmContext == null || jbpmContext.getServices().getLoggingService() != null) {

      Attached is the patch.

              aguizar_jira Alejandro Guizar (Inactive)
              brad.davis@amentra.com Brad Davis
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: