Hi
This is regarding
EJB Container Managed Transactions .
By Default, transaction attribute for a method of a bean in the container-managed transaction demarcation is the REQUIRED attribute and the transaction attribute does not need to be explicitly specified.
As It says that the default is Required .
Will this is not a drawback ??
I am having a method inside my session Bean for getting Data say for example :
As this is only a select Operation . I dont want my method to run under a Transaction , will this run under a Required Transaction ??