Administration Console Online Help

 Previous Next Contents Index  

 


Ejb Ref --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to create a new EJBRef for your Web Application, defining its elements as specified in http://www.java.sun.com/dtd/ejb-jar_2_0.dtd.

Tasks

Using the Web Application Deployment Descriptor Editor

Configuring Error Pages

Additional Documentation

(Requires an Internet connection.)

Programming WebLogic Enterprise JavaBeans

Attributes

Attribute Label

Description

Value Constraints

Description

A text description of the reference.

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

EJBRef Name

The name of the EJB used in the Web Application. This name is mapped to the JNDI tree in the WebLogic-specific deployment descriptor weblogic.xml.

Attribute: EJBRefName

Configurable: yes

Readable: yes

Writable: yes

EJBRef Type

The expected Java class type of the referenced EJB.

Attribute: EJBRefType

Configurable: yes

Readable: yes

Writable: yes

Home Interface Name

The fully qualified class name of the EJB home interface.

Attribute: HomeInterfaceName

Configurable: yes

Readable: yes

Writable: yes

Remote Interface Name

The fully qualified class name of the EJB remote interface.

Attribute: RemoteInterfaceName

Configurable: yes

Readable: yes

Writable: yes

EJBLink Name

The <ejb-name>of an EJB in an encompassing J2EE application package.

Attribute: EJBLinkName

Configurable: yes

Readable: yes

Writable: yes

Run As

A security role whose security context is applied to the referenced EJB. Must be a security role defined with the <security-role>element.

Attribute: RunAs

Configurable: yes

Readable: yes

Writable: yes

Local Link

Attribute: LocalLink

Readable: yes



 

Back to Top Previous Next