[jboss-jira] [JBoss JIRA] (WFLY-2720) Ability for Deployment Overlays to overlay System Properties

Brian Stansberry (JIRA) issues at jboss.org
Thu Jul 10 21:33:24 EDT 2014


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

Brian Stansberry updated WFLY-2720:
-----------------------------------

    Component/s: Domain Management


> Ability for Deployment Overlays to overlay System Properties
> ------------------------------------------------------------
>
>                 Key: WFLY-2720
>                 URL: https://issues.jboss.org/browse/WFLY-2720
>             Project: WildFly
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Domain Management
>            Reporter: Joshua Henn
>
> Currently Deployment Overlays allow only the replacing whole resource files.  It would be nice to also be able to overlay System Properties that take precedent over globally defined properties.
> ie.
> {code:xml}
>     <deployment-overlays>
>         <deployment-overlay name="myOverlay">
>             <system-properties>
>                 <property name="datasource" value="java:jboss/datasources/controller"/>
>             </system-properties>
>             <deployment name="controller.war"/>
>         </deployment-overlay>
>     </deployment-overlays>
> {code}
> Usecase:
> Have two deployments active of the same application, run-time configured by descriptor replacements via System Properties.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list