Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-6651

Checkbox for enabling statistics of webservices allows to enter expression

XMLWordPrintable

      When on configuration - subsystems - webservices, user can use Shift + click on checkbox to enter an expression for the value instead of just checking/unchecking. However, an attempt to enter an expression results in error because 'statistics-enabled' attribute of webservices subsystem doesn't allow an expression as its value.

      "statistics-enabled" => {
          "type" => BOOLEAN,
          "description" => "Whether statistics are to be gathered for endpoints, default value is 'false'.",
          "expressions-allowed" => false,
          "nillable" => true,
          "default" => false,
          "access-type" => "read-write",
          "storage" => "configuration",
          "restart-required" => "no-services"
      },
      

      Web console could detect this and only allow Shift+click on boolean attributes that can use expressions.

            thofman Tomas Hofman
            jbliznak@redhat.com Jan Blizňák
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: