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

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

      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();
      }
      

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

                Created:
                Updated:
                Resolved: