]
Jason Greene updated AS7-545:
-----------------------------
Fix Version/s: 7.1.0.Beta1
(was: 7.1.0.Alpha1)
handling of deployment failed at batch resolve time
---------------------------------------------------
Key: AS7-545
URL:
https://issues.jboss.org/browse/AS7-545
Project: Application Server 7
Issue Type: Sub-task
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: 7.1.0.Beta1
Types of failures here include: duplicate service definition (i.e. a service was defined
that already exists in the container), missing required dependency (i.e. a service was
defined that depends on something that isn't there), circular dependency (i.e. two or
more service definitions represent circularity in terms of their dependency links). Right
now this erases the entire batch, which means that the server cannot start if any of these
errors occur. The correct behavior is, in my opinion, to log each error and continue,
possibly yielding a report of problem services after the batch is resolved (it is likely,
however, that one failure will lead to others).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: