Screenshot of the EJB module's Transaction Settings property editor with the modified settings. The modified settings are displayed as follows. The transaction attribute for the CatalogManagerBean session bean is still Required, but its individual business methods, represented as subnodes of the bean, have method-level transaction attribute settings of Requires New. Similarly, the node that represents the ItemBean entity bean still displays a transaction attribute of Required., but its subnodes, representing business methods, now display method-level transaction attribute settings of Mandatory.