Note
You must import the referred class (the ejbdoclet one) even if your EJB does not need it to the bean with the EJB-name. The ref-name is optional; if not specified, then the reference name is the EJB-name prefixed by ejb/.Parameter | Type | Applicability | Description | Mandatory |
ejb-name | text | The name of the EJB being referenced. | true | |
view-type | text | The view-type that the reference
uses. You must specify one of the following attributes:
|
true | |
ref-name | text | The name that the referenced bean will be called. For example, the bean Customer as java:comp/env/ejb/Customer name will be called ejb/Customer. The default value is ejb/[ejb-name], where [ejb-name] is the name of the referenced bean. | false |