[jboss-jira] [JBoss JIRA] (WFLY-279) Add deployment-scanner for singleton deployments
Paul Ferraro (JIRA)
issues at jboss.org
Fri Jul 17 10:40:05 EDT 2015
[ https://issues.jboss.org/browse/WFLY-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090455#comment-13090455 ]
Paul Ferraro commented on WFLY-279:
-----------------------------------
I'm not sure that this is really necessary anymore. I created this when I thought that a deployment policy would be specified in the deploy operation. Now that this behavior is attached to the deployment directly (i.e. via jboss-all.xml or (potentially overlayed) via singleton-deployment.xml), this feature is not nearly as helpful. I'll keep this jira around, but lower the priority.
> 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
>
> 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)
More information about the jboss-jira
mailing list