Testing log4j - not assignable to a "org.apache.log4j.Appender" variable error

2002-07-23 Thread Reg Sherwood
Hi, Thanks for the response to my problem of the object is not assignable message. I still have the problem though. From reviewing what Ceki said I have looked at my classpath for my given application simple application. C:\dev\JDK\jdk1.3.1_04\\bin\javaw -classpath W:\platform\1.0\PDR001\p

Testing log4j - not assignable to a "org.apache.log4j.Appender" variable error

2002-07-12 Thread Reg Sherwood
Hi, I am currently using log4j 1.2.4, but I had to create a facade over the logging package so as to avoid direct imports in the application. Also, this facade implements certain business rules that I require. Everything from that point of view works, but now I need to write my junit test ca

Log4j with EJBs

2002-07-09 Thread Reg Sherwood
EAR to configure and watch for changes. Any thoughts on the best approach of handling this kind of selective logging within an application server? Thanks Reg Sherwood -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: log4j and weblogic 6.1

2002-02-25 Thread Reg Sherwood
e place). > Plus it provides the de-coupling you mention in option #3. > > > > > - Original Message - > From: "Reg Sherwood" <[EMAIL PROTECTED]> > To: "Log4J Users List" <[EMAIL PROTECTED]> > Sent: Friday, February 22, 2002 9:28 AM >

Re: log4j and weblogic 6.1

2002-02-22 Thread Reg Sherwood
Hi, I have been investigating using log4j within the J2EE environment. I can get the log4j package to work, but I cannot do the following: For discussion purposes I want to setup my various applications within the App Server (in my case BEA 6.1 SP2) as follows: APP1.EAR + Servlet1.WAR APP

Re: Log4j cannot find appenders

2002-02-22 Thread Reg Sherwood
t find appenders > > Reg, > > Very strange. Are you by any chance doing the configuration on a separate > thread? Regards, Ceki > > At 17:05 21.02.2002 -0400, Reg Sherwood wrote: > >Hi, > > > >I am using log4j 1.2 beta 3, and I receive the following mess

Log4j cannot find appenders

2002-02-21 Thread Reg Sherwood
Hi, I am using log4j 1.2 beta 3, and I receive the following message: log4j:WARN No appenders could be found for logger (com.examples.testapp3.ui.BatchTestClient). log4j:WARN Please initialize the log4j system properly. My messages are still logged, but the message keeps appearing at the start