Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-393

Empty value for database transaction isolation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.3.0
    • 2.2.0
    • None

    Description

      There is an empty value in the dropdown box of Transaction Isolation field of a datasource. However, it already has TRANSACTION_NONE option. According to the management model the transaction attribute is defined as

      "transaction-isolation" => {
          "type" => STRING,
          "description" => "Set the java.sql.Connection transaction isolation level. Valid values are: TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE and TRANSACTION_NONE",
          "expressions-allowed" => true,
          "nillable" => true,
          "min-length" => 1L,
          "max-length" => 2147483647L,
          "access-type" => "read-write",
          "storage" => "configuration",
          "restart-required" => "no-services"
      }
      

      Given that definition the transaction attribute can be undefined. IMHO there should be a default value specified in the model though.

      Attachments

        Activity

          People

            hpehl@redhat.com Harald Pehl
            hpehl@redhat.com Harald Pehl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: