You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <de...@geronimo.apache.org> on 2005/07/27 03:05:22 UTC

[jira] Closed: (GERONIMO-819) DeploymentContext doesn't actually keep track of childConfigurations

     [ http://issues.apache.org/jira/browse/GERONIMO-819?page=all ]
     
David Jencks closed GERONIMO-819:
---------------------------------

    Resolution: Fixed

M4:
Sending        modules/deployment/src/java/org/apache/geronimo/deployment/DeploymentContext.java
Transmitting file data .
Committed revision 225436.

M5:
Sending        modules/deployment/src/java/org/apache/geronimo/deployment/DeploymentContext.java
Transmitting file data .
Committed revision 225437.

> DeploymentContext doesn't actually keep track of childConfigurations
> --------------------------------------------------------------------
>
>          Key: GERONIMO-819
>          URL: http://issues.apache.org/jira/browse/GERONIMO-819
>      Project: Geronimo
>         Type: Bug
>   Components: deployment
>     Versions: 1.0-M4, 1.0-M5
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.0-M4, 1.0-M5

>
> stupid typo:
>      public void addChildConfiguration(ConfigurationData configurationData) {
> -        configurationData.addChildConfiguration(configurationData);
> +        this.configurationData.addChildConfiguration(configurationData);
>      }
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira