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

Inconsistent default values for max-entries and interval in model and XSD

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 9.0.0.Alpha1
    • 8.0.0.Final
    • Clustering
    • None

          static final SimpleAttributeDefinition MAX_ENTRIES = new SimpleAttributeDefinitionBuilder(ModelKeys.MAX_ENTRIES, ModelType.INT, true)
                  .setXmlName(Attribute.MAX_ENTRIES.getLocalName())
                  .setAllowExpression(true)
                  .setFlags(AttributeAccess.Flag.RESTART_ALL_SERVICES)
                  .setDefaultValue(new ModelNode().set(-1))
                  .build()
          ;

      however

              <xs:attribute name="max-entries" type="xs:int" default="10000">
                  <xs:annotation>
                      <xs:documentation>Maximum number of entries in a cache instance. If selected value is not a power of two the actual value will default to the least power of two larger than selected value. -1 means no limit.</xs:documentation>
                  </xs:annotation>
              </xs:attribute>
      

              rhn-engineering-rhusar Radoslav Husar
              rhn-engineering-rhusar Radoslav Husar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: