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

Missing service to represent the TransactionListenerRegistry

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • 10.0.0.Alpha6
    • Transactions
    • None
    • Hide

      Cast the transaction manager:

      if (tm instanceof TransactionListenerRegistry)
          return (TransactionListenerRegistry) tm;
      
      Show
      Cast the transaction manager: if (tm instanceof TransactionListenerRegistry) return (TransactionListenerRegistry) tm;
    • Low

    Description

      JBTM-2343 added an observer SPI for tracking transaction state association changes for use by the JPA subsystem. This needs to be available as a wildfly service for consumption by other subsystems (currently JPA casts the TM to get hold of the TransactionListenerRegistry).

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rhn-engineering-mmusgrov Michael Musgrove
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: