bean-managed-transactions Questions

4

A quote from the EJB 3.1 specification: 13.6.1 Bean-Managed Transaction Demarcation The container must manage client invocations to an enterprise bean instance with bean-managed transaction ...
Tranship asked 27/7, 2013 at 13:8

1

Solved

The various partial descriptions of the subject have led me to suspect that BMT is strongly tied to an application-managed EntityManager (and the use of UserTransaction), and that CMT is strongly t...

1

Solved

This scenario using CMT is working: Stateless session bean with CMT, one method annotated with @TransactionAttribute(TransactionAttributeType.MANDATORY). Within this method, a record is written i...
Twelfth asked 26/7, 2013 at 16:12

3

Solved

I have a stateless bean with bean-managed transactions, and a method like this: @Stateless @TransactionManagement(TransactionManagementType.BEAN) public class ... { @Resource private UserTrans...
Burkey asked 7/11, 2010 at 15:23
1

© 2022 - 2024 — McMap. All rights reserved.