[jboss-as7-dev] Overriding Deployment Descriptors

Carlo de Wolf cdewolf at redhat.com
Tue Mar 27 04:44:29 EDT 2012


https://issues.jboss.org/browse/AS7-431

The only bits that are not there yet are the management operations with 
overlays [1].

Basically it would allow any bit of a deployment to be overriddable.

Carlo

[1] 
https://github.com/jbossas/jboss-as/blob/2758fc43f003d321f9179114f2137ef1a5a37865/server/src/main/java/org/jboss/as/server/deployment/DeploymentAddHandler.java#L139

On 03/27/2012 07:34 AM, Stuart Douglas wrote:
> We have had a few requests for the ability to override deployment descriptors without having to open up a deployment archive and manually change the descriptor. I think there are two different approach that we can use to accomplish this, and I am was wondering what other people thought.
>
> 1) Allow the user to specify alternate deployment descriptors as part of the deployment process
>
> At deployment time the user would be able to select specific deployment descriptors to override. I don't really like this approach, as it means that this information must also be provided on every re-deployment. It is also not really compatible with the deployment scanner, and would require changes to every client that does deployment to properly support it.
>
> 2) Allow the user to specify deployment descriptor overrides before a deployment takes places. These descriptors would be stored in the content repository, and the corresponding information in the model. When a deployment is performed that matches the deployment name in the model the deployment descriptors from the content repository are merged into the deployment.
>
> e.g.   to add the descriptor you would do something like:
>
> /dd-override:my-deployment-descriptor:add(deployment="test.ear", file="test.jar/META-INF/ejb-jar.xml", content=…)
>
> or for domain mode
>
> /server-group=foo/dd-override:my-deployment-descriptor:add(deployment="test.ear", file="test.jar/META-INF/ejb-jar.xml", content=…)
>
> Then when test.ear is deployed the contents if the overridden deployment descriptor will be override test.jar/META-INF/ejb-jar.xml.
>
> 2) is the approach that I prefer, as I think it gives the most flexibility.
>
> What does everyone think?
>
> Stuart
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev



More information about the jboss-as7-dev mailing list