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 session facade in ejb?
How can enterprise javabeans be accessed from active server pages?
What is stateless and stateful session bean in ejb?
Name the acid properties of a transaction.
What is stateless session?
What is ejb technology?
In what format is the conversational data written to the disk?
What is session bean in ejb?
TX operation funtion executed by?
Are entity beans allowed to create() methods?
What is @autowired required false?
Why is ejb used?
What is meant by ejb?
What is ejb in weblogic?
Where is ejb used?