[
https://issues.jboss.org/browse/AS7-6189?page=com.atlassian.jira.plugin.s...
]
Bartosz Baranowski updated AS7-6189:
------------------------------------
Assignee: JBoss SET
Fix Version/s: 7.2.0.Alpha1
Incorrect use of equals in
SubDeploymentDependencyProcessor.deploy(DeploymentPhaseContext)
------------------------------------------------------------------------------------------
Key: AS7-6189
URL:
https://issues.jboss.org/browse/AS7-6189
Project: Application Server 7
Issue Type: Bug
Reporter: Stephen Coy
Assignee: JBoss SET
Fix For: 7.2.0.Alpha1
This loop appears to confuse ModuleDependency and ModuleIdentifier:
{code:java}
for (ModuleDependency identifier : accessibleModules) {
if (!identifier.equals(moduleIdentifier)) {
moduleSpec.addLocalDependency(identifier);
}
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira