Which is default transaction attribute for the business method
of a bean?
Answers were Sorted based on User's Feedback
Answer / jaganath panda
REQUIRED
i.e
@TransactionAttribute(value=TransactionAttributeType.REQUIRED)
| Is This Answer Correct ? | 5 Yes | 2 No |
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What are the attributes of transaction in ejb?
What is an ejb context?
What is ejb home object?
Life Cyle methods in Entity Bean with Container Managed persistence
What optimization could I use if the ejb container is the only point of write access to the database?
What are the design principles for ejb?
What is ejb client?
what is a ejb architecture? and overview of ejb software architecture?
How bean-managed transactions will work?
What is the use of @ejb annotation?
What is ejb and its types in java?