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.
The General section for session beans lets you set general information about
the session bean:
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.
Session Type. Specifies whether the session bean is a stateful session
or stateless session.
Transaction Type. Specifies whether the session bean's transactions
are managed by the container or by the bean. There are two types of bean-managed
transactions: JDBC and JTA transactions.
Each session bean also has the following sections in the ejb-jar.xml
editor: