<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2015-08-26 11:07 GMT+02:00 arjan tijms <span dir="ltr"><<a href="mailto:arjan.tijms@gmail.com" target="_blank">arjan.tijms@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
On Wed, Aug 26, 2015 at 10:11 AM, Romain Manni-Bucau<br>
<<a href="mailto:rmannibucau@gmail.com">rmannibucau@gmail.com</a>> wrote:<br>
>> Yes, all normal scopes that are available in standard Java EE support<br>
>> this as far as I know.<br>
>><br>
><br>
> Events are not mandatory for a normal scope - at least was the case in 1.2 -<br>
> so JMS can't rely on it for custom normal scopes.<br>
<br>
</span>Absolutely true, but that was exactly what I said ;)<br>
<br>
All Java EE provided scopes throw the events. For CDI, this is<br>
mandated by the spec (6.7) for @RequestScoped, @SessionScoped,<br>
@ApplicationScoped and @ConversationScoped.<br>
<br>
For JSF, at least Mojarra, @FlowScoped and @ViewScope do so too. I<br>
have to double check whether this is actually in the spec for those<br>
last two and if not see if we can update it for 2.3.<br>
<br></blockquote><div><br></div><div>Agree for provided scope but JMS + short time scopes will not match well in practise so i would worry more about not "default" scopes which can miss these events.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Kind regards,<br>
Arjan Tijms<br>
</blockquote></div><br></div></div>