On Friday, June 29, 2007, 8:03:08 AM, Nino <[EMAIL PROTECTED]> wrote:

See http://www.nabble.com/remove-test-scope-for-slf4j-in-pom.xml-t3913261.html
for background.


> thanks, now its working.. Thought that dependencies would have been 
> setup... So belived that something else was causing it..

> Igor Vaynberg wrote:
>> add this into your pom:
>>
>> <dependency>
>>             <groupId>org.slf4j</groupId>
>>             <artifactId>slf4j-log4j12</artifactId>
>>             <version>1.0.1</version>
>>         </dependency>
>>         <dependency>
>>             <groupId>log4j</groupId>
>>             <artifactId>log4j</artifactId>
>>             <version>1.2.14</version>
>>         </dependency>
>>
>>
>> -igor
>>
>>
>> On 6/28/07, *Nino Saturnino Martinez Vazquez Wael* 
>> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>>
>>     Sorry for hanging on this for a couple of days...
>>
>>     using the wicket 1.3 beta 2 release and
>>
>>     mvn install on wicket quickstart project and the deploying on
>>     tomcat 6,
>>     with the war from target folder yields this on my laptop:
>>
>>
>>     jun 29, 2007 12:57:44 AM org.apache.catalina.core.StandardContext
>>     filterStart
>>     SEVERE: Exception starting filter quickstart
>>     java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
>>         at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:57)
>>         at
>>     org.apache.wicket.protocol.http.WicketFilter
>>     .<clinit>(WicketFilter.java:73)
...

/Gwyn


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to