
Use this procedure to edit the transaction settings of an EJB JAR.
You can set a transaction attribute on a method, interface or the whole bean. If you set it on a bean, it will also appear for all interfaces and methods that belong to this bean. If you set it on an interface, it will also appear for all methods of this interface. If you set it on a method, it will be only for this method.
You need to have: