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)
            Reporter: Jarek Gawor


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.

Reply via email to