Developing Resource Adapters for Oracle WebLogic Server
Table of Contents
Show All | Collapse- Title and Copyright Information
- Preface
- 1 Introduction and Roadmap
- 2 Understanding Resource Adapters
- 3 Creating and Configuring Resource Adapters
- 4 Programming Tasks
- 5 Using Contexts and Dependency Injection in Resource Adapters
- 6 Connection Management
- Connection Management Contract
- Configuring Outbound Connections
- Configuring Inbound Connections
- Configuring Connection Pool Parameters
- initial-capacity: Setting the Initial Number of ManagedConnections
- max-capacity: Setting the Maximum Number of ManagedConnections
- capacity-increment: Controlling the Number of ManagedConnections
- shrinking-enabled: Controlling System Resource Usage
- shrink-frequency-seconds: Setting the Wait Time Between Attempts to Reclaim Unused ManagedConnections
- highest-num-waiters: Controlling the Number of Clients Waiting for a Connection
- highest-num-unavailable: Controlling the Number of Unavailable Connections
- connection-creation-retry-frequency-seconds: Recreating Connections
- match-connections-supported: Matching Connections
- test-frequency-seconds: Testing the Viability of Connections
- test-connections-on-create: Testing Connections upon Creation
- test-connections-on-release: Testing Connections upon Release to Connection Pool
- test-connections-on-reserve: Testing Connections upon Reservation
- deploy-as-a-whole: Isolating Outbound Connection Pool Failures from the Whole Adapter Deployment
- Connection Proxy Wrapper - 1.0 Resource Adapters
- Reset a Connection Pool
- Testing Connections
- 7 Transaction Management
- 8 Message and Transactional Inflow
- 9 Security
- Container-Managed and Application-Managed Sign-on
- Credential Mapping for Making Outbound Connections
- Security Inflow
- Security Policy Processing
- Configuring Security Identities for Resource Adapters
- default-principal-name: Default Identity
- manage-as-principal-name: Identity for Running Management Tasks
- run-as-principal-name: Identity Used for Connection Calls from the Connector Container into the Resource Adapter
- run-work-as-principal-name: Identity Used for Performing Resource Adapter Management Tasks
- Configuring Connection Factory-Specific Authentication and Re-authentication Mechanisms
- 10 Packaging and Deploying Resource Adapters
- A weblogic-ra.xml Schema
- B Resource Adapter Best Practices