Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-6653

The default min and max pool size of -1 is confusing.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.0.Alpha1
    • 10.0.0.Final
    • JMS
    • None

    Description

      The default values for min and max pool size are confusing
      "max-pool-size" => -1,
      "min-pool-size" => -1,

      They should either say default

      "max-pool-size" => default,
      "min-pool-size" => default,

      or display the default JCA values which I believe are 2 and 20

      "max-pool-size" => 20,
      "min-pool-size" => 2,

      Attachments

        Issue Links

          Activity

            People

              bayern39_jira Chen Maoqian (Inactive)
              bayern39_jira Chen Maoqian (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: