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
in EJB diclare the static methods are not?
What are the different kind of ejb's?
What is dependency injection in ejb?
What is stateless session?
What is the difference between @requestparam and @pathvariable?
Match the ejb functions given below with the functionality equivalent in sql?
Define Initial Context?
How many ejb objects are created for a bean?
What is ejb context?
How to invoke ejb from java client?
What are the key benefits of the ejb technology?
Explain the concept of local interfaces?
Mention the three levels for applying interceptor methods.
What does it mean to be stateless?
Why do we use @requestmapping?