2010年7月7日 星期三

[Hibernate] 使用hibernate會遇到的slf4j錯誤

at org.slf4j.impl.JCLLoggerAdapter.(JCLLoggerAdapter.java:49)
at org.slf4j.impl.JCLLoggerFactory.getLogger(JCLLoggerFactory.java:70)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:103)
at org.hibernate.cfg.Configuration.(Configuration.java:151)
at com.xxxxxx.SessionFactory(自訂的SessionFactory).(SessionFactory.java:xxx)

解決方法是更新"slf4j-jcl.jar"

http://www.slf4j.org/codes.html#jclDelegationLoop

沒有留言: