JEUS JCA Guide 

JEUS 8

Restricted Rights Legend

All TmaxSoft Software(JEUS®) and documents are protected by copyright laws and international convention. TmaxSoft software and documents are made available under the terms of the TmaxSoft License Agreement and this document may only be distributed or copied in accordance with the terms of this agreement. No part of this document may be transmitted, copied, deployed, or reproduced in any form or by any means, electronic, mechanical, or optical, without the prior written consent of TmaxSoft Co., Ltd. Nothing in this software document and agreement constitutes a transfer of intellectual property rights regardless of whether or not such rights are registered) or any rights to TmaxSoft trademarks, logos, or any other brand features.

This document is for information purposes only. The company assumes no direct or indirect responsibilities for the contents of this document, and does not guarantee that the information contained in this document satisfies certain legal or commercial conditions. The information contained in this document is subject to change without prior notice due to product upgrades or updates. The company assumes no liability for any errors in this document.

Trademarks

JEUS® is registered trademark of TmaxSoft Co., Ltd.

Java and Solaris are registered trademarks of Oracle Corporation and its subsidiaries and affiliates.

Microsoft, Windows, and Windows NT are registered trademarks or trademarks of Microsoft Corporation.

HP-UX is a registered trademark of Hewlett Packard Enterprise Company.

AIX is a registered trademark of International Business Machines Corporation.

UNIX is a registered trademark of X/Open Company, Ltd.

Linux is a registered trademark of Linus Torvalds.

Other products and company names are trademarks or registered trademarks of their respective owners.

The names of companies, systems, and products mentioned in this manual may not necessarily be indicated with a trademark symbol (TM, ®).

Open Source Software Notice

Some modules or files of this product are subject to the terms of the following licenses. : APACHE2.0, CDDL1.0, EDL1.0, OPEN SYMPHONY SOFTWARE1.1, TRILEAD-SSH2, Bouncy Castle, BSD, MIT, SIL OPEN FONT1.1

Detailed Information related to the license can be found in the following directory : ${INSTALL_PATH}/lib/licenses

Document Information

Title: JEUS JCA Guide 

Publication Date: 2018-01-31

Software Version: JEUS 8

Edition: v2.1.1


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. Common Client Interface (CCI)
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. Connection Pool Features
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. Configuring a Connection Pool with One Connection Factory
2.3.2. Configuring a Connection Pool with 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. Notes for jeus-connector-dd.xml Configuration
Index

List of Figures

[Figure 1.1] Overview of the 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] Configuring a connection pool with one connection factory: <<ra.xml>>
[Example 2.4] Configuring a connection pool with one connection factory: <<jeus-connector-dd.xml>>
[Example 2.5] Configuring a connection pool with 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>>