Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-15234

Transaction subsystem misses to configure already defined obj store browser definitions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 24.0.1.Final
    • Transactions
    • None

    Description

      The transaction subsystem seems not to add the Narayana ObjStoreBrowser types definitions to the objStoreBrowser instance. Integration declares the types but they are not placed to the Narayana configuration.

      There is created a HashMap with browser types and beans
      https://github.com/wildfly/wildfly/blob/24.0.1.Final/transactions/src/main/java/org/jboss/as/txn/service/ArjunaTransactionManagerService.java#L94
      it's filled with data in the start method
      https://github.com/wildfly/wildfly/blob/24.0.1.Final/transactions/src/main/java/org/jboss/as/txn/service/ArjunaTransactionManagerService.java#L98
      but the HashMap seems never being applied to browser object
      https://github.com/wildfly/wildfly/blob/24.0.1.Final/transactions/src/main/java/org/jboss/as/txn/service/ArjunaTransactionManagerService.java#L157

      Attachments

        Activity

          People

            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: