Skip to content

Commit

Permalink
Merge pull request #2004 from ehsavoie/WFCORE-2081
Browse files Browse the repository at this point in the history
[WFCORE-2081]: Confusing description of scan-enabled attribute in deployment scanner XSD.
  • Loading branch information
bstansberry committed Dec 7, 2016
2 parents 40c7541 + 9fae8d2 commit c066885
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ of command telling the scanner to deploy, undeploy or redeploy content.


Auto-deploy mode and manual deploy mode can be independently configured for
zipped deployment content and exploded deployment content. This is done
via the "auto-deploy" attributes on the deployment-scanner element in the
standalone.xml configuration file:
zipped deployment content and exploded deployment content. This is done by
editing the appropriate "auto-deploy" attributes on the deployment-scanner
element in the standalone.xml configuration file:

<deployment-scanner scan-interval="5000" relative-to="jboss.server.base.dir"
path="deployments" auto-deploy-zipped="true" auto-deploy-exploded="false"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<xs:annotation>
<xs:documentation>
Flag indicating that all scanning (including initial scanning at startup)
should be disabled.
should be enabled or disabled.
</xs:documentation>
</xs:annotation>
</xs:attribute>
Expand Down

0 comments on commit c066885

Please sign in to comment.