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

Convert mod_cluster excluded context into an xs:list of host:context

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Unresolved
    • Minor
    • None
    • 8.0.0.Alpha1
    • Clustering
    • None

    Description

          // TODO: Convert into an xs:list of host:context
          static final SimpleAttributeDefinition EXCLUDED_CONTEXTS = SimpleAttributeDefinitionBuilder.create(CommonAttributes.EXCLUDED_CONTEXTS, ModelType.STRING, true)
                  .setAllowExpression(true)
                  .setDefaultValue(new ModelNode("ROOT,invoker,jbossws,juddi,console"))
                  .setRestartAllServices()
                  .build();
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: