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
Assigned to: 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