Transaction Attributes? What is the use of ?RequiresNew?
Answer Posted / niranjanravi
Depending upon the transaction attributes the container
will decide when to start the transaction.
RequiresNew-----a method is invoked in a new transaction
context.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What causes statelessness?
What are the benefits of ejb?
what is the Relationship between EJB and CORBA architecture?
What is singleton session bean?
What is the default transaction attribute for an ejb?
Is it possible to have threading in ejb?
Explain transaction and various methods to manage it?
What is ejb and its architecture?
Is ejb be called from another ejb? If yes then how?
Is it possible to share an httpsession between a jsp and ejb?
What ejb means?
What is session bean in ejb?
Is method overloading allowed in ejb?
TX operation funtion executed by?
Should services be stateless?