Administration Console Online Help

 Previous Next Contents Index  

 


Resource Ref --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to configure an enterprise bean's reference to an external resource.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

Description

Provide text that describes the parent element.

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

Res Ref Name

Specify the name of a resource manager connection factory reference.

Attribute: ResRefName

Configurable: yes

Readable: yes

Writable: yes

Res Type

Specify the type of the data source. The type is specified by the Java interface (or class) expected to be implemented by the data source.

Attribute: ResType

Valid values:

  • "javax.sql.DataSource"

  • "javax.jms.QueueConnectionFactory"

  • "javax.jms.TopicConnectionFactory"

  • "javax.mail.Session"

  • "java.net.URL"

Configurable: yes

Readable: yes

Writable: yes

Res Auth

Specify whether the enterprise bean code signs on programmatically to the resource manager, or whether the container will sign on to the resource manage on behalf of the bean. In the latter case, the container uses information that is supplied by the Deployer.

Attribute: ResAuth

Valid values:

  • "Application"

  • "Container"

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next