[
https://issues.jboss.org/browse/WFCORE-2082?page=com.atlassian.jira.plugi...
]
ehsavoie Hugonnet moved JBEAP-7624 to WFCORE-2082:
--------------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-2082 (was: JBEAP-7624)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Deployment Scanner
(was: Deployment Scanner)
(was: User Experience)
Affects Version/s: 3.0.0.Alpha14
(was: 7.1.0.DR7)
Outdated deployment-scanner xml snippet in deployments readme.txt
-----------------------------------------------------------------
Key: WFCORE-2082
URL:
https://issues.jboss.org/browse/WFCORE-2082
Project: WildFly Core
Issue Type: Bug
Components: Deployment Scanner
Affects Versions: 3.0.0.Alpha14
Reporter: ehsavoie Hugonnet
Assignee: ehsavoie Hugonnet
Priority: Trivial
$JBOSS_HOME/standalone/deployments/README.txt contains following configuration XML
snippet:
{code:xml}
<deployment-scanner scan-interval="5000"
relative-to="jboss.server.base.dir" path="deployments"
auto-deploy-zipped="true" auto-deploy-exploded="false"/>
{code}
but actual snippet from standalone.xml config file is
{code:xml}
<deployment-scanner path="deployments"
relative-to="jboss.server.base.dir" scan-interval="5000"
runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/>
{code}
This might be confusing.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)