Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-3124

io.narayana.spi.util.XADSWrapper infinite loop on getParentLogger() method

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 5.9.5.Final
    • 5.9.3.Final
    • JTA
    • None

    Description

      The method getParentLogger() calls itself
      https://github.com/jbosstm/narayana/blob/5.9.3.Final/ArjunaJTA/spi/src/test/java/io/narayana/spi/util/XADSWrapper.java#L125

      @Override
      public Logger getParentLogger() throws SQLFeatureNotSupportedException {
          return getParentLogger();
      }
      

      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:
              Resolved: