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


Stephane <golgot...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |golgot...@gmail.com




--- Comment #4 from Stephane <golgot...@gmail.com>  2009-03-03 16:04:00 ---
Ciao Ceki,

I've the same problem with slf4j-spi-1.5.6 and slf4j-log4j12-1.5.6 :

Caused by: java.lang.IllegalAccessError: tried to access field
org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory
        at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
        at org.hibernate.cfg.Configuration.<clinit>(Configuration.java:151)
        at
org.hibernate.ejb.Ejb3Configuration.<clinit>(Ejb3Configuration.java:107)
        at
org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:124)
        at
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:52)
        at
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:34)

The member SINGLETON of StaticLoggerBinder is private but used by another class
(org.slf4j.LoggerFactory).

Meilleures salutations,
Stéphane


-- 
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
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to