You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Matt Hogstrom (JIRA)" <ji...@apache.org> on 2007/08/07 08:05:59 UTC

[jira] Closed: (GERONIMO-3365) config.xml condition vs. load attribute issues

     [ https://issues.apache.org/jira/browse/GERONIMO-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Hogstrom closed GERONIMO-3365.
-----------------------------------

    Assignee: Jarek Gawor

Closing as it has been resolved and committed.

> 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
>            Assignee: Jarek Gawor
>            Priority: Critical
>             Fix For: 2.0
>
>
> 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.