cvs commit: logging-log4j/examples/tiny-webapp INSTALL.txt

2005-01-20 Thread ceki
ceki2005/01/20 11:39:14 Modified:tests/integration/src/webapp/WEB-INF/classes test-log4j.xml.sample tests/integration build.xml examples/tiny-webapp/Tata/WebRoot/WEB-INF/classes tata-log4j.xml

cvs commit: logging-log4j/tests/integration/src/webapp/WEB-INF/classes test-log4j.xml.sample test-log4j.xml

2005-01-20 Thread ceki
ceki2005/01/20 11:15:50 Added: tests/integration/src/webapp/WEB-INF/classes test-log4j.xml.sample Removed: tests/integration/src/webapp/WEB-INF/classes test-log4j.xml Log: I do not want people sending emails every time they run this test. Revi

cvs commit: logging-log4j/tests/integration/src/webapp/WEB-INF/classes test-log4j.xml

2005-01-20 Thread ceki
ceki2005/01/20 11:13:20 Modified:tests/integration/src/webapp/WEB-INF/classes test-log4j.xml Log: SMTPAppender works if log4j-smtp.jar is present in WEB-INF/lib Revision ChangesPath 1.4 +1 -0 logging-log4j/tests/integration/src/webapp/WEB-INF/classes/test-

Re: Cocoon breakage in Gump

2005-01-20 Thread Ceki Gülcü
At 07:31 PM 1/20/2005, you wrote: Cocoon has started to fail to compile due to a failure to find DOMConfiguration, http://brutus.apache.org/gump/public/cocoon/cocoon/gump_work/ build_cocoon_cocoon.html. Was this expected and intentional? Unexpected, unintentional and already fixed. :-) Thanks for

Cocoon breakage in Gump

2005-01-20 Thread Curt Arnold
Cocoon has started to fail to compile due to a failure to find DOMConfiguration, http://brutus.apache.org/gump/public/cocoon/cocoon/gump_work/ build_cocoon_cocoon.html. Was this expected and intentional? - To unsubscribe, e-

Re: Concurrency Appender Proposal

2005-01-20 Thread Ceki Gülcü
Elias, Thank you for your proposal. Would it possible for you to backup your proposal with prototype code? I'd be very interested in a comparative study between an Appender using the current concurrency model and an Appender following your improved model. A performance test involving several thread

cvs commit: logging-log4j/tests/integration server.properties

2005-01-20 Thread ceki
ceki2005/01/20 09:55:47 Modified:tests/integration server.properties Log: - The lengthy system property "log4j.repositorySelectorClass" was renamed as "log4j.repositorySelector". Revision ChangesPath 1.2 +1 -1 logging-log4j/tests/integration/server.pr

cvs commit: logging-log4j/examples/tiny-webapp INSTALL.txt

2005-01-20 Thread ceki
ceki2005/01/20 09:55:36 Modified:docs HISTORY.txt .build.xml INSTALL.txt src/java/org/apache/log4j LogManager.java examples/tiny-webapp INSTALL.txt Removed: .INSTALL Log: - The lengthy system property "log4j.

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

2005-01-20 Thread ceki
ceki2005/01/20 09:54:21 Modified:src/java/org/apache/log4j/varia LogFilePatternReceiverBeanInfo.java Log: Cosmetic changes only Revision ChangesPath 1.8 +23 -24 logging-log4j/src/java/org/apache/log4j/varia/LogFilePatternReceiverBeanI

cvs commit: logging-log4j/examples/tiny-webapp/Hello/WebRoot/WEB-INF/classes hello-log4j.xml

2005-01-20 Thread ceki
ceki2005/01/20 09:52:20 Modified:examples/tiny-webapp/Hello .cvsignore examples/tiny-webapp/Hello/WebRoot/WEB-INF/classes hello-log4j.xml Log: Minor fixes Revision ChangesPath 1.4 +0 -1 logging-log4j/examples/tiny-weba

RE: [POLL] Splitting log4j.jar by dependency

2005-01-20 Thread Yoav Shapira
Hi, >Does this mean that servers like Weblogic JBoss are not properly >implementing >the servlet spec? For instance, Weblogic comes with Log4j in the classpath >because it uses Log4j for logging. Whether or not I add log4j.jar to >WEB-INF/lib, the one from the server is used. I believe there is

RE: [POLL] Splitting log4j.jar by dependency

2005-01-20 Thread Jacob Kjome
Quoting Yoav Shapira <[EMAIL PROTECTED]>: > Hi, > > >> I don;t know the internals of Tomcat now, but once upon a time, the whole > >> point of Catalina was exactly the above, and not a "Child First > >>Behavior". If > >> CFB is in place in Tomcat, it is because of this bad entropy, and Tomcat > >>

