Re: Can't stop console warnings

2008-06-15 Thread jefetech
Thanks for the replies here everybody. I solved the issue. Stupid stupid error on my part, of course. Always is. I had the log4j.jar but forgot to copy over the commons-loggin.jar file. Works fine when the correct jars are included :) jefetech wrote: > > Ya that looks just lik

Re: Can't stop console warnings

2008-06-15 Thread jefetech
t; > This's a big problem, I had to iterate list with 100 rolls each roll had > two > if this warnings the page was loading in slow motion > mode.. > > If you need another configuration file just tell > > > 2008/6/15 jefetech <[EMAIL PROTECTED]>: > >

Re: Can't stop console warnings

2008-06-15 Thread jefetech
ties > file: > > ### set log levels - for more verbose logging change 'info' to 'debug' > stdout ### > > log4j.rootLogger=info > > > > > 2008/6/15 Dave Newton <[EMAIL PROTECTED]>: > >> Are you actually using Log4J? >> >>

Re: Can't stop console warnings

2008-06-15 Thread jefetech
d in the log4j.properties you add following line: > > log4j.category.com.opensymphony.xwork2.util.logging.jdk.JdkLogger=ERROR > > That should log only error-messages coming from this class. > > Joachim > > jefetech schrieb: >> I just converted from struts 1 to 2.1. I've got

Can't stop console warnings

2008-06-15 Thread jefetech
I just converted from struts 1 to 2.1. I've got everything working, but I can't seem to stop this warning from being spit out in the console every time struts runs. Any help would be great. thank you. Jun 15, 2008 11:43:01 AM com.opensymphony.xwork2.util.logging.jdk.JdkLogger warn WARNING: Cou