[jboss-jira] [JBoss JIRA] Created: (JBAS-8337) handling of deployment failed at batch resolve time

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Fri Aug 13 10:40:49 EDT 2010


handling of deployment failed at batch resolve time
---------------------------------------------------

                 Key: JBAS-8337
                 URL: https://jira.jboss.org/browse/JBAS-8337
             Project: JBoss Application Server
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
            Reporter: Alexey Loubyansky
            Assignee: Alexey Loubyansky
             Fix For: 7.0.0.M1


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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list