PS: <a href="https://issues.jboss.org/browse/CDI-378">https://issues.jboss.org/browse/CDI-378</a><div><br clear="all"><div><div><i>Romain Manni-Bucau</i></div><div><i>Twitter: <a href="https://twitter.com/rmannibucau" target="_blank">@rmannibucau</a></i></div>

<div><i>Blog: </i><a href="http://rmannibucau.wordpress.com/" target="_blank"><i>http://rmannibucau.wordpress.com/</i></a></div><div><i>LinkedIn: </i><font color="#0000ee"><i><u><a href="http://fr.linkedin.com/in/rmannibucau" target="_blank">http://fr.linkedin.com/in/rmannibucau</a></u></i></font></div>

<div><i><span style="background-color:rgb(255,255,255)">Github: </span><a href="https://github.com/rmannibucau" target="_blank">https://github.com/rmannibucau</a></i></div><div><br></div></div>
<br><br><div class="gmail_quote">2013/6/18 Romain Manni-Bucau <span dir="ltr">&lt;<a href="mailto:rmannibucau@gmail.com" target="_blank">rmannibucau@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

about contexts it is explicitely mentionned in the spec this is not the cdi one. What is unclear for me is if the CDI &quot;context&quot; (~thread locals) should be saved or not in this case (whichdoesnt seem listed ATM)<div>

<div class="im">
<br clear="all"><div><div><i>Romain Manni-Bucau</i></div><div><i>Twitter: <a href="https://twitter.com/rmannibucau" target="_blank">@rmannibucau</a></i></div><div><i>Blog: </i><a href="http://rmannibucau.wordpress.com/" target="_blank"><i>http://rmannibucau.wordpress.com/</i></a></div>


<div><i>LinkedIn: </i><font color="#0000ee"><i><u><a href="http://fr.linkedin.com/in/rmannibucau" target="_blank">http://fr.linkedin.com/in/rmannibucau</a></u></i></font></div><div><i><span style>Github: </span><a href="https://github.com/rmannibucau" target="_blank">https://github.com/rmannibucau</a></i></div>


<div><br></div></div>
<br><br></div><div><div class="h5"><div class="gmail_quote">2013/6/18 Pete Muir <span dir="ltr">&lt;<a href="mailto:pmuir@redhat.com" target="_blank">pmuir@redhat.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Yeah, there are two types of &quot;context&quot; here, which is confusing ;-)<br>
<br>
Can you file an issue?<br>
<div><div><br>
On 18 Jun 2013, at 10:04, Romain Manni-Bucau &lt;<a href="mailto:rmannibucau@gmail.com" target="_blank">rmannibucau@gmail.com</a>&gt; wrote:<br>
<br>
&gt; i think/hope it will behave this way excepted thanks to the ContextService it can be synchronous too but since the context can change you can get different instances. Would be great to get some really explicit thing about it IMO.<br>



&gt;<br>
&gt; Romain Manni-Bucau<br>
&gt; Twitter: @rmannibucau<br>
&gt; Blog: <a href="http://rmannibucau.wordpress.com/" target="_blank">http://rmannibucau.wordpress.com/</a><br>
&gt; LinkedIn: <a href="http://fr.linkedin.com/in/rmannibucau" target="_blank">http://fr.linkedin.com/in/rmannibucau</a><br>
&gt; Github: <a href="https://github.com/rmannibucau" target="_blank">https://github.com/rmannibucau</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2013/6/18 Martin Kouba &lt;<a href="mailto:mkouba@redhat.com" target="_blank">mkouba@redhat.com</a>&gt;<br>
&gt; I think this is specified in 2.3 Container Thread Context:<br>
&gt; &quot;The types of contexts to be propagated from a contextualizing<br>
&gt; application component include JNDI naming<br>
&gt; context, classloader, and security information. Containers must support<br>
&gt; propagation of these context types. In<br>
&gt; addition, containers can choose to support propagation of other types of<br>
&gt; context.&quot;<br>
&gt;<br>
&gt; Furthermore the CDI spec states in 6.7 Context management for built-in<br>
&gt; scopes:<br>
&gt; &quot;The context does not propagate across remote method invocations or to<br>
&gt; asynchronous processes<br>
&gt; such as JMS message listeners or EJB timer service timeouts.&quot;<br>
&gt;<br>
&gt; So I don&#39;t think any of @RequestScoped, @SessionScoped and<br>
&gt; @ConversationScoped tasks should work... However this would contradict<br>
&gt; the CDI-related section 2.3.2.1, where @RequestScoped CDI beans are not<br>
&gt; recommended but also not forbidden.<br>
&gt;<br>
&gt; Martin<br>
&gt;<br>
&gt; Dne 17.6.2013 16:31, Romain Manni-Bucau napsal(a):<br>
&gt; &gt; Hi guys,<br>
&gt; &gt;<br>
&gt; &gt; reading concurrency utilities i understand the container should<br>
&gt; &gt; propagate the caller &quot;context&quot; (no link with cdi contexts) but it<br>
&gt; &gt; doesn&#39;t defined explicitly what it is. So here is the question: are CDI<br>
&gt; &gt; contexts (scopes) included in this &quot;context&quot;? - i think to request,<br>
&gt; &gt; session, conversation scopes in particular.<br>
&gt; &gt;<br>
&gt; &gt; Since you can submit a request scope bean (bad idea but allowed<br>
&gt; &gt; explicitely) i tend to think it should be done but then the request<br>
&gt; &gt; scope is broken (since that&#39;s a thread scope by design) so not sure<br>
&gt; &gt; where is the issue if there is one or if i missed something.<br>
&gt; &gt;<br>
&gt; &gt; Any idea?<br>
&gt; &gt;<br>
&gt; &gt; /Romain Manni-Bucau/<br>
&gt; &gt; /Twitter: @rmannibucau &lt;<a href="https://twitter.com/rmannibucau" target="_blank">https://twitter.com/rmannibucau</a>&gt;/<br>
&gt; &gt; /Blog: //<a href="http://rmannibucau.wordpress.com//" target="_blank">http://rmannibucau.wordpress.com//</a><br>
&gt; &gt; /LinkedIn: //_<a href="http://fr.linkedin.com/in/rmannibucau_/" target="_blank">http://fr.linkedin.com/in/rmannibucau_/</a><br>
&gt; &gt; /Github: <a href="https://github.com/rmannibucau/" target="_blank">https://github.com/rmannibucau/</a><br>
&gt; &gt;<br>
&gt; &gt;<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" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br>
&gt; &gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; cdi-dev mailing list<br>
&gt; <a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/cdi-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br>
<br>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>