| Author |
Setting transaction attributes
|
PNS Subramanian
Ranch Hand
Joined: Jul 13, 2004
Posts: 150
|
|
|
Where do we set the transaction attributes for methods used in our application ? Different methods are likely to have different transaction attributes set - isnt this possible when the transaction type setting in ejb-jar.xml file is Bean Managed ?
|
 |
Graham Thorpe
Ranch Hand
Joined: Mar 25, 2002
Posts: 264
|
|
|
U can set transaction attributes for methods using "WebLogicBuilder"
|
 |
Sachin Dangi
Greenhorn
Joined: Aug 31, 2003
Posts: 17
|
|
you can specify different transaction attributes for different methods of same ejb in ejb-jar.xml. given below is one eg.
|
 |
 |
|
|
subject: Setting transaction attributes
|
|
|