Re: [POLL] Splitting log4j.jar by dependency

2005-01-20 Thread Niclas Hedhman
On Thursday 20 January 2005 16:24, Jacob Kjome wrote: > > Whether Log4J has added its share to the current state, I will leave > > unsaid... :o) > > If you are going to imply it, please say it (even with a happy face).  I'm > not sure what you mean here, but maybe the UGLI stuff eases this issue.

RE: [POLL] Splitting log4j.jar by dependency

2005-01-20 Thread Yoav Shapira
Hi, >> I don;t know the internals of Tomcat now, but once upon a time, the whole >> point of Catalina was exactly the above, and not a "Child First >>Behavior". If >> CFB is in place in Tomcat, it is because of this bad entropy, and Tomcat >>is >> then indirectly adding to it. >No, it is because

Concurrency Appender Proposal

2005-01-20 Thread Elias Ross
I am proposing creating a "shadow" package called org.apache.log4j.concurrent that contains many of the same classes, such as AppenderSkeleton, FileAppender, etc. but allows multiple threads to append at the same time. Most of the inspiration for such a project comes from work done by the java.ut

Re: [POLL] Splitting log4j.jar by dependency

2005-01-20 Thread Jacob Kjome
Quoting Niclas Hedhman <[EMAIL PROTECTED]>: > On Thursday 20 January 2005 05:48, Jacob Kjome wrote: > > Only server implementing > > child-first classloading behavior could allow you to bundle log4j.jar with > > the webapp and count on that version being used rather than the server > > version. >

cvs commit: logging-log4j INSTALL.txt

2005-01-20 Thread ceki
ceki2005/01/20 07:37:25 Added: .INSTALL.txt Log: Renaming INSTALL as INSTALL.txt Revision ChangesPath 1.1 logging-log4j/INSTALL.txt Index: INSTALL.txt === ==

cvs commit: logging-log4j build.xml

2005-01-20 Thread ceki
ceki2005/01/20 07:18:07 Modified:.build.xml Log: - Preparing the release of alpha-6. - Removed outdated entries . Revision ChangesPath 1.146 +4 -26 logging-log4j/build.xml Index: build.xml ==

cvs commit: logging-log4j build.xml

2005-01-20 Thread ceki
ceki2005/01/20 07:09:12 Modified:.build.xml Log: Fixing the omission of DOMConfigurator in log4j.jar. Revision ChangesPath 1.145 +8 -9 logging-log4j/build.xml Index: build.xml ===

cvs commit: logging-log4j/examples/tiny-webapp INSTALL.txt

2005-01-20 Thread ceki
ceki2005/01/20 07:07:24 Modified:src/java/org/apache/log4j/joran/action SubstitutionPropertyAction.java examples/tiny-webapp/Tata/WebRoot/WEB-INF/classes tata-log4j.xml src/xdocs download.xml

Endre's requirements WAS: [POLL] Splitting log4j.jar by dependency

2005-01-20 Thread Ceki Gülcü
Endre, Thanks to a recent contribution by Yoav Shapira, log4j can pick up any env-entry value specified in web.xml and perform variable substitution. In web.xml == BASE /some/path/ java.lang.String In your config file === ... .. If you are using

cvs commit: logging-log4j/src/java/org/apache/log4j/joran/action JndiSubstitutionPropertyAction.java

2005-01-20 Thread ceki
ceki2005/01/20 06:45:53 Modified:src/java/org/apache/log4j/joran/action JndiSubstitutionPropertyAction.java Log: Renamed "jndiName" attribute as "name". This is more coherent with the way other property substitution actions work. Revision Changes

DO NOT REPLY [Bug 16229] - Convenience methods to cut object allocations in application code

2005-01-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: LoggingEvent.sequenceCount

2005-01-20 Thread Endre Stølsvik
| | >Remember the within-a-millisecond criteria, the | >no-two-"persons"-can-have-the-same-birthday-while-within-one "garbage | >generation" criteria, and add on to that the from the same logger | >criteria, the same level criteria, and possibly also with the same message | >criteria. You're r

cvs commit: logging-log4j/examples/tiny-webapp/Hello/WebRoot/WEB-INF/classes hello-log4j.xml

2005-01-20 Thread ceki
ceki2005/01/20 04:35:17 Added: examples/tiny-webapp/Hello/WebRoot/WEB-INF/classes hello-log4j.xml Log: Added missing config file Revision ChangesPath 1.1 logging-log4j/examples/tiny-webapp/Hello/WebRoot/WEB-INF/classes/hello

DO NOT REPLY [Bug 17498] - Logging inconsistencies using DailyRollingFileAppender

2005-01-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu