Author: dkulp
Date: Thu Feb 4 16:19:42 2010
New Revision: 906549
URL: http://svn.apache.org/viewvc?rev=906549&view=rev
Log:
Merged revisions 906544 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r906544 | dkulp | 2010-02-04 11:15:31 -0500 (Thu, 04 Feb 2010) | 1 line
[CXF-2651] Fix detection of slf4j
........
Modified:
cxf/branches/2.2.x-fixes/ (props changed)
cxf/branches/2.2.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java
Propchange: cxf/branches/2.2.x-fixes/
('svn:mergeinfo' removed)
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.2.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java?rev=906549&r1=906548&r2=906549&view=diff
==============================================================================
---
cxf/branches/2.2.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java
(original)
+++
cxf/branches/2.2.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java
Thu Feb 4 16:19:42 2010
@@ -77,7 +77,7 @@
}
}
if (StringUtils.isEmpty(cname)) {
- Class.forName("org/slf4j/impl/StaticLoggerBinder");
+ Class.forName("org.slf4j.impl.StaticLoggerBinder");
Class<?> cls = Class.forName("org.slf4j.LoggerFactory");
Class<?> fcls =
cls.getMethod("getILoggerFactory").invoke(null).getClass();
if (fcls.getName().contains("Log4j")) {