Answer Posted / guest
When a bean with bean managed transactions is invoked, the
container suspends any current transaction in the client?s
context. In its method implementation, the bean initiates
the transaction through the JTA UserTransaction interface.
In stateful beans, the container associates the bean
instance with the same transaction context across subsequent
method calls until the bean explicitly completes the
transaction. However, stateless beans aren?t allowed to
maintain transaction context across method calls. Each
method invocation must complete any transaction it initiates.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is activemq used for?
Why is ejb used?
What is a ejb container?
Can more than a single table be mapped in cmp?
Is method overloading allowed in ejb?
Why do we need ejb in java?
What is ejb framework?
What is the meaning of acid in the connection of transaction management?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
Differentiate Conversational from Non-conversational interactions?
What is the purpose of ejb in java?
How can a CORBA object, accessed from a EJB?
What do you mean by abstract schema?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
Define ejb Create() and EjbPostCreate()?