5.3.6 Editing Message-Driven Bean properties
After adding an EJB-JAR property, you add and edit the Message-Driven Bean property. This section describes the cosminexus.xml editor items and settings used for adding and editing a Message-Driven Bean property.
- Organization of this subsection
- (1) Left pane
- (2) Right pane
(1) Left pane
Select Message-Driven Bean Property. The following items are displayed, and you can add or delete the property:
![[Figure]](figure/zu051700.gif)
- Message-Driven Bean Property
- Click the following button to add or delete the property:
- Add button
- Adds the Message-Driven Bean property.
- Note that if you click the Add button, the following tags are inserted at the end of the Message-Driven Bean property in the source file:
<message>
<ejb-name>Specify the EJB name for the MessageDrivenBean property.</ejb-name>
</message> |
- Remove button
- Deletes the Message-Driven Bean property selected in the list.
(2) Right pane
If you select Message-Driven Bean Property in the left pane, the following items are displayed in the right pane, and you can specify the property:
![[Figure]](figure/zu051800.gif)
- Message-Driven Bean Property Details
- Specify the Message-Driven Bean property details.
- EJB name
- Specify the key for identifying Message-Driven Bean. Corresponds to the value of the <ejb-name> tag under the <message> tag that 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.