Administration Console Online Help

 Previous Next Contents Index  

 


Entity Bean --> required --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to configure the required attributes for an entity bean. At least one cmp-field element must be present in the descrptor if the entity bean's persistence-type is Container, and none must be present if the entity bean's persistence-type is Bean.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

EJBName

Specify an enterprise bean's name. The name is assigned to the name of the enterprise bean in the ejb-jar file. The name must be uhnjique among the names of the enterprise beans in the same ejb-jar file.

Attribute: EJBName

Configurable: yes

Readable: yes

Writable: yes

Home

Provide the fully-qualified name of the enterprise bean's home interface.

Attribute: Home

Configurable: yes

Readable: yes

Writable: yes

Remote

Provide the fully-qualified name of the enterprise bean's remote interface.

Attribute: Remote

Configurable: yes

Readable: yes

Writable: yes

EJBClass

Provide the fully-qualified name of the enterprise bean's class.

Attribute: EJBClass

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next