JEUS JCA Guide 

JEUS v7.0 Fix#3

Document Information

Document Name: JEUS JCA Guide 

Document Created: 2014-08-29

Software Version: JEUS v7.0 Fix#3

Document Version: v2.1.5


Table of Contents

About This Document
1. JCA Standards
1.1. Overview
1.2. Connector Architecture
1.2.1. Outbound
1.2.2. Inbound
1.3. Resource Adapters and JDBC Driver
1.4. CCI (Common Client Interface)
2. Outbound Management
2.1. Management of Connection Pool and Connection
2.1.1. Connection Request Pattern of an Application
2.1.2. Relationship between Resource Adapter and Connection Pool
2.1.3. Strength of Connection Pool
2.1.4. Connection Pool Configuration
2.1.5. Features of Connection Pool
2.2. Transaction Management
2.2.1. Local Transaction Resource Participating in Global Transaction(XA)
2.2.2. Global Transaction(XA) and Connection Sharing
2.3. Example of Connection Pool Configuration
2.3.1. If there is one connection factory
2.3.2. If there are two connection factories
2.4. Monitoring and Controlling Connection Pools
2.4.1. Controlling Connection Pools
2.4.2. Monitoring Connection Pools
3. Inbound Management
3.1. Work Manager Management
3.1.1. Basic Concept
3.1.2. Work Manager Configuration
3.2. Message Inflow
4. Resource Adapter
4.1. Security Management
4.1.1. Connection Authentication
4.2. Packaging
4.3. Deployment
4.3.1. Class Loading in SHARED Mode
4.3.2. Redeployment
4.4. Registering Resource Adapters as Resources
4.4.1. How to use WebAdmin
A. Note for jeus-connector-dd.xml Configuration
Index

List of Figures

[Figure 1.1] Overview of connector architecture
[Figure 1.2] Inbound Message Inflow
[Figure 2.1] JCA Connection Pool Screen
[Figure 2.2] Creating JCA Connection Pool
[Figure 2.3] Creating JCA Connection Pool
[Figure 2.4] Monitoring JCA Connection Pools
[Figure 2.5] Checking Details of Connections in a JCA Connection Pool

List of Examples

[Example 2.1] Connection request: <<ejb-jar.xml>>
[Example 2.2] Connection request: <<jeus-ejb-dd.xml>>
[Example 2.3] Connection pool configuration when there is one connection factory: <<ra.xml>>
[Example 2.4] Connection pool configuration when there is one connection factory: <<jeus-connector-dd.xml>>
[Example 2.5] Connection pool configuration when there are two connection factories: <<ra.xml>>
[Example 2.6] Connection pool configuration when there are two connection factories: <<jeus-connector-dd.xml>>
[Example 3.1] Work Manager configuration: <<jeus-connector-dd.xml>>
[Example 3.2] MDB-interoperable resource configuration: <<jeus-ejb-dd.xml>>