The following table describes attributes for the ejb-module element.
Table 1–53 ejb-module Attributes| Attribute | Default | Description | 
|---|---|---|
| none | The name of the EJB module. | |
| none | The location of the EJB module in the Enterprise Server file system. | |
| user | (optional) Defines the type of the resource. Allowed values are: 
 | |
| enabled | true | (optional) Determines whether the EJB module is enabled. | 
| none | (optional) Specifies an absolute or relative path to libraries specific to this module or application. A relative path is relative to domain-dir/lib/applibs. If the path is absolute, the path must be accessible to the domain administration server (DAS), which means it must be under domain-dir. To include more than one path, use a system-specific separator, such as a colon for Solaris or a semicolon for Windows. The libraries are made available to the application in the order in which they are specified. | |
| false | (optional) Specifies whether availability is enabled in this EJB module for SFSB checkpointing (and potentially passivation). Availability must also be enabled for the application or stand-alone EJB module during deployment. For more information about availability, see availability-service. | |
| false | (optional) Specifies whether the application has been deployed as a directory. |