Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-212

Fix typo for parsing Validator on config parameter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.1.3, 2.0.0 M3
    • 1.1.2
    • None
    • None

      The following xml is used:

      <param id="...">
        ...
        <Validation>
          <mandatory/>
        </Validation>
        ...
      </param>
      

      but the wrong element is parsed:

      ...  
      validatorConf = conf.getChild("Validator", false);
      if (validatorConf != null)
      ...
      

            yabon Sébastien Launay (Inactive)
            yabon Sébastien Launay (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: