[slf4j-user] Integrating with axis 1.4

Loren Cole loren.cole at gmail.com
Wed Feb 20 23:30:56 CET 2013


I'm trying to modernize our platform, but am running into sfl4j
issues.  I'm using seam 2.3 and jboss 7 which both use slf4 1.6, but
some of our payment gateway drivers require axis 1.4 which uses an
older version of sfl4j, and as a result I'm getting this error at
runtime:

java.lang.NoSuchMethodError:
org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
	at org.apache.commons.logging.impl.SLF4JLocationAwareLog.debug(SLF4JLocationAwareLog.java:133)


Is this the sort of issue that jcl-over-slf4j is designed to help
with?  If not can somebody out there point me in the right direction?

Thanks,
Loren


More information about the slf4j-user mailing list