Details
-
Bug
-
Resolution: Incomplete
-
None
-
1.5.x
-
None
-
Operating System: Windows XP
Platform: PC
-
blocker
-
P1
-
137
Description
I'm using Grails which uses slf4j 1.5.x. I've recently run into the following bug:
java.lang.NoSuchFieldError: name
at org.slf4j.impl.Log4jLoggerAdapter.<init>(Log4jLoggerAdapter.java:75)
I took a look at the source for both Log4jLoggerAdapter.java and its parent class, MarkerIgnoringBase.java. Sure enough, no such field "name" exists in either class.
This is causing build failures for my project that I cannot get past.
Reproducing this bug should be a simple matter of creating an instance of Log4jLoggerAdapter.