| Parameter | Type | Applicability | Description | Mandatory |
|---|---|---|---|---|
| name | text | The name of generated facade
EJB. The default value is
|
false | |
| description | text | A description of the bean. Defaults to the first sentence of the class-level Javadoc comment of the bean class. | false | |
| display-name | text | The display name of the bean. | false | |
| small-icon | text | The small icon for the bean. | false | |
| large-icon | text | The large icon for the bean. | false | |
| jndi-name | text | Remote Session beans and Entity beans | Provides the JNDI name of the bean that is used in the vendor-specific deployment descriptors. | false |
| local-jndi-name | text | Provides the JNDI name of the bean that is used in the vendor-specific deployment descriptors. It is the JNDI name for the local EJB. | false | |
| view-type | text | Indicates what view-type is
supported by the bean. You must specify one of the following attributes:
|
false | |
| type | text | Defines the type of the
bean. You must specify one of the following attributes:
|
true | |
| transaction-type | text | Defines the transaction-type of
the bean. You must specify one of the following attributes:
|
false |