]
RH Bugzilla Integration commented on JBJCA-1318:
------------------------------------------------
Jiří Bílek <jbilek(a)redhat.com> changed the Status of [bug
list driven ExceptionSorter, StaleConnectionChecker
---------------------------------------------------
Key: JBJCA-1318
URL:
https://issues.jboss.org/browse/JBJCA-1318
Project: IronJacamar
Issue Type: Task
Components: JDBC
Reporter: Johnathon Lee
Assignee: Johnathon Lee
Priority: Minor
Fix For: WildFly/IronJacamar 1.3.4.Final, 1.0.37.Final, 1.2.8.Final
Configuration defined ExceptionSorter, StaleConnectionChecker.
Using an externally (from the implementation) defined "," separated list.
Defined via '<config-property name=prop_name
>value1,value2,value3</>' in the standalone/domain configuration files.
ie:
set via <config-property
name="FatalExceptions">10099,10100,10101</>
set via <config-property
name="StaleExceptions">10099,10100,10101</>
Documentation updated to reflect suggested error codes for vendor based upon the current
implementations.