5.3.5 Editing Entity Bean properties
After adding an EJB-JAR property, you add and edit the Entity Bean property. This section describes the cosminexus.xml editor items and settings used for adding and editing anEntity Bean property.
- Organization of this subsection
- (1) Left pane
- (2) Right pane
(1) Left pane
Select Entity Bean Property. The following items are displayed, and you can add or delete the property:
![[Figure]](figure/zu051500.gif)
- Entity Bean Property
- Click the following button to add or delete property:
- Add button
- Adds the Entity Bean property.
- Note that if you click the Add button, the following tags are inserted at the end of the Entity Bean property in the source file:
<entity>
<ejb-name>Specify the EJB name for the Entity Bean property.</ejb-name>
</entity> |
- Remove button
- Deletes the Entity Bean property selected in the list.
(2) Right pane
If you select Entity Bean Property in the left pane, the following items are displayed and you can specify the property:
![[Figure]](figure/zu051600.gif)
- Entity Bean Property Details
- Specify the Entity Bean property details.
- EJB name
- Specify the key for identifying the Entity Bean. Corresponds to the value of the <ejb-name> tag under the <entity> tag exists under the <ejb-jar> tag.
- Resource Reference
- Edit the resource references. For details on the contents that you can specify, see the description about the resource references in 5.3.4(2) Right pane.
- Resource Environment Variable
- Edit the resource environment variables. For details on the contents that you can specify, see the description about the resource environment variables in 5.3.4(2) Right pane.