RE: Question about the properties file. Please Help.

2001-11-16 Thread Paul Glezen
ond to "Log4J Developers List" <[EMAIL PROTECTED]> To: "Log4J Developers List" <[EMAIL PROTECTED]> cc: Subject: RE: Question about the properties file. Please Help. Hello, Anyone interested in adding version support for LoggingEvent serialization? Currently, t

RE: Question about the properties file. Please Help.

2001-11-16 Thread Ceki Gulcu
><[EMAIL PROTECTED]> >ltima.com> cc: > > Subject: RE: Question about the >properti

RE: Question about the properties file. Please Help.

2001-11-16 Thread qding
ltima.com> cc: Subject: RE: Question about the properties file. Please Help. 11/15/01 01:49

Re: Question about the properties file. Please Help.

2001-11-16 Thread qding
: Log4J Developers List <[EMAIL PROTECTED]> cc: 11/14/01 Subject: Re: Question about the properties file. Please Help.

Re: Question about the properties file. Please Help.

2001-11-16 Thread qding
; cc: Subject: Re: Question about the properties file. Please Help. 11/14/01

RE: Question about the properties file. Please Help.

2001-11-14 Thread Scott Coleman
: Question about the properties file. Please Help. Hello, LoggingEvent is serializable. It has been seralizable and serialized for a long time. There are two possible reasons for your problem: 1) You are not using the same log4j version on sender side and the MDB side. 2) log4j.jar and

Re: Question about the properties file. Please Help.

2001-11-14 Thread Ceki Gulcu
Hello, LoggingEvent is serializable. It has been seralizable and serialized for a long time. There are two possible reasons for your problem: 1) You are not using the same log4j version on sender side and the MDB side. 2) log4j.jar and consequently org.apache.log4j.spi.LoggingEvent is not acc

Re: Question about the properties file. Please Help.

2001-11-14 Thread Paul Glezen
ECTED]> cc: Subject: Re: Question about the properties file. Please Help. Hi, Ceki: I wrap the log4j into an EJB and config it to use JMSAppender to publish logging message to the JMS server on Weblogic 6.1. And I wrote a MessageDrivenBean (MDB) to consume the message by writing the msg to

Re: Question about the properties file. Please Help.

2001-11-14 Thread qding
Hi, Ceki: I wrap the log4j into an EJB and config it to use JMSAppender to publish logging message to the JMS server on Weblogic 6.1. And I wrote a MessageDrivenBean (MDB) to consume the message by writing the msg to our database. When the JMS server receives Message with ObjectMessage in it

Re: Question about the properties file. Please Help.

2001-11-13 Thread Ceki Gulcu
This is clearly a user question. Please post it on the log4j-users lists. Thank you. Ceki At 21:15 13.11.2001 -0800, you wrote: >I am trying to run a serverlet with JRun that uses Log4j. >I am getting strange behavior with the properties file. >I am getting a >log4j:ERROR could not read configu

Question about the properties file. Please Help.

2001-11-13 Thread fhunter
I am trying to run a serverlet with JRun that uses Log4j. I am getting strange behavior with the properties file. I am getting a log4j:ERROR could not read configuration file [log4j.Properties] FileNotFoundException ... yet, the file is being loaded and the log4j output coming out to the console