[jboss-jira] [JBoss JIRA] Created: (JBAS-9010) Provide more comprehensive error messages for missing dependencies
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Mar 16 15:14:45 EDT 2011
Provide more comprehensive error messages for missing dependencies
------------------------------------------------------------------
Key: JBAS-9010
URL: https://issues.jboss.org/browse/JBAS-9010
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: David Lloyd
Fix For: 7.0.0.Beta3
When a deployment unit's ACTIVE service set is either fully installed, a deployment complete message is printed.
When this service set consists of zero or more fully installed services, where each of the remaining services in the set possess one or more of the following traits:
# Has missing dependency
# Has failed dependency
# Is failed
Then a deployment shall be considered to be failed.
For each failed deployment, a failed message should be logged with a summary of the problem. All missing dependencies should be associated with the applicable deployment dependent(s) and listed. Services which are failed should be listed BUT not with the failure cause or stack trace, which will have appeared in the log already.
Deployments that have failed will also cause the runtime portion of the operation to be treated as failed; the deployment or server start operation handler may act on this information as it would with any failed operation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list