The slf4j needs to be updated as it has some new methods which are used for debugging/logging - I had this problem too, but it was sorted by going to the newer version - not sure what it is, but have a look at the magnolia-parent-pom module for the version of Magnolia you're using. You should be able to use the Magnolia repo to get the appropriate version of slf4j (also in the pom). If you look at the method signature it specifies 'org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V' which (I think) means a method signature : public void log(String, String ..., Throwable) - note the varargs.
Can't help with the other error tho' tim -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=37ba6072-8fbd-4c35-8501-ed35e512117b ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
