[webbeans-issues] [JBoss JIRA] Created: (WBRI-259) Observer failures result in incorrect exception types during lifecycle
by David Allen (JIRA)
Observer failures result in incorrect exception types during lifecycle
----------------------------------------------------------------------
Key: WBRI-259
URL: https://jira.jboss.org/jira/browse/WBRI-259
Project: Web Beans
Issue Type: Bug
Components: Events
Affects Versions: 1.0.0.PREVIEW1
Reporter: David Allen
Assignee: David Allen
Per section 10.4, @AfterBeanDiscovery and @AfterDependencyValidation events, of the specification, failures in observers during the bean discovery and dependency validation phases need to result in DefinitionException and DeploymentException respectively. Currently only the ObserverException type is being thrown.
The following tests are marked ri-broken till this bug is fixed:
org.jboss.jsr299.tck.tests.deployment.lifecycle.fail3.ObserverFailureInDefinitionPhaseTest
org.jboss.jsr299.tck.tests.deployment.lifecycle.fail4.ObserverFailureInDeploymentPhaseTest
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months