Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain Application Deployment: Administration: General

Configuration Options     

Use this page to view and modify general properties for this resource adapter.

Configuration Options

Name Description
Deployment Order

An integer value that indicates when this unit is deployed, relative to other deployable units on a server, during startup.

Units with lower values are deployed before those with higher values.

MBean Attribute:
AppDeploymentMBean.DeploymentOrder

Changes take effect after you redeploy the module or restart the server.

Deployment Principal Name

A string value that indicates the principal that should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener. If no principal name is specified, then the anonymous principal will be used.

MBean Attribute:
AppDeploymentMBean.DeploymentPrincipalName

Changes take effect after you redeploy the module or restart the server.

Native Lib Dir

The directory where native libraries are stored.

JNDI Name

The JNDI name of the resource adapter bean.

Access Outside App Enabled

Specifies whether this resource adapter can be accessed from outside the application.

Global Access To Classes Enabled

Specifies whether access to resource adapter classes is enabled.

Deploy As A Whole

Specifies whether the resource adapter is deployed as a whole.

If set to true (the default), the resource adapter deployment automatically fails if an error occurs in any outbound connection pool. If set to false, in a resource adapter that is configured with multiple outbound connection pools, deployment succeeds (but in a HEALTH_CRITICAL state) even if an error occurs during the creation or configuration of at least one outbound connection pool.

Note that a resource adapter's health state can be monitored from the adapter deployment's Monitoring > Health page.


Back to Top