I am using EcllipseLink 2.5 in my project. Default value for @TransactionAttribute, is required. If we define SessionBean as TransactionManagementType CONTAINER, do we still need to add @TransactionAttribute annotation for every method in SessionBean to support transactions? Is there anyway to add default configuration for all SessionBeans or whole class? I don't want to add @TransactionAttribute with every method in class.
Any help would be much appreciated.
Thanks