[
https://issues.apache.org/jira/browse/GERONIMO-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517130
]
Jarek Gawor commented on GERONIMO-3365:
---------------------------------------
Committed a simple change to ConfigurationOverride.java to prefer the
'condition' attribute over the 'load' attribute. That is, if module has a
condition associated it with, the load attribute will not be written. Committed
revision 562001.
> config.xml condition vs. load attribute issues
> ----------------------------------------------
>
> Key: GERONIMO-3365
> URL: https://issues.apache.org/jira/browse/GERONIMO-3365
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Affects Versions: 2.0-M7
> Reporter: Jarek Gawor
> Priority: Critical
>
> The initial config.xml contains the following condition:
> <module condition="props.getProperty('org.apache.geronimo.jaxws.provider',
> 'axis2') == 'axis2'"
> name="org.apache.geronimo.configs/axis2-deployer/2.1-SNAPSHOT/car">
> But after the server is started and stopped for the first time this entry is
> rewritten as:
> <module condition="props.getProperty('org.apache.geronimo.jaxws.provider',
> 'axis2') == 'axis2'" load="false"
> name="org.apache.geronimo.configs/axis2-deployer/2.1-SNAPSHOT/car">
> The 'load' attribute is added which invalidates the specified condition.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.