The ejb-jar.xml visual editor lets you edit the general for an EJB module. You open the editor by expanding the project's
Configuration Files node in the Projects window and double-clicking ejb-jar.xml.
The Enterprise Beans section of the General tab contains a section for each
of your EJB module's enterprise beans.
For each message-drive bean, you can specify the following information in the
General section:
Name. Specifies the enterprise bean's name. This name is not related
to the bean's JNDI name that is specified in the sun-ejb-jar.xml
deployment descriptor. The name must be unique in the ejb-jar.xml
file.
Transaction Type. Specifies whether the bean's transactions are managed
by the container or by the bean.
Message Selector.
Acknowledge Mode.
Destination Type.
Durability.
Each message-driven beans also has the following sections in the ejb-jar.xml editor: