I molded this into a mini blog. Pete, if you are interested, feel free to post this as it will likely solve a wider misunderstanding from going around:<div><br></div><div><div>&quot;A standard, universal @Transactional annotation is coming in Java EE 7. However, there are some important things to keep in mind:</div>

<div><br></div><div>- @Transactional *is* being developed as a revision to the JTA spec (as an MR)</div><div>- @Transactional *is not* being developed by the CDI EG, nor will it be in the CDI spec</div><div>- Feedback on @Transactional should be sent to the Java EE platform EG *not* to the CDI EG. The platform EG is conducting the revision to the JTA spec.</div>

<div><br></div><div>Java EE does not recognize a Servlet container as a compliant environment and therefore this feature will not be available there by default (mainly due to the absence of JTA in this environemnt).</div>

<div><br></div><div>However, to bridge the divide, Weld and OpenWebBeans will both likely offer support for @Transactional in a Servlet environment since we acknowledge that it *is* important, and is an environment preferred by many developers (but we still strongly urge you to migrate to the web profile!!).&quot;</div>

<div><br></div><div>-Dan</div><br><div class="gmail_quote">On Mon, Apr 30, 2012 at 04:55, Pete Muir <span dir="ltr">&lt;<a href="mailto:pmuir@redhat.com" target="_blank">pmuir@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Just to be 100% clear, as there is a lot of confusion around this topic.<br>
<br>
* @Transactional *IS NOT* being developed by the CDI EG nor will it be in the CDI spec<br>
* @Transactional *IS* being developed as a revision to the JTA spec (as a MR IIRC, but that was not my/our decision to make)<br>
* Feedback on @Trasnactional should be sent to the Java EE platform EG NOT to the CDI EG. The platform EG is conducting the revision to the JTA spec.<br>
<br>
HTH!<br>
<div class="HOEnZb"><div class="h5"><br>
On 30 Apr 2012, at 09:19, Pete Muir wrote:<br>
<br>
&gt;<br>
&gt; On 29 Apr 2012, at 23:12, Dan Allen wrote:<br>
&gt;<br>
&gt;&gt; Am I correct in saying that the annotation will control JTA<br>
&gt;<br>
&gt; Yes, this will be an amendment to the JTA spec AIUI. So back where it belongs!<br>
&gt;<br>
&gt;&gt; and work in either of the two profiles (web and full)?<br>
&gt;<br>
&gt; We haven&#39;t discussed this, but I&#39;m assuming both. I will raise this.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; 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).<br>
&gt;<br>
&gt; Correct. Main obstacle is actually a lack of JTA there, rather than the declarative control… But I think OWB and Weld will both offer something here as we all regard it as important!<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; 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.<br>


&gt;&gt;<br>
&gt;&gt; -Dan<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Sent from my CyanogenMod-powered<br>
&gt;&gt; Android device, an open platform for<br>
&gt;&gt; carriers, developers and consumers.<br>
&gt;&gt;<br>
&gt;&gt; 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>
&gt;&gt; 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>
&gt;&gt;<br>
&gt;&gt; On 24 Apr 2012, at 09:10, Hantsy Bai wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I have read some content about the spec 1.1, but I want to know if there<br>
&gt;&gt;&gt; is a plan to provide a new transaction annotation...for EBJ or none EJB<br>
&gt;&gt;&gt; proramming.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; For example, provide a @Transactional annotation like Seam2 or Spring<br>
&gt;&gt;&gt; 3.1...and make it work in Servlet container(none JTA transation, jdbc<br>
&gt;&gt;&gt; only) or full profile container such as JBoss, Glassfish(JTA transaction<br>
&gt;&gt;&gt; by default) seamlessly.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Automatically detect the Transaction will be used, or configure in<br>
&gt;&gt;&gt; beans.xml file.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Regards<br>
&gt;&gt;&gt; Hantsy<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; cdi-dev mailing list<br>
&gt;&gt;&gt; <a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a><br>
&gt;&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;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; cdi-dev mailing list<br>
&gt;&gt; <a href="mailto:cdi-dev@lists.jboss.org">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;<br>
&gt;<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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>Dan Allen</div>Principal Software Engineer, Red Hat | Author of Seam in Action<br>Registered Linux User #231597<br><br><div><a href="http://google.com/profiles/dan.j.allen" target="_blank">http://google.com/profiles/dan.j.allen</a><br>

<a href="http://mojavelinux.com" target="_blank">http://mojavelinux.com</a><br><a href="http://mojavelinux.com/seaminaction" target="_blank">http://mojavelinux.com/seaminaction</a><br></div><br>
</div>