In WebSphere Application Server (WAS) 6.0, the default transaction attribute for EJB methods is Required. This means the method must run within a transaction: if one exists, it joins; if not, the container creates a new one. This follows the EJB specification's default.