<p>Am I correct in saying that the annotation will control JTA and work in either of the two profiles (web and full)?</p>
<p>Btw, Java EE does not recognize a Servlet container as a compliant environment and therefore this feature will not be available there (without special support for it).</p>
<p>I agree with this stance since the web profile should be recognized as the low end environment. Otherwise there is not enough core services to provide a dependable and portable programming model. If you (general audience) want to use a Servlet container, you aren&#39;t using Java EE and will have to supplement with addons like CDI extensions or Spring.</p>

<p>-Dan</p>
<p>--<br>
Sent from my CyanogenMod-powered<br>
Android device, an open platform for<br>
carriers, developers and consumers.</p>
<div class="gmail_quote">On Apr 27, 2012 4:54 AM, &quot;Pete Muir&quot; &lt;<a href="mailto:pmuir@redhat.com">pmuir@redhat.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Java EE 7 will include @Transactional. This will be provided by the Java EE platform, rather than CDI specifically. It will be a CDI interceptor, and so enabled as other CDI interceptors are.<br>
<br>
On 24 Apr 2012, at 09:10, Hantsy Bai wrote:<br>
<br>
&gt; Hi,<br>
&gt;<br>
&gt; I have read some content about the spec 1.1, but I want to know if there<br>
&gt; is a plan to provide a new transaction annotation...for EBJ or none EJB<br>
&gt; proramming.<br>
&gt;<br>
&gt; For example, provide a @Transactional annotation like Seam2 or Spring<br>
&gt; 3.1...and make it work in Servlet container(none JTA transation, jdbc<br>
&gt; only) or full profile container such as JBoss, Glassfish(JTA transaction<br>
&gt; by default) seamlessly.<br>
&gt;<br>
&gt; Automatically detect the Transaction will be used, or configure in<br>
&gt; beans.xml file.<br>
&gt;<br>
&gt;<br>
&gt; Regards<br>
&gt; Hantsy<br>
&gt; _______________________________________________<br>
&gt; cdi-dev mailing list<br>
&gt; <a href="mailto:cdi-dev@lists.jboss.org">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>
<br>
_______________________________________________<br>
cdi-dev mailing list<br>
<a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/cdi-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br>
</blockquote></div>