[jboss-jira] [JBoss JIRA] (AS7-5838) Add deployment-scanner for singleton deployments

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Thu Oct 25 12:04:01 EDT 2012


Paul Ferraro created AS7-5838:
---------------------------------

             Summary: Add deployment-scanner for singleton deployments
                 Key: AS7-5838
                 URL: https://issues.jboss.org/browse/AS7-5838
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Clustering
    Affects Versions: No Release
            Reporter: Paul Ferraro
            Assignee: Paul Ferraro
             Fix For: 7.2.0.CR1


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