Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


EJB --> Configuration --> General

Tasks     Attributes

Overview

This page displays an EJB's name, path, staging mode and load order.

Tasks

Displaying and Configuring General Information

Attributes

Table 85-1

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

 

Skip navigation bar  Back to Top Previous Next