RE: log4j MDC feature request

2003-12-30 Thread Paul Smith
These features are already within the latest HEAD of the log4j CVS module, and will be available with the 1.3 release. cheers, Paul Smith -Original Message- From: Rob Butler To: [EMAIL PROTECTED] Sent: 12/31/03 12:00 PM Subject: log4j MDC feature request It would be nice if the MDC had

RE: MDC copies

2004-02-04 Thread Paul Smith
On Thu, 2004-02-05 at 09:03, [EMAIL PROTECTED] wrote: I'm not sure if the memento will work. Here is our scenario: We have a map of parameters that need to go into MDC that we want to print in the log as a block. So, lifecycle looks like this: SharedContext.put(userId, bob); ...

Re: Log4j Domains - Volunteer

2004-02-18 Thread Paul Smith
HEAD of the log4j CVS module to become familiar with the inner workings. cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Prototype written : JNI Syslog appender

2004-02-29 Thread Paul Smith
item. (this prevents it from getting lost) - ideally its in the diff -u format, but since it's probably all new files, the new java file, or zip up multiple. * Also post the above to the log4j-dev list for review. regards, Paul Smith

Re: Re: Prototype written : JNI Syslog appender

2004-03-01 Thread Paul Smith
need anything else. I think that I have explained everything you would need in the javadocs. Please let me know if this will make it into the baseline. Thanks again ! ---Original Message--- From: Paul Smith [EMAIL PROTECTED] Subject: Re: Prototype written : JNI Syslog

Re: TRACE!!! (Was: Re: Log4j Domains - Volunteer)

2004-03-10 Thread Paul Smith
implementation details that have been discussed so far as I've been too busy to focus on it (I wouldn't use TRACE, personally). Hope everyone is well. cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [VOTE] Adding the TRACE level

2004-03-13 Thread Paul Smith
who want it, and just move on. And if adding TRACE does end up causing us pain, I promise I will send any -1 voters some premium Australian beer/wine (note: Foster's beer is crap, all Australian's consider it evil). (you can consider me a +1 if the 0.5 screws things up). cheers, Paul Smith

RE: [VOTE] Adding the TRACE level

2004-03-15 Thread Paul Smith
For CONFIG though, not so sure. Having it controllable on a package by package basis along with the other levels seems right. Also seems logical to show/hide in logFactor5 the same way as any other level. However if seperately named loggers is the recommended design pattern to use I

RE: [VOTE] Adding the TRACE level

2004-03-15 Thread Paul Smith
I have chosen info here, but the level used is completely arbitrary which to me raises a warning. Also to do something like Set package com.mycomp.package1 to show DEBUG level, which includes CONFIG as well, would take two lines in the prop file, or logFactor5 viewer - i.e. have to keep them

RE: org\apache\log4j\db\dialect\oracle.sql

2004-05-11 Thread Paul Smith
Title: org\apache\log4j\db\dialect\oracle.sql That would be most appreciated. -Original Message-From: James Stauffer [mailto:[EMAIL PROTECTED]Sent: Wednesday, 12 May 2004 3:18 AMTo: '[EMAIL PROTECTED]'Subject: org\apache\log4j\db\dialect\oracle.sql The current version of

RE: [GUMP@brutus]: jakarta-commons/commons-logging failed

2004-05-11 Thread Paul Smith
fear we might have a problem. What are your thoughts? cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Using latest Log4J and Jakarta Commons Logging

2004-05-11 Thread Paul Smith
Title: Message Actually gump has already picked up some things regarding the latest log4j and commons-logging, and we are already looking into it. You might want to build from cvs from about a week ago until this has been resolved. cheers, Paul Smith -Original Message-From

RE: Proposed Enhancments to HTMLLayout

2004-05-11 Thread Paul Smith
I think wrap is a bit strong, as we will require each field individually to add in the html required to do table cells and such. But I get what you are talking about. Couldn't each line be represented by one pattern? e.g. the pattern string might be: td%C/tdtd%M/td .. You get what

RE: Proposed Enhancments to HTMLLayout

2004-05-11 Thread Paul Smith
, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/ help tutorial.html

2004-05-12 Thread Paul Smith
Goodness me, what a change... Thanks heaps Scott, in particular thinking of the backward compatability issue of getting XML with MDC inside and automatically forwarding on to the properties... You've been busy! :) Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: cvs commit: logging-log4j/src/java/org/apache/log4j/joran Jor anConfigurator.java

2004-05-12 Thread Paul Smith
- Fixes to LocationInfoTest. (a little testing goes a long way..) this should keep gump happy (at last). Maybe they should rename Gump to Grumpy... :) It's great at nagging! Paul - To unsubscribe, e-mail: [EMAIL

