Spring / Java Transactions (JTA)
Can an entity bean use bean-managed transaction demarcation?
No. Entity beans always use container-managed transaction demarcation. Session beans can use either container-managed or bean-managed transaction demarcation, but not at the same time.
More Related questions...