Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.1
-
None
-
None
Description
The AriesApplicationManagerImpl.createApplication method attempts to ensure that a deployment.mf in the application is the deployment.mf for the application. Unfortunately instead of comparing the application symbolic names in the application.mf and the deployment.mf it compares the application symbolic name in the application.mf to itself. A minor typo which essentially removes the value of the if test.