RE: NTEventLogAppender event ID customization?

2004-05-12 Thread Paul Smith
Sounds great! -Original Message-From: Jon Russell [mailto:[EMAIL PROTECTED]Sent: Thursday, 13 May 2004 7:39 AMTo: [EMAIL PROTECTED]Subject: NTEventLogAppender event ID customization? Hi, I've seen a number of threads on the web about people wondering how to

RE: cvs commit: logging-log4j/src/java/org/apache/log4j/selector ContextJNDISelector.java

2004-05-12 Thread Paul Smith
Along those lines, it might be nice to add an isActivated read only property, which is set by the Plugin on activateOptions call. What do you think? This just shows how long it's been since I've been in this area (or any area) of the log4j code. There already IS an isActive method

[VFS]: Integration - too early?

2004-05-14 Thread Paul Smith
[Apologise in advance for the lengthy email] Hi All, I've been thinking about trying to integrate VFS into log4j's Chainsaw v2 (http://logging.apache.org/log4j/docs/chainsaw.html) that we are developing. A great feature would be able to read in remote log files for viewing. We currently support

RE: socketappender stacktrace, is it necessary?

2004-05-09 Thread Paul Smith
on error? This could be controversial, but I'm in agreement with Jacob on this one. cheers, Paul Smith -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Saturday, May 08, 2004 1:41 AM To: Log4J Developers List Subject: socketappender stacktrace, is it necessary

RE: PreparedStatementAppender vs. JDBCAppenderPlus

2004-04-27 Thread Paul Smith
LoggingEvent instance construction. cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: cvs commit: logging-log4j/tests/src/java/org/apache/log4j/sch eduler SchedulerTest.java

2004-04-28 Thread Paul Smith
The Timer class as found in 1.3 does not seem to support de-scheduling of events but that was a minor consideration. Now that is a good point, and something I would think is required for the Plugin uses etc. Cool. cheers, Paul Smith

RE: Web start app Certificates - redux

2004-05-03 Thread Paul Smith
wonder if someone like Ceki's name might have more 'trustworthyness'.. But I am happy to sign the jars if that works for people. Alternatively there could be a Logging Service Certificate, but I am not sure how one would obtain something like that. Probably costs a bit. cheers, Paul Smith

RE: [VFS]: Integration - too early?

2004-05-14 Thread Paul Smith
-Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 7:28 AM To: Jakarta Commons Developers List Subject: Re: [VFS]: Integration - too early? Paul Smith wrote: The certificate that I would signing with would display my [EMAIL PROTECTED] email inside it. Now

RE: logging_event_property column sizes

2004-05-14 Thread Paul Smith
in to that limit. cheers, Paul Smith -Original Message- From: James Stauffer To: '[EMAIL PROTECTED]' Sent: 5/14/04 11:31 PM Subject: logging_event_property column sizes In logging_event_property both mapped_key and mapped_value are 254 characters. I don't think I have any keys longer than

RE: [VFS]: Integration - too early?

2004-05-14 Thread Paul Smith
intention to leave this list off the discussion. For VFS specific discussions I will probably be communicating directly with commons-dev, but anything that affects Chainsaw I will definately keep this list in the loop. again, sorry. Paul -Original Message- From: Paul Smith To: '[EMAIL

[Chainsaw]: splitting artwork into seperate jar

2004-05-14 Thread Paul Smith
. If have to download 450kb, 495kb shouldn't take that much more. So I am not going to bother unless anyone is really concerned.. cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: LocationInfo performance, StackTraceElement

2004-05-16 Thread Paul Smith
could attach it to a Bugzilla enhancement request so we don't lose track of it? cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[vfs][Chainsaw]: Web start + external dependances + license=ouch

2004-05-18 Thread Paul Smith
any ideas? JSch is a LGPL license, so not sure if that makes it easier or harder to allow an Apache server to host the jar. Should I post this somewhere else? Help! cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL

RE: More chainsaw comments

2004-05-21 Thread Paul Smith
. cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: reconnecting to SocketHubAppender

2004-05-24 Thread Paul Smith
Just shooting from the hip, but when a message gets sent, I assume it throws an exception if not connected, could you catch that exception and attempt to re-connect.. This probably works ok on the SocketAppender side, but not on the SocketHubReceiver side. The SocketHubReceiver is on the

Receiver Socket connection/reconnect problems (was RE: reconnecti ng to SocketHubAppender)

2004-05-24 Thread Paul Smith
in the subject and read it from that side. Steve -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 May 2004 10:31 AM To: 'Log4J Developers List' Subject: RE: reconnecting to SocketHubAppender Just shooting from the hip, but when a message gets sent, I

RE: Receiver Socket connection/reconnect problems (was RE: reconn ecting to SocketHubAppender)

2004-05-24 Thread Paul Smith
the SocketHubAPPENEDER class, and I cannot see where it might be affected, as it does not use SocketNode at all. hope that helps. cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Test - please igner

2004-05-27 Thread Paul Smith
Just testing whether the allow subscribe feature works. Thanks Ceki! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [GUMP@brutus]: logging-log4j/logging-log4j failed

2004-05-27 Thread Paul Smith
On Thu, 27 May 2004, Ceki [iso-8859-1] Gülcü wrote: Problem solved. It appears that the org.xml.sax classes included in the JDK differ from those of the original. Dancing around the discrepancy is not too difficult once you know that it exists. Thanks to gump for pointing out the difference.

Re: [POLL] first 1.3alpha or log4j self-logging?

2004-05-27 Thread Paul Smith
with anything too. In particular, I have 3 days off next week. (Mon-Wed, GMT+10). cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Update Web Start?

2004-06-08 Thread Paul Smith
If I could just get my damn certificate installed properly on my new computer I would have done this already... I'll again tonight when I get home. cheers, Paul On Tue, 8 Jun 2004 [EMAIL PROTECTED] wrote: Hello, I've seen a number of commits for Chainsaw's release notes recently. However, the

Re: Update Web Start?

2004-06-08 Thread Paul Smith
I've managed to keep myself away from my Xbox and have compiled, built, signed, and deployed the latest jars. Apologise for the delay. cheers, Paul Smith On Tue, 8 Jun 2004, Paul Smith wrote: If I could just get my damn certificate installed properly on my new computer I would have done

RE: JMSReceiver - chainsaw

2004-06-08 Thread Paul Smith
); } // give some more flexibility about the choice of a tab name providerUrl = (String)ctx.getEnvironment().get(Context.PROVIDER_URL); 193a229 235a272 event.setProperty(log4j.jmsProviderUrl, providerUrl); Paul Smith

