Re: pinpoint - a proposed companion to log4j

2007-06-19 Thread Paul Smith
If this was a project proposal, I'd have no issue with you starting a sandbox project and allow it to develop out in the open. However, based on your discussion it appears to be pretty far along and it looks like it should be at least reviewed by the Incubator PMC before going into Loggi

svn commit: r548865 - in /logging/sandbox/jul-to-log4j-bridge: pom.xml src/test/java/org/apache/log4j/jul/JULReceiverTest.java

2007-06-19 Thread psmith
Author: psmith Date: Tue Jun 19 15:07:29 2007 New Revision: 548865 URL: http://svn.apache.org/viewvc?view=rev&rev=548865 Log: Updated pom to reflect change in dependency version numbers. For some reason one of the unit tests is still failing under maven, but not under eclipse. Modified: lo

[EMAIL PROTECTED]: Project logging-log4j-tests (in module logging-log4j) failed

2007-06-19 Thread noreply
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j-tests has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project logging-log4j-tests (in module logging-log4j) failed

2007-06-19 Thread noreply
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j-tests has an issue affecting its community integration. This issue

Re: pinpoint - a proposed companion to log4j

2007-06-19 Thread Curt Arnold
On Jun 18, 2007, at 11:26 PM, Paul Smith wrote: Hi, I have been in the background working on a companion to log4j that I'm initially calling 'pinpoint'. It is designed as a log context tool to facilitate production queries. Logging events to a DB for querying is fine, except SQL queries

Re: Issue with xml logging in log4j

2007-06-19 Thread Jacob Kjome
XML Layout intentionally writes a file with no valid root element. You need to wrap the file in a root element. An easy way to do this is to use DTD entity includes or use XMLInclude. Or, load it as a DocumentFragment into a full Document using the DOM. BTW, you should post this to the lo