Administration Console Online Help

 Previous Next Contents Index  

 


Ejb Ref --> Configuration

Tasks     Additional Documentation     Attributes

Overview

In this tab, edit the ejb-ref element to define a reference to an EJB resource. The reference is mapped to the actual location of the EJB at deployment time by the mapping in the WebLogic-specific deployment descriptor file, weblogic.xml. Use a separate ejb-ref element to define each reference EJB name.

Tasks

EJBRef Configuration

Additional Documentation

(Requires an Internet connection.)

web.xml Deployment Descriptor Elements

Packaging EJBs for the WebLogic Server Container

weblogic-ejb-jar.xml Document Type Definitions

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



 

Back to Top Previous Next