Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.62 KB

WFLY-14266_Enable_configuration_of_resource_adapter_validation_log_directory.adoc

File metadata and controls

72 lines (45 loc) · 1.62 KB
categories
jca
resource-adapter

Enable configuration of resource adapter validation log directory

Overview

Currently resource-adapter validation logs are not created because report-directory property that IronJacamar uses is always null. The goal of this RFE is to implement config of validator log directory so that customers can see result of the validation.

Configuration

'report-directory' tag will be added to 'resource-adapters' subystem. The tag will contain a 'path' element which configures the location of a validation log.

{code} <subsystem xmlns="urn:jboss:domain:resource-adapters:6.1"> <resource-adapters> (…​) </resource-adapters> <report-directory path="/foo/baz"/> </subsystem> {code}

Issue Metadata

Issue:

Dev Contacts:

Testing by:

  • Engineering

Affected Projects or Components:

  • IronJacamar, WildFly Connector

Requirements

Customers should be able to configure report directory for resource adapter validation logs.

Proposed solution

Extends resource adapters subsystem so that it contains report-directory configuration.

Test Plan

Resource adapters subsystem tests would verify whether report-directory configuration is parsed correctly.

Community docs

  • None