This content has been marked as final.
Show 2 replies
-
1. Re: ObservesAsync: reception not guaranteed?
ljnelson Dec 2, 2016 7:23 PM (in response to ljnelson)(It occurs to me that probably the
@ObservesAsync
is not being triggered because nothing is actually firing the scope initialization event using the equivalent ofEvent.fireAsync()
. I will check the specification to see if it says something about how such initialization and destruction events are to be fired.) -
2. Re: ObservesAsync: reception not guaranteed?
ljnelson Dec 2, 2016 7:25 PM (in response to ljnelson)I see now that it is explicitly mentioned that the initialization event for the application context is fired synchronously (JSR 365: Contexts and Dependency Injection for Java 2.0 section 6.7.3). Kindly disregard my question.