uCosminexus Application Server, Application Development Guide

[Contents][Glossary][Index][Back][Next]

5.3.3 Editing EJB-JAR properties

This subsection describes the cosminexus.xml editor Overview tab items and settings used for adding and editing EJB-JAR properties.

Organization of this subsection
(1) Left pane
(2) Right pane

(1) Left pane

Select EJB-JAR Property. The following items are displayed, and you can add or delete properties:

[Figure]

EJB-JAR Property
Click the following buttons to add or delete a property:
Add button
Adds the EJB-JAR property.
Note that if you click the Add button, the following tag is inserted at the end of the EJB-JAR property in the source file:
<ejb-jar>
<module-name>Specify the module name for the EJB-JAR property. </module-name>
</ejb-jar>
However, if the DTD file is deleted because of incorrect operations and if you cannot specify the insert location, the tag is inserted at the end of the attribute group immediately below the cosminexus-app property.
Remove button
Deletes the EJB-JAR property selected in the list.

(2) Right pane

If you select EJB-JAR Property in the left pane, the following items are displayed in the right pane, and you can specify a property:

[Figure]

EJB-JAR Property Details
Specify EJB-JAR property details.
Module name
Specify the key used for identifying EJB-JAR. Corresponds to the <module-name> tag under the <ejb-jar> tag.