Administration Console Online Help

 Previous Next Contents Index  

 


Weblogic Enterprise Bean --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to configure the deployment information for an enterprise bean that is specific to WebLogic Server.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

EJB Name

Specify the name of an enterprise bean. The name must be unique among the names of the enterprise beans in the ejb-jar file.

Attribute: EJBName

Configurable: yes

Readable: yes

Writable: yes

Enable Call By Reference

Specify that EJB methods called from within the same EAR file or standalone JAR file will pass arguments by reference. Pass-by-value is always necessary when the EJB is called remotely.

Attribute: EnableCallByReference

Default: true

Configurable: yes

Readable: yes

Writable: yes

Run As Identity Principal

EJB 2.0 specific Specify the principal to be used as the identity for beans that have a security-identity, run-as-specified-identity set in the ejb-jar.xml file.

Attribute: RunAsIdentityPrincipal

Configurable: yes

Readable: yes

Writable: yes

JNDI Name

Specify the JNDI name of an actual enterprise bean, resource, or reference available in WebLogic Server.

Attribute: JNDIName

Configurable: yes

Readable: yes

Writable: yes

LocalJNDI Name

Specify a JNDI name for a bean's local home. If an enterprise bean has both a remote and a local home, then it must have two JNDI names; one for each home.

Attribute: LocalJNDIName

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next