[
https://issues.jboss.org/browse/WFLY-279?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry updated WFLY-279:
----------------------------------
Fix Version/s: 10.0.0.Beta1
(was: 9.0.0.CR2)
'm moving this to 10.0.0.Beta1 as it's too late for 9.0.0 and 10 Beta1 is the last
10.0 release for new features. If you don't expect this to be done by early August,
please unschedule or move to 11. If you expect it earlier and one of the 10.0.0.Alpha
versions is appropriate, please schedule it for one of those.
Add deployment-scanner for singleton deployments
------------------------------------------------
Key: WFLY-279
URL:
https://issues.jboss.org/browse/WFLY-279
Project: WildFly
Issue Type: Feature Request
Components: Clustering
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 10.0.0.Beta1
To simplify the use of singleton deployments in standalone mode, it would be nice to have
a mechanism analogous to the hasingleton-deploy directory in AS6 and earlier. To do this,
we can enhance the existing deployment-scanner to accept an additional policy attribute.
Something like:
<subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1">
<deployment-scanner path="deployments"
relative-to="jboss.server.base.dir" scan-interval="5000"
policy="standard"/>
<deployment-scanner path="singleton-deployments"
relative-to="jboss.server.base.dir" scan-interval="5000"
policy="singleton"/>
</subsystem>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)