[jboss-user] [Beginners Corner] - Re: Warning when use log4j

2007-09-10 Thread changemylife
Hi all ! Thanks about your guides. I solved my problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082471#4082471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082471

[jboss-user] [Beginners Corner] - Re: Warning when use log4j

2007-09-09 Thread PeterJ
That makes perfect sense. You need to satisfy three conditions to get this warning: 1) No log4j.properties or log5j.xml file 2) The lag4j.jar file in your classpath 3) Invoke a method that tried to log something Apparently, when your client calls an EJB, all three conditions are satisfied. For

[jboss-user] [Beginners Corner] - Re: Warning when use log4j

2007-09-08 Thread changemylife
Hi all! Some warning that I received from client. But has a problem that I understand. If my client is EJB project, I will receive this warning. But if my client app is Java project, I not receive some warning! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Beginners Corner] - Re: Warning when use log4j

2007-09-07 Thread PeterJ
The warning you are getting, is it on the client or on the server? I am assuming client (that is where I usually get this error). This means that either the client itself, or one of the libraries it is using, does logging, but not logging configuration (whether properties or xml) was found. You