http://bugzilla.slf4j.org/show_bug.cgi?id=137

           Summary: java.lang.NoSuchFieldError: name  at
                    org.slf4j.impl.Log4jLoggerAdapter.<init>(Log4jLoggerAdap
                    ter.java:75)
           Product: SLF4J
           Version: 1.5.x
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: Unspecified
        AssignedTo: [email protected]
        ReportedBy: [email protected]


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.


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to