[jboss-jira] [JBoss JIRA] (WFLY-279) Add deployment-scanner for singleton deployments

Jason Greene (JIRA) jira-events at lists.jboss.org
Thu Jul 18 01:11:58 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Greene updated WFLY-279:
------------------------------

    Fix Version/s: 8.0.0.Beta1
                       (was: 8.0.0.Alpha3)

    
> 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: 8.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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list