RE: Update Web Start?

2004-06-08 Thread Paul Smith
/2004 12:32 Subject: RE: Update Web Start? Please respond to Log4J Developers List Thanks -- it works just fine! Asgeir -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 11:42

RE: JMSReceiver - chainsaw

2004-06-09 Thread Paul Smith
can't you put the weblogic jar in the JAVA_HOME\lib\ext ? cheers, Paul Smith On Wed, 9 Jun 2004, Stephen Pain wrote: Thanks Paul - now I just need to work out how to add the weblogic.jar to the classpath so that it's picked up by chainsaw. Do you know how I can do this? Can't start chainsaw

RE: JMSReceiver - chainsaw

2004-06-09 Thread Paul Smith
) { @@ -233,6 +269,7 @@ // store the known remote info in an event property event.setProperty(log4j.remoteSourceInfo, remoteInfo); + event.setProperty(log4j.jmsProviderUrl, providerUrl); doPost(event); } else { Paul Smith

RE: JMSReceiver - chainsaw

2004-06-09 Thread Paul Smith
variable, rather than having the jar in the ext dir. Not sure why, but some news group items on weblogic seem to think that this might help. I am pretty confident it is a Classloader issue. Paul On Wed, 9 Jun 2004, Paul Smith wrote: Hmmm, I wonder if the weblogic.jar needs to be signed

Re: SSL implemented?

2004-06-14 Thread Paul Smith
? It works quite well if a bit more fiddly to setup. chers, Paul Smith On Fri, 11 Jun 2004, McGuire, John (IT Services) wrote: I'd like to use a log4j socketAppender over an SSL encrypted channel. I don't see much mention of this anywhere other than a dev posting back in February proposing to implement

Re: JMSReceiver/ClassLoaders/Success+Dilema

2004-06-15 Thread Paul Smith
On Tue, 15 Jun 2004, Ceki [iso-8859-1] Gülcü wrote: Paul, Please keep in mind that log4j can be placed quite high in the classloader chain. Consider this as a side remark. Yes, that is true, but usually when log4j is being used standalone (not Chainsaw). The important questions to ask is why

Re: JMSReceiver/ClassLoaders/Success+Dilema

2004-06-16 Thread Paul Smith
for Configuration, and if someone wants a JMS/DB Receiver to load each time Chainsaw launches, then JoranConfigurator will need to be told to use the PluginClassLoader. I don't mind making the change, but just would love your thoughts on the matter. cheers, Paul Smith

Re: JMSReceiver/ClassLoaders/Success+Dilema

2004-06-23 Thread Paul Smith
Have a look into at the o.a.l.helpers.Loader class. All log4j components use (or should use) the Loader class to load components. Maybe you can tell the Loader class to use your PluginClassLoader. The name PluginClassLoader is a little misleading because it is not just plugins but all log4j

RE: pls patch JMSReceiver!

2004-06-27 Thread Paul Smith
I've applied the patch to CVS (done by hand, I had bracket trouble due to lack of coffee this morning). Cheers, Paul Smith -Original Message- From: Stephen Pain [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 5:48 AM To: Log4J Developers List Subject: pls patch JMSReceiver

RE: pls patch JMSReceiver!

2004-06-28 Thread Paul Smith
level is greater or equal to the level // of the event, use the logger to append the event. Paul Smith [EMAIL PROTECTED]To: 'Log4J Developers List' [EMAIL PROTECTED] m cc

RE: save filtered events from chainsaw (thread moved from log4j-user)

2004-07-20 Thread Paul Smith
was easy enough to copy/paste the changes anyway. If all goes well I will put up a new Web start version as well, unless anyone has any objections. Cheers, Paul Smith -Original Message- From: Stephen Pain [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 7:23 AM To: [EMAIL

RE: cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-08-01 Thread Paul Smith
Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Sun 8/1/2004 3:10 PM To: 'Log4J Developers List' Cc: Subject: RE: cvs commit: logging- log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html I'm curious about the below change. I would have thought the code

RE: cvs commit: logging-log4j/tests/src/java/org/apache/log4j LoggerTestCase.java StressCategory.java

2004-08-05 Thread Paul Smith
Re: New TRACE Level Kudos to you Yoav, I was trying to get myself mentally ready to have a crack at doing this myself. Thankfully I never started it! Very much appreciated. Cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL

RE: log4j on JDK 1.5 (on Gump)

2004-09-01 Thread Paul Smith
something that people are going to want. I have a feeling there will be a high number of people using 1.5. What is involved in a 'release'? I would be happy to put in the effort, if someone could give me an 'administrative TODO list'(other than the branch/ and fixing the code). Cheers, Paul Smith

RE: [POLL] Source code formatting conventions

2004-09-03 Thread Paul Smith
have Eclipes or Jalopy. Now if only Eclipse format rules could be per-project, rather than workspace-wide Cheers, Paul Smith -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 10:33 PM To: [EMAIL PROTECTED] Subject: [POLL] Source code

RE: Maintenance approach of log4j site

2004-09-16 Thread Paul Smith
it. Actually we'll need to come up with a strategy for informing the users of the move. I would appreciate if we could keep a symbolic link or something in the interim until we can move everyone across to the new Chainsaw launch link. cheers, Paul Smith -Original Message- From: Shapira

RE: Maintenance approach of log4j site

2004-09-20 Thread Paul Smith
-Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 6:12 AM To: Log4J Developers List Subject: RE: Maintenance approach of log4j site Hi, This is done. thanks Yoav! Paul

RE: Fix for deadlocks -- an easy fix for AppenderSkeleton

2004-09-22 Thread Paul Smith
This would be worth attaching to a Bugzilla ticket so it can be analysed properly without getting lost. If you could write a TestCase that shows how the current implementation deadlocks, and how this one does not, it will help tremendously. Thank you for your efforts. cheers, Paul Smith

A Multiplex Appender

2004-10-14 Thread Paul Smith
first? 3. Any thoughts on the design etc? cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Log4J problem with RollingFileAppender and backups

2004-09-29 Thread Paul Smith
to delete older rolled log files you no longer need. log4j1.3 will have a much revamped Rolling capability (see the org.apache.log4j.rolling package available from CVS Head). cheers, Paul Smith -Original Message- From: Järkeborn Joacim [mailto:[EMAIL PROTECTED] Sent: Thursday, September

RE: [VOTE] Moving LF5 to log4j-attic

2004-09-30 Thread Paul Smith
I vote as follows: [X] Yes, move LF5 into log4j-attic [ ] No, keep LF5 as is. [ ] Abstain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Log4J problem with RollingFileAppender and backups

2004-09-30 Thread Paul Smith
are fine writing to the file-based appenders (including FileAppender). I've been doing this for ages now with no problems. cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Log4J problem with RollingFileAppender and backups

2004-10-01 Thread Paul Smith
The DailyRollingFileAppender, however, has problems with rolling over when different JVMs or Threads have separate instances of the appender class. There are multiple Bugzilla issues regarding this. Ahh, my mistake. You mean there's problems with the _rolling_. I misread it (or maybe I

RE: Yet another Apender proposal: ListAppender

2004-10-17 Thread Paul Smith
/log4j/ch ainsaw/messages/MessageCenterAppender.java?view=markup Here's a TinyURL for the above: http://tinyurl.com/5bvv4 cheers, Paul Smith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, October 16, 2004 6:32 AM To: [EMAIL PROTECTED] Subject

RE: A Multiplex Appender

2004-10-17 Thread Paul Smith
of other sub-classes that handle the 2 use-cases that I think are the most prevalent (split by MDC or by Level). I might come back to the list with some Joran related questions, once I've hade a look at the DBAppender ConnectionSource examples. cheers, Paul Smith

RE: cvs commit: logging-log4j/tests/src/java/org/apache/log4j/helpers/mcomposer MessageComposerTest.java

2004-10-28 Thread Paul Smith
Ceki, is there any reason to have MessageComposer when there is the java.text.MessageFormat class available from JDK1.2 that appears to do exactly the same thing? (There could well be a good reason, I just can't see it as yet). Just curious. cheers, Paul Smith -Original Message

RE: cvs commit: logging-log4j/tests/src/java/org/apache/log4j/helpers/mcomposer MessageComposerTest.java

2004-11-02 Thread Paul Smith
... :) ) can probably do a better job of implementing it. cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [POLL] a 1.2.9 release?

2004-11-02 Thread Paul Smith
A belated +1 (Melbourne had a rare long weekend due to a horse race it rained a lot if anyone's interested: http://www.theage.com.au/ftimages/2004/11/02/1099362129349.html) cheers, Paul -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED] Sent: Saturday, October 30,

RE: cvs commit: logging-log4j/src/java/org/apache/log4j/varia ListAppender.java

2004-11-15 Thread Paul Smith
Oh my, I can't believe I didn't learn from a mistake I did a while back with an appender I wrote for my job.. Thanks for picking this up. Do you think we could enforce this by setting this variable in the super.close() ? it's very easy to miss. cheers, Paul Smith -Original Message

RE: cvs commit: logging-log4j/src/java/org/apache/log4j/varia ListAppender.java

2004-11-15 Thread Paul Smith
a very good point. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 4:41 AM To: [EMAIL PROTECTED] Subject: cvs commit: logging-log4j/src/java/org/apache/log4j/varia ListAppender.java ceki2004/11/15 09:40:57

Re: Depracating LogLog

2004-11-17 Thread Paul Smith
I volunteer to add myself to the following (note: I volunteered Scott and myself for the Chainsaw stuff, which only seemed to make sense, hopefully I'm not too forward in this regard Scott?) I'll also take on some other non-Chainsaw stuff, which will give me a good opportunity to peruse these

Re: Configuring log4j with jakarta commons-configuration

2004-11-17 Thread Paul Smith
intrigued by the whole concept. Any chance you could flesh out what you had in mind for those uninitiated with Commons Configuration? cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Encrypted logs

2004-11-17 Thread Paul Smith
/password/ etc etc) 'secretly' to the Appender? cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Encrypted logs

2004-11-17 Thread Paul Smith
the logs be encrypted using a public key and private key used to decrypt them? -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 4:31 PM To: Log4J Developers List Subject: Re: Encrypted logs Curt Arnold wrote: I had a good discussion with some

Re: Depracating LogLog

2004-11-18 Thread Paul Smith
Hi Ceki, I am just starting this work, and thought I should clarify something. I'm starting in the config package (PropertyGetter), which is different from the Appender example you mention below. Do you think I am safe to add: private final Logger LOG =

Re: Depracating LogLog

2004-11-18 Thread Paul Smith
Actually, silly me, it''s just easier to follow the static example you provided in this case. Still, should we use a instance level logger in favour of the static factory method approach if possible? Paul Paul Smith wrote: Hi Ceki, I am just starting this work, and thought I should clarify

LogLog Conversion: duplicate effort

2004-11-21 Thread Paul Smith
Ceki I appear to have a bunch of cvs conflicts from your recent commits. It appears that you have been working through the same areas I have! (.net package in particular). Are you happy with the state of affairs in those areas, and should I just override my locally modified versions with your

Re: LogLog Conversion: duplicate effort

2004-11-22 Thread Paul Smith
as they should be more as identical to mine. BTW, did you make your changes on Friday? My changes in .net date to Saturday. At 10:21 PM 11/21/2004, Paul Smith wrote: Ceki I appear to have a bunch of cvs conflicts from your recent commits. It appears that you have been working through the same

Re: Removal of filters from distribution

2004-11-28 Thread Paul Smith
a better candidate for deprecation in favour of ExpressionFilter. cheers, Paul Smith Scott Deboy wrote: Since it's trivial to configure an ExpressionFilter as a functionally equivalent replacement for these filters: StringMatchFilter msg == 'some text' or optionally msg ~= 'some partial text

Re: o.a.l.chainsaw.vfs

2004-11-28 Thread Paul Smith
made changes locally to get it to, at least, compile. Mind if I check those in? Jake - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *Paul Smith *Software Architect *Aconex

Re: Joran not reporting config errors

2004-11-29 Thread Paul Smith
Another 10% for the coffee I need, at least for me anyway... Ceki Gülcü wrote: Thanks Scott. Finally, I can reproduce the error. I was mistakenly using JDK 1.5 runtime even if I had set my environment to use JDK 1.4.1. Reproducing the error is usually 80% of the solution... -- *Paul Smith

Re: Log4j-1.3 autoconfiguration default?

2004-12-01 Thread Paul Smith
wrong). Lets be a bit more open about it. cheers, Paul Smith Ceki Gülcü wrote: At 06:16 PM 12/1/2004, Jacob Kjome wrote: clue train? What documentation? The documentation is lacking. Anyway, very few people know to set the RS, it must less than 5 people on the planet. We'll document the null

Re: Log4j-1.3 autoconfiguration default?

2004-12-02 Thread Paul Smith
Any reason why? NPE's are not useful to the end user. Ceki Gülcü wrote: May I ask you to defer this discussion to later? At 09:45 PM 12/1/2004, Paul Smith wrote: Can we at the VERY least NOT let the user try to decipher a NullPonterException. Isn't there some way we can detect this situation

Re: JDK 1.4 and JDBC3.0 build dependencies

2004-12-12 Thread Paul Smith
, but that would mean the Webstart version of Chainsaw could never use DBReceiver/JMSReceiver and the .bat/.sh version would need some other method to determine if there is an update available. Sometimes that's just The Way It Is. cheers, Paul Smith

Re: Chainsaw plugin for IntelliJ IDEA

2004-12-14 Thread Paul Smith
harder to reply earlier! :) cheers, Paul Smith Brad Lane wrote: I want to write a Chainsaw plugin for IDEA but I'm having a hard time getting started. I have the log4j source code from CVS but I was hoping someone could give me a pointer as to where to start. i.e. - classes to initialize Chainsaw

[Chainsaw]: Latest webstart and standalone bundle uploaded

2004-12-14 Thread Paul Smith
Webstart Link: http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsawWebStart.jnlp Standalone bundle: http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsaw-bundle.zip regards to all, Paul Smith - To unsubscribe

Re: [VOTE] Curt Arnold as a new log4j committer

2004-12-15 Thread Paul Smith
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *Paul Smith *Software Architect *Aconex * 31 Drummond Street, Carlton, VIC 3053, Australia *Tel: +61 3 9661 0200 *Fax: +61 3 9654 9946 Email: [EMAIL PROTECTED] www.aconex.com** This email

Re: cvs commit: logging-log4j/src/java/org/apache/log4j/rule ExpressionRuleContext.java RuleTest.java

2005-01-03 Thread Paul Smith
that 'ant -f build-chainsaw.xml webstart' is the new mechanism for building it? cheers, Paul Smith Ceki Gülcü wrote: Hi Scott, Excellent job. I am happy you could perform these changes. Thanks. At 10:51 AM 1/2/2005, [EMAIL PROTECTED] wrote: sdeboy 2005/01/02 01:51:40 Modified:src/java/org

[Chainsaw]: Latest build available via webstart or zip bundle

2005-01-04 Thread Paul Smith
Web start: http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsawWebStart.jnlp Zip bundle http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsaw-bundle.zip Any problems, let me know, I'm still getting used to my new Mac laptop so there may well be something... cheers, Paul

[OT]: In London next week

2005-01-04 Thread Paul Smith
Hi all, Long shot, but I'll be in London from Monday10th-Friday14th for a flying work-thing. Should there be any log4j related folks in that area that are up for a drink, let me know. cheers, Paul Smith - To unsubscribe, e

Re: [POLL] Component and ComponentBase

2005-01-06 Thread Paul Smith
- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 1:07 PM To: Log4J Developers List Subject: Re: [POLL] Component and ComponentBase The requirement to have both Component as an interface and ComponentBase as a class, stems from the fact that we make

Re: [POLL] Component and ComponentBase

2005-01-06 Thread Paul Smith
(probably not a very good reason I know). cheers, Paul Smith Ceki Gülcü wrote: At 09:04 PM 1/6/2005, you wrote: +1 too, that's a nice specific name. Still not too happy with ComponentBase though. LoggingComponentBase? How about LRAwareBase

Re: build-chainsaw.xml dependent on build.xml ?

2005-01-06 Thread Paul Smith
I'm happy with that, but looking at the build-chainsaw.xml file, wouldn't it only save the property definitions at the top, and perhaps the clean target? If this is all that is needed, I can make that change. cheers, Paul Smith Ceki Gülcü wrote: Hello, Can we assume that build-chainsaw.xml

Re: build-chainsaw.xml dependent on build.xml ?

2005-01-06 Thread Paul Smith
just doing that now and testing. Ceki Gülcü wrote: At 10:18 PM 1/6/2005, you wrote: I'm happy with that, but looking at the build-chainsaw.xml file, wouldn't it only save the property definitions at the top, and perhaps the clean target? I removed the init, clean, jar and javadoc targets. I

Re: [NEWS] Component and ComponentBase

2005-01-07 Thread Paul Smith
It's an exceptionally good book, definately worth a read. Ceki Gülcü wrote: At 08:50 PM 1/7/2005, you wrote: Which item is this in Effective Java? He also makes a strong argument (Item 1) to use static factory methods instead of constructors. Did not read the book yet, so can't tell you. I

Re: Chainsaw v2 Plugin for Eclipse

2005-01-10 Thread Paul Smith
that way for an Eclipse plugin. Feel free to make suggestions, and supply patches if you get an itch to pitch in and help if you like, it would be well received. cheers, Paul Smith - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Removing PluginClassloader

2005-01-12 Thread Paul Smith
. Why would having a custom Classloader in Chainsaw cause any problems? Am I just a bit naive about it all? cheers, Paul Smith Ceki Gülcü wrote: Hello Paul, Scott, Here is a patch that gets rid of PluginClassLoaderFactory class in o.a.l.chainsaw.plugins. To accomodate this change it renames

Re: Removing PluginClassloader

2005-01-12 Thread Paul Smith
either way? I agree that if there is no use for it (and currently DB/JMS Receiver's must be loaded from the ext/lib ) it should be dropped before the final release. cheers, Paul Smith Ceki Gülcü wrote: Recalling a previous discussion [1], I was under the (possibly wrong?) impression that you were

Re: latest build.xml

2005-01-19 Thread Paul Smith
'build' doesn't work for me, nor does the 'webstart' one (which depends on build). the help text on 'build' says that it will only build available dependencies. Should this be changed? cheers, Paul Ceki Gülcü wrote: Hey Paul, The requirement depends on the target. Which target are you trying?

Re: latest build.xml

2005-01-19 Thread Paul Smith
to be via an xml config I believe (I honestly have not tried the DB or JMS Receiver/Appender at all. How embarassing... :-$). Maybe one day we can improve the Receiver creation process in Chainsaw (it's one area I'm not happy about at all). cheers, Paul Smith

Re: latest build.xml

2005-01-19 Thread Paul Smith
When you say chainsaw could d/l those extra jars, which jar files are you referring to? For instance, to use DBReceiver, you also need the appropriate driver for your databasae system. Surely, we cannot provide these drivers through webstart. The same is true for JMSReceiver. To run

  1   2   3   4   >