-
Bug
-
Resolution: Done
-
Minor
-
5.9.3.Final
-
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(); }