sun-ejb-jar.xml Visual Editor: Session Bean
See Also
You get to this pane by expanding the Sun Configuration node in the sun-ejb-jar.xml
visual editor and clicking the session bean node (
).
This pane lets you edit the sun-ejb-jar deployment descriptor entries
for the Session EJB.
In addition to the general bean settings, the following configuration tabs contain
elements specific to session beans:
General Bean Settings
Each EJB has the following elements:
- Name. The name field contains the name of the bean. This name cannot be changed in the visual editor.
- JINDI name.
This specifies the JNDI name of the session bean. In the case of session beans, this name
specifies the global JNDI name of the EJBHome object. This name is required if the session bean exposes a remote view.
- Pass by Reference.
This specifies the passing method used by the enterprise bean
calling a remote interface method in another bean co-located within the same process.
The following three options are available:
- No value set (empty). When no value is set, the default passing method is used. The default is pass-by-value.
- True. When set to True, pass-by-reference semantics is used.
- False. When set to False, the enterprise bean uses pass-by-value semantics for calls to remote interfaces.
Web Service Endpoints
For EJB based web service endpoint configuration, see
Webservice Descriptor
- See Also
- sun-ejb-jar.xml Visual Editor
Session Bean Configuration Tabs
Sun Configuration
Entity Bean
Message Bean
Web Service Descriptor
- About Session Beans
- Configuring EJB Deployment Descriptors
Legal Notices