SocketServer logging problem

2001-06-20 Thread Matthieu Morel
Hello, I am trying to log statements coming from EJBs to a SocketServer. The logging to the SocketServer works fine usually, but when I try to log from an EJB, I get no log, but this message on the SocketServer : (this happens even after a basic log statement, such as : cat.debug("log me please

Re: SocketServer logging problem

2001-06-20 Thread Ceki Gülcü
Are you using a custom Priority class? Is there a mismatch between the client and the server log4j versions? Ceki At 18:27 20.06.2001 +0200, you wrote: >Hello, > >I am trying to log statements coming from EJBs to a SocketServer. > >The logging to the SocketServer works fine usually, but when I

Re: SocketServer logging problem

2001-06-21 Thread Matthieu Morel
Thanks for your quick answer! And yes indeed, the client (JBoss2.2.2) was using log4j1.0.4, and the server (SocketServer) was using log4j1.1.3. Using 1.1.3 for both solved the problem! Matt -- Are you using a custom Priority class? Is there a mismatch between the