[jboss-jira] [JBoss JIRA] (DROOLS-4422) BasicXARecovery calculates the name of the XA recovery properties file incorrectly if a number of connections is included

Mario Fusco (Jira) issues at jboss.org
Fri Aug 9 03:57:00 EDT 2019


     [ https://issues.jboss.org/browse/DROOLS-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Fusco updated DROOLS-4422:
--------------------------------
    Sprint: 2019 Week 32-34


> BasicXARecovery calculates the name of the XA recovery properties file incorrectly if a number of connections is included
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DROOLS-4422
>                 URL: https://issues.jboss.org/browse/DROOLS-4422
>             Project: Drools
>          Issue Type: Bug
>    Affects Versions: 7.24.0.Final
>            Reporter: Simon Dallaway
>            Assignee: Mario Fusco
>            Priority: Trivial
>
> The procedure initialise of BasicXARecovery incorrectly calculates the name of the XA recovery properties file if a number of connections is included
> The current code is
> fileName = parameter.substring(0, breakPosition - 1);
> The correct code should be
> fileName = parameter.substring(0, breakPosition);



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list