Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-2082

Outdated deployment-scanner xml snippet in deployments readme.txt

    XMLWordPrintable

Details

    Description

      $JBOSS_HOME/standalone/deployments/README.txt contains following configuration XML snippet:

      <deployment-scanner scan-interval="5000" relative-to="jboss.server.base.dir" path="deployments" auto-deploy-zipped="true" auto-deploy-exploded="false"/>
      

      but actual snippet from standalone.xml config file is

      <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/>
      

      This might be confusing.

      Attachments

        Issue Links

          Activity

            People

              ehugonne1@redhat.com Emmanuel Hugonnet
              ehugonne1@redhat.com Emmanuel Hugonnet
              Pavel Jelinek Pavel Jelinek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: