Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-11 Thread Sebastien
Hi Martin, I've removed all log4.properties files and... it's working! :) Thanks a million for your help! I am sure this will prevent some attacks of nerves when users will redeploy their wicket apps from JBoss7 to WildFly8.. Best regards, Sebastien. PS: Stefan David, thanks for your help too!

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-11 Thread Martin Grigorov
Cool! I'll see whether it is possible to filter out log4j.properties with maven-archetype-plugin and if it is then I'll update the quickstart generator. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Aug 11, 2014 at 10:39 AM, Sebastien seb...@gmail.com

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-11 Thread Martin Grigorov
http://jira.codehaus.org/browse/ARCHETYPE-274 apparently it is not supported for now Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Aug 11, 2014 at 10:42 AM, Martin Grigorov mgrigo...@apache.org wrote: Cool! I'll see whether it is possible to filter

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-11 Thread Martin Grigorov
https://issues.apache.org/jira/browse/WICKET-5671 :-) Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Aug 11, 2014 at 5:32 PM, Martin Grigorov mgrigo...@apache.org wrote: http://jira.codehaus.org/browse/ARCHETYPE-274 apparently it is not supported for

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-11 Thread Sebastien
Very nice! :) On Mon, Aug 11, 2014 at 9:50 PM, Martin Grigorov mgrigo...@apache.org wrote: https://issues.apache.org/jira/browse/WICKET-5671 :-) Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Aug 11, 2014 at 5:32 PM, Martin Grigorov

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-08 Thread Sebastien
Hi Stefan, Many thanks for your answer; yes, that helps to know that it is supposed to work out of the box! I tried your suggestion - even if INFO would have been enough for now - without more success. I also added Dependencies: org.slf4j,org.slf4j.impl,org.slf4j.jcl-over-slf4j,org.apache.log4j

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-08 Thread Sebastien
Hi Stefan, Thanks for your verification, it is really helpful. By conscience, I tried out the full profile, nothing better. I will investigate a little bit further and will post the answer (as supposed I find the answer... :s) Best regards, Sebastien. On Fri, Aug 8, 2014 at 2:32 PM, Stefan

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-08 Thread Martin Grigorov
I also just tried with wildfly 8.0.0 (I used it to implement web socket native support for it) and nothing of this helped. I tried with a file appender too. The file is created but remains empty. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Aug 8, 2014

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-08 Thread David Beer
, Internet: http://www.visionet.de Registergericht Fürth: HRB 6573, Geschäftsführer: Stefan Lindner -Ursprüngliche Nachricht- Von: Sebastien [mailto:seb...@gmail.com] Gesendet: Freitag, 8. August 2014 14:55 An: users@wicket.apache.org Betreff: Re: Wicket / WildFly 8: Log4J / SLF4J

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-08 Thread Sebastien
...@gmail.com] Gesendet: Freitag, 8. August 2014 14:55 An: users@wicket.apache.org Betreff: Re: Wicket / WildFly 8: Log4J / SLF4J ? Hi Stefan, Thanks for your verification, it is really helpful. By conscience, I tried out the full profile, nothing better. I will investigate a little

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-08 Thread David Beer
, Internet: http://www.visionet.de Registergericht Fürth: HRB 6573, Geschäftsführer: Stefan Lindner -Ursprüngliche Nachricht- Von: Sebastien [mailto:seb...@gmail.com] Gesendet: Freitag, 8. August 2014 14:55 An: users@wicket.apache.org Betreff: Re: Wicket / WildFly 8

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-08 Thread Sebastien
Hi David, Actually, I already receive jboss's logs (org.jboss, org.wildfly, javax.enterprise, org.hibernate) in the console (if it was not clear)... Yes, I did read the links you mentioned (even if lines like /subsystem=logging/logger=com.your.category:add does absolutely means nothing for me,

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-08 Thread Martin Grigorov
Sebastien, Remove any log4j.properties from your .war/.ear/.jar files. This fixed it here. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Aug 8, 2014 at 6:41 PM, Sebastien seb...@gmail.com wrote: Hi David, Actually, I already receive jboss's logs

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-08 Thread Sebastien
Hi Martin, I tried but I should have missed one because it was not working with my ear, I will test it again on Monday, but anyway you probably saved my week-end! ;) I also tried with a simple wicket quickstart and of course, it did not work because of the properties file. So there will be

Re: Wicket / WildFly 8: Log4J / SLF4J ?

2014-08-08 Thread Martin Grigorov
I have also removed log4j.jar from WEB-INF/lib. Maybe it is related too but the logs appeared after removing log4j.properties On Fri, Aug 8, 2014 at 8:05 PM, Sebastien seb...@gmail.com wrote: Hi Martin, I tried but I should have missed one because it was not working with my ear, I will test