Administration Console Online Help

 Previous Next Contents Index  

 


EJB --> Configuration --> General

Tasks     Additional Documentation     Attributes

Overview

You can configure general information for the EJB on the Configuration tab. This includes the name and path of the EJB and general deployment instructions. You can combine EJB components into deployable units, such as JAR or EAR files. Because the EJB components are reusable, you can configure the general deployment instructions when you deploy the components in an application.

Tasks

Configuring EJB General Options

Additional Documentation

(Requires an Internet connection.)

Deploying EJBs in the Programming WebLogic Enterprise JavaBeans Guide

Attributes

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean: weblogic.management.
configuration.
EJBComponentMBean

Attribute: Name

Configurable: yes

Readable: yes

Writable: yes

Path

URI pointing to the application component, usually on the Admin Server

MBean: weblogic.management.
WebLogicMBean

Attribute: URI


Load Order

Specifies the order in which this EJB is loaded at server startup, relative to other EJBs. EJBs with the lowest values are loaded first.

Load Order is only supported for EJBs deployed with the 2 phase protocol. EJBs that are deployed as part of an Enterprise Application are loaded in the order in which they are specified in application.xml.

MBean: weblogic.management.
configuration.
ApplicationMBean

Attribute: LoadOrder

Default: 100



 

Back to Top Previous Next