[webbeans-issues] [JBoss JIRA] Created: (WBRI-315) Beans with scope @Dependent may not have conditional observer methods
by Dan Allen (JIRA)
Beans with scope @Dependent may not have conditional observer methods
---------------------------------------------------------------------
Key: WBRI-315
URL: https://jira.jboss.org/jira/browse/WBRI-315
Project: Web Beans
Issue Type: Feature Request
Components: Events
Affects Versions: 1.0.0.PREVIEW1
Reporter: Dan Allen
Assignee: David Allen
According to section 10.4.4 of the 20090625 spec, Beans with scope @Dependent may not have conditional observer methods. If a bean with scope @Dependent has an observer method declared notify=IF_EXISTS, the container automatically detects the problem and treats it as a definition error, as defined in Section 12.4, "Problems detected automatically by the container".
Currently, the RI does not detect this problem.
See test org.jboss.jsr299.tck.tests.event.broken.observer.dependentIsConditionalObserver.DependentIsConditionalObserverTest
--
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
[webbeans-issues] [JBoss JIRA] Created: (WBRI-145) Fire a Shutdown Event
by Peter Royle (JIRA)
Fire a Shutdown Event
---------------------
Key: WBRI-145
URL: https://jira.jboss.org/jira/browse/WBRI-145
Project: Web Beans RI
Issue Type: Feature Request
Affects Versions: 1.0.0.ALPHA2
Environment: N/A
Reporter: Peter Royle
Would it be possible to add a new event to WebBeans which fires at some point during shutdown of the container? Something analogous to the @Initialized Manager event. It might be useful for some 3rd party integration points, such as Quartz needing to shutdown before the Java process will die (I'm talking from an SE point of view here, but similar
things may apply in EJB environment).
This suggestion has been forwarded to the EG, so a standard event may be defined yet.
--
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