[jboss-jira] [JBoss JIRA] (WFLY-4132) Transaction subsystem does not initialise the recovery store correctly

Michael Musgrove (JIRA) issues at jboss.org
Thu Nov 27 07:47:39 EST 2014


Michael Musgrove created WFLY-4132:
--------------------------------------

             Summary: Transaction subsystem does not initialise the recovery store correctly
                 Key: WFLY-4132
                 URL: https://issues.jboss.org/browse/WFLY-4132
             Project: WildFly
          Issue Type: Bug
          Components: Transactions
    Affects Versions: 9.0.0.Alpha1
            Reporter: Michael Musgrove
            Assignee: Michael Musgrove
             Fix For: 9.0.0.Beta1


The initialisation code in the transaction subsystem sets the transaction log directory on the wrong instance (https://github.com/wildfly/wildfly/blob/master/transactions/src/main/java/org/jboss/as/txn/service/ArjunaObjectStoreEnvironmentService.java#L78). The code should pass in the null string for the instance name to get the default instance.

The bug arises because we recently fixed JBTM-2207 in order to avoid string comparison with the default name and the reason this is not a backwards compatibility issue is that com.arjuna.common.internal.util.propertyservice.BeanPopulator is internal code that the app server is using.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jboss-jira mailing list