[weld-issues] [JBoss JIRA] Created: (CDITCK-68) Event not fired in Glassfish
Santiago Pericas-Geertsen (JIRA)
jira-events at lists.jboss.org
Thu Nov 19 17:36:29 EST 2009
Event not fired in Glassfish
----------------------------
Key: CDITCK-68
URL: https://jira.jboss.org/jira/browse/CDITCK-68
Project: CDI TCK
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Tests
Affects Versions: 1.0.0.GA
Environment: Solaris x86 / JDK6u16 / GF v3
Reporter: Santiago Pericas-Geertsen
In the test,
*.extensions.observer.broken.definitionError.ProcessObserverMethodErrorTest
there's a EventB class and an extension class ProcessObserverMethodObserver with an observer method for EventB. In that method, there is a call to,
event.addDefinition(...)
which is expected to trigger a deployment error in the test. However, AFAICT the observer method is never called because EventB is never fired, resulting in the deployment to succeed and the test to fail.
--
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
More information about the weld-issues
mailing list