Re: Subclassing a Logger

2005-02-23 Thread Gonçalo Luiz
That was my first idea. But then I found the subclassing examples in log4j distribution and I tried to go that way. Thanks anyway, Gonçalo Luiz, Portugal. On Wed, 23 Feb 2005 17:24:08 -0500, robert frapples <[EMAIL PROTECTED]> wrote: > Don't subclass Logger, wrap it. > > On Tue, 22 Feb 2005 16:

Re: Subclassing a Logger

2005-02-23 Thread robert frapples
Don't subclass Logger, wrap it. On Tue, 22 Feb 2005 16:05:08 +, Gonçalo Luiz <[EMAIL PROTECTED]> wrote: > Hello. > I am working with log4j version 1.2.9. > > I am trying to subclass a logger with my own logger - To unsubscr

Re: NDC and multiple Ears in J2EE environment

2005-02-23 Thread Sushil Sureka
Thanks for replying. You are right that something like context can be used to put auxilary information (actually seems like weblogic 9.0 is going to make it easy based on what I read yesterday on bea website) The issue that would need to be addressed after that is at what point could NDC be popula

Re: Log File Name !!

2005-02-23 Thread Jacob Kjome
Quoting jerome moliere <[EMAIL PROTECTED]>: > > > I think RollingFileAppender does that except that it does it by size, > > not by run. Could whatever starts your program rename the log files > > before starting? > > > > I guess that you could use the RoolingFileAppender from the JBOSS group, > b

RE: log4j.properties not found.

2005-02-23 Thread Hariharan Balakrishnan
Return Receipt Your RE: log4j.properties not found. document :

Re: Bug in JNDIConnectionSource

2005-02-23 Thread James Stauffer
Are you trying to make a new OracleDialet? What is the bug in the current class? I guess I don't quite understand your problem and how you are trying to fix it. On Wed, 23 Feb 2005 09:18:05 +0100 (MET), Arthur Brown <[EMAIL PROTECTED]> wrote: > Hi James, > > no, I'm trying to use it with Oracle.

Re: Log File Name !!

2005-02-23 Thread jerome moliere
> I think RollingFileAppender does that except that it does it by size, > not by run. Could whatever starts your program rename the log files > before starting? > I guess that you could use the RoolingFileAppender from the JBOSS group, because it delivers in standard the exact feature expected!!

Re: Log File Name !!

2005-02-23 Thread James Stauffer
I think RollingFileAppender does that except that it does it by size, not by run. Could whatever starts your program rename the log files before starting? shirish <[EMAIL PROTECTED]> wrote: > Hi, > > I have a reqmt for a stand alone java client to output the log to a log > file. > This log file

Log File Name !!

2005-02-23 Thread shirish
Hi, I have a reqmt for a stand alone java client to output the log to a log file. This log file should be created per run of the java client. The earlier log file should be renamed with an incremental integer for e.g applog.log is already existing next run of the client should generate applog.log

Re: Bug in JNDIConnectionSource

2005-02-23 Thread Arthur Brown
Hi James, no, I'm trying to use it with Oracle. However it cannot work with any dialect, because as I described, it has a bug. The dialect attribute is set in base class: ConnectionSourceSkeleton and the getter in the derived class JNDIConnectionSource getSQLDialectCode() is returning the attrib