<p dir="ltr">I dont think defining all cases works. Why not letting user handling their lifecyle?</p>
<div class="gmail_quote">Le 19 juin 2015 14:08, &quot;Jozef Hartinger&quot; &lt;<a href="mailto:jharting@redhat.com">jharting@redhat.com</a>&gt; a écrit :<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    I am talking about:<br>
    <br>
    * remote method invocations<br>
    * @Asynchronous method invocation<br>
    * @Timeout method invocation<br>
    * MDB message delivery<br>
    * @PostConstruct callback invocation<br>
    <br>
    all of which are portable. We can expand the definition for other
    &quot;tasks&quot; that make sense, e.g. async observer notification.<br>
    <br>
    <div>On 06/19/2015 02:59 PM, Romain
      Manni-Bucau wrote:<br>
    </div>
    <blockquote type="cite">
      <p dir="ltr">Looks like you miss the main point. The usage is not
        portable most of the time. Cant we make it portable?</p>
      <div class="gmail_quote">Le 19 juin 2015 13:57, &quot;Jozef Hartinger&quot;
        &lt;<a href="mailto:jharting@redhat.com" target="_blank">jharting@redhat.com</a>&gt;
        a écrit :<br type="attribution">
        <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I agree with
          Martin and Mark. @RequestScoped already is used as a<br>
          general purpose task-bound scope. This covers, but is not
          limited to,<br>
          HTTP request. On the other hand @SessionScoped and
          @ConversationScoped<br>
          are only defined to be available for HTTP requests.<br>
          <br>
          On 06/19/2015 08:43 AM, Antoine Sabot-Durand wrote:<br>
          &gt; Jozef, Martin,<br>
          &gt;<br>
          &gt;<br>
          &gt; What is your POV on that ?<br>
          &gt;<br>
          &gt; Antoine<br>
          &gt;<br>
          &gt;<br>
          &gt;&gt; Le 18 juin 2015 à 20:37, Mark Struberg &lt;<a href="mailto:struberg@yahoo.de" target="_blank">struberg@yahoo.de</a>&gt;
          a écrit :<br>
          &gt;&gt;<br>
          &gt;&gt; 1.) The whole point is that @RequestScoped is NOT a
          web context!<br>
          &gt;&gt;<br>
          &gt;&gt; Otherwise it would _not_ be active in JMS etc…<br>
          &gt;&gt; And that was not an accident but intentional.<br>
          &gt;&gt;<br>
          &gt;&gt; 2.) And no, different async threads will _never_ get
          the same request context…<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt; 3.) no @RequestScoped is a sub-part of a
          @ThreadScoped. Otherwise you would get the same context for 2
          JMS invocations which get (randomly) executed on the same
          worker thread. Got me?<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt; LieGrue,<br>
          &gt;&gt; strub<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;&gt; Am 18.06.2015 um 15:13 schrieb Romain Manni-Bucau
          &lt;<a href="mailto:rmannibucau@gmail.com" target="_blank">rmannibucau@gmail.com</a>&gt;:<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Hi<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; I wouldn&#39;t activate any &quot;web&quot; scope by default,
          in particular for async events where I think most of the time
          it will not be used. Next feature request will be to inherit
          the scope between async threads....and here I guess we agree
          it will not go very far.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Side note: using request scope where actually a
          thread scope is needed is a pain, maybe time to add a thread
          scoped with an accessible manual activation. Would make
          &quot;batches&quot;, &quot;timers&quot; etc easy to impl/integrate.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Romain Manni-Bucau<br>
          &gt;&gt;&gt; @rmannibucau |  Blog | Github | LinkedIn |
          Tomitriber<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; 2015-06-18 15:10 GMT+02:00 Antoine Sabot-Durand
          &lt;<a href="mailto:antoine@sabot-durand.net" target="_blank">antoine@sabot-durand.net</a>&gt;:<br>
          &gt;&gt;&gt; Hi guys,<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; We should finally decide how to manage normal
          scope context (other than application context ) in SE and
          during Async Event for EDR1.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Having only RequestContext active during async
          event  as Martin suggest in the PR makes sense and would be
          consistent with its behavior during async EJB call.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Mark asked twice to activate Request Context all
          the time in SE (making it a new Application Context). I’m not
          found of it, but I’ml not the only one to decide here.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; What is you feeling about this ?<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Antoine<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; _______________________________________________<br>
          &gt;&gt;&gt; cdi-dev mailing list<br>
          &gt;&gt;&gt; <a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br>
          &gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/cdi-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Note that for all code provided on this list, the
          provider licenses the code under the Apache License, Version 2
          (<a href="http://www.apache.org/licenses/LICENSE-2.0.html" rel="noreferrer" target="_blank">http://www.apache.org/licenses/LICENSE-2.0.html</a>).
          For all other ideas provided on this list, the provider waives
          all patent and other intellectual property rights inherent in
          such information.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; _______________________________________________<br>
          &gt;&gt;&gt; cdi-dev mailing list<br>
          &gt;&gt;&gt; <a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br>
          &gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/cdi-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Note that for all code provided on this list, the
          provider licenses the code under the Apache License, Version 2
          (<a href="http://www.apache.org/licenses/LICENSE-2.0.html" rel="noreferrer" target="_blank">http://www.apache.org/licenses/LICENSE-2.0.html</a>).
          For all other ideas provided on this list, the provider waives
          all patent and other intellectual property rights inherent in
          such information.<br>
          &gt;&gt;<br>
          &gt;&gt; _______________________________________________<br>
          &gt;&gt; cdi-dev mailing list<br>
          &gt;&gt; <a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br>
          &gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/cdi-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br>
          &gt;&gt;<br>
          &gt;&gt; Note that for all code provided on this list, the
          provider licenses the code under the Apache License, Version 2
          (<a href="http://www.apache.org/licenses/LICENSE-2.0.html" rel="noreferrer" target="_blank">http://www.apache.org/licenses/LICENSE-2.0.html</a>).
          For all other ideas provided on this list, the provider waives
          all patent and other intellectual property rights inherent in
          such information.<br>
          <br>
          _______________________________________________<br>
          cdi-dev mailing list<br>
          <a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br>
          <a href="https://lists.jboss.org/mailman/listinfo/cdi-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br>
          <br>
          Note that for all code provided on this list, the provider
          licenses the code under the Apache License, Version 2 (<a href="http://www.apache.org/licenses/LICENSE-2.0.html" rel="noreferrer" target="_blank">http://www.apache.org/licenses/LICENSE-2.0.html</a>).
          For all other ideas provided on this list, the provider waives
          all patent and other intellectual property rights inherent in
          such information.</blockquote>
      </div>
    </blockquote>
    <br>
  </div>

</blockquote></div>