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

Variable resolution fails if two (or more) variables are in the same string

    XMLWordPrintable

Details

    Description

      When there are two variable expressions in one string resolution of them will fail as it does not find properly variable names,

      #

      {var1}

      =#

      {var2}

      will fail with error that it can find variable var1}=#{var2

      Most likely the reason of this is that pattern that is used to search for variables allows all characters that are not white space. By adding space between both variables make it to work properly.

      Attachments

        Activity

          People

            swiderski.maciej Maciej Swiderski (Inactive)
            swiderski.maciej Maciej Swiderski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: