<div dir="ltr">Hi,<div><br></div><div>I wouldn&#39;t expect in this case that jboss-web.xml / jboss-deployment-structure.xml / jboss-all.xml /...  get parsed differently, just the actual spec descriptors like web.xml, persistence.xml etc.</div><div><br></div><div>The most common use case for this is a couple of context-params in web.xml, e.g.</div><div><br></div><div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;context-param&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>    &lt;param-name&gt;javax.faces.FACELETS_REFRESH_PERIOD&lt;/param-name&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>    &lt;param-value&gt;${facelets.refresh:-1}&lt;/param-value&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;/context-param&gt;</div></div><div><br></div><div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;context-param&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>    &lt;param-name&gt;javax.faces.PROJECT_STAGE&lt;/param-name&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>    &lt;param-value&gt;${project.stage:Production}&lt;/param-value&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;/context-param&gt;</div></div><div><br></div><div>And a couple of properties in persistence.xml, e.g.</div><div><br></div><div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;property name=&quot;hibernate.show_sql&quot; value=&quot;${hibernate.show.sql:false}&quot; /&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;property name=&quot;hibernate.format_sql&quot; value=&quot;${hibernate.format.sql:false}&quot; /&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;property name=&quot;hibernate.use_sql_comments&quot; value=&quot;${hibernate.comment.sql:true}&quot; /&gt;</div></div><div><br></div><div>There are a few more things depending on the project, but this is what nearly every one of them uses.</div><div><br></div><div>Kind regards,</div><div>Arjan Tijms</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 8, 2016 at 3:26 PM, Tomaž Cerar <span dir="ltr">&lt;<a href="mailto:tomaz.cerar@gmail.com" target="_blank">tomaz.cerar@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>That is more of an chicken and egg problem.<br><br></div>Descriptors such as jboss-web.xml / jboss-deployment-structure.xml / jboss-all.xml /...  <br>get parsed differently based on how spec-descriptor-property-<wbr>replacment / jboss-descriptor-property-<wbr>replacement are configured.<br></div>So to enable that as part of such descriptor would kinda defy the whole purpose of it.<br><br></div>what is your most common use case of what are you replacing in spec descriptors?<br><br>--<br></div>tomaz<br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Mon, Aug 8, 2016 at 3:11 PM, arjan tijms <span dir="ltr">&lt;<a href="mailto:arjan.tijms@gmail.com" target="_blank">arjan.tijms@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div>Hi,</div><div><br></div><div>I wonder if it would make sense to be able to set the &quot;spec-descriptor-property-repl<wbr>acement&quot; from standalone.xml in jboss-web.xml (or other jboss specific files for e.g. a .ear)?</div><div><br></div><div>This is one of the few settings that we always need to change and it prevents devs using a stock JBoss/WildFly to deploy most of our applications to. Would be really great if this could be switched from within the application archive.</div><div><br></div><div>Kind regards,</div><div>Arjan Tijms</div><div><br></div><br></div>
<br></div></div>______________________________<wbr>_________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailma<wbr>n/listinfo/wildfly-dev</a><br></blockquote></div><br></div>
</blockquote></div><br></div>