[cdi-dev] CDI have any plan to process Transaction?

Pete Muir pmuir at redhat.com
Thu Apr 26 05:58:05 EDT 2012


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.

On 24 Apr 2012, at 09:10, Hantsy Bai wrote:

> Hi,
> 
> I have read some content about the spec 1.1, but I want to know if there 
> is a plan to provide a new transaction annotation...for EBJ or none EJB 
> proramming.
> 
> For example, provide a @Transactional annotation like Seam2 or Spring 
> 3.1...and make it work in Servlet container(none JTA transation, jdbc 
> only) or full profile container such as JBoss, Glassfish(JTA transaction 
> by default) seamlessly.
> 
> Automatically detect the Transaction will be used, or configure in 
> beans.xml file.
> 
> 
> Regards
> Hantsy
> _______________________________________________
> cdi-dev mailing list
> cdi-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/cdi-dev




More information about the cdi-dev mailing list