bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


EJB --> Configuration --> General

Tasks     Attributes

Overview

You can display an EJB's name, path and staging mode and specify a standalone EJB's load order via the Configuration --> General tab.

Tasks

Displaying and Configuring General Information

Attributes

Table 7-2

Attribute Label

Description

Value Constraints

Name

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

MBean: weblogic.management.
configuration.
EJBComponentMBean

Attribute: Name


Path

The pathname to the .jar.

MBean: weblogic.management.
configuration.
EJBComponentMBean

Attribute: Path


Load Order

Specifies the order in which a standalone EJB is loaded at server startup. EJBs with the lowest values are loaded first.

EJB ordering is only supported for EJBs deployed with the 2 phase protocol.

MBean: weblogic.management.
configuration.
ApplicationMBean

Attribute: LoadOrder

Default: 100

Staging Mode

Indicates whether this standalone EJB is being staged. Staging involves distributing the application files from the administration server to the targeted managed servers staging directory. This attribute is used to override the managed server's StagingMode attribute.

MBean: weblogic.management.
configuration.
ApplicationMBean

Attribute: StagingMode

Default: null

Valid values:

  • nostage

  • stage

  • external_stage

 

Back to Top Previous Next