cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw LogUI.java

2004-05-14 Thread psmith
psmith 2004/05/14 23:32:44 Modified:src/java/org/apache/log4j/chainsaw LogUI.java Log: added tiny bit of code to start the VFS Plugin using reflection, if and only if the class can be found on the classpath. This gets around conditions where VFS and it's dependencies are not

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs FileSystemTreePanel.java VFSPlugin.java

2004-05-14 Thread psmith
psmith 2004/05/14 23:31:48 Added: src/java/org/apache/log4j/chainsaw/vfs FileSystemTreePanel.java VFSPlugin.java Log: Shell classes for the portion of the VFS GUI plugni that could be started. To use it will require the Jakarta VFS package and associ

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs - New directory

2004-05-14 Thread psmith
psmith 2004/05/14 23:31:42 logging-log4j/src/java/org/apache/log4j/chainsaw/vfs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j build.xml

2004-05-14 Thread psmith
psmith 2004/05/14 23:30:11 Modified:.build.xml Log: makes sure that the new vfs package that is coming doesn't intrude on the build process. Revision ChangesPath 1.98 +1 -1 logging-log4j/build.xml Index: build.xml ===

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/plugins ChainsawCentral.java

2004-05-14 Thread psmith
psmith 2004/05/14 23:29:31 Modified:src/java/org/apache/log4j/chainsaw/plugins ChainsawCentral.java Log: Removed the Data Rate graph and label from this panel. Would have looked prty if I'd finished it, and considering it doesn't give the user

[Chainsaw]: splitting artwork into seperate jar

2004-05-14 Thread Paul Smith
I just made a local change to split the artwork (icons etc) from the main chainsaw jar into a seperate jar. Turns out the artwork is only 44kb out of the 450Kb for the rest of chainsaw. It hardly seems worth the effort to have a seperate jar to minimise download time for web start purposes. If

DO NOT REPLY [Bug 28962] - Suggest inserting CRITICAL error level in Level.java

2004-05-14 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: [VFS]: Integration - too early?

2004-05-14 Thread Paul Smith
I'm hoping that there will be an official release soon. It's a nice package, maybe they keep thinking of new things to add... -Original Message- From: Jacob Kjome To: Log4J Developers List Sent: 5/15/04 1:07 PM Subject: RE: [VFS]: Integration - too early? So, is commons-vfs ever going to

RE: [VFS]: Integration - too early?

2004-05-14 Thread Jacob Kjome
So, is commons-vfs ever going to have an official release? There are CVS daily snapshots, but no official release that I am aware of. Maybe you can convince the commons-vfs team to do this? I use it in my build files to do automatic downloading of dependencies. I like it because it deals wit

RE: logging_event_property column sizes

2004-05-14 Thread Paul Smith
Actually, if the coumn is a varchar one, then no space is wasted from what I remember. Only the exact # chars for the row is allocated. Having said that, I can speak from my own personal experience with some DB's when I recommend an actual fixed size column (char). If you can get a table's row si

RE: Chainsaw & Java Web start

2004-05-14 Thread Mark Womack
This rocks, Paul. -Mark -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 6:27 PM To: '[EMAIL PROTECTED]' Subject: Chainsaw & Java Web start For all you bleeding edge Chainsaw people out there I have signed with my own personal email certificate

RE: [VFS]: Integration - too early?

2004-05-14 Thread Paul Smith
Guys, I just reviewed my original email about this, and I SWEAR I put log4j-dev on the CC list, but it looks like it did not get through, my apologise. Hopefully you can read the full email from Yoav's email properly putting this list back in (thanks Yoav for spotting it). Certainly not my intent

RE: [VFS]: Integration - too early?

2004-05-14 Thread Paul Smith
I assume you mean just log4j-dev? (I've removed commons-dev)> Yes, I DEFINATELY WILL NOT break the log4j build. I spent quite a bit of time last night thinking about just this. I will (eventually) modify the Ant build so that VFS+dependancies are optional, and if not found, Chainsaw and log4j wil

DO NOT REPLY [Bug 28962] - Suggest inserting CRITICAL error level in Level.java

2004-05-14 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

DO NOT REPLY [Bug 28962] - Suggest inserting CRITICAL error level in Level.java

2004-05-14 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

DO NOT REPLY [Bug 28962] - Suggest inserting CRITICAL error level in Level.java

2004-05-14 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

logging_event_property column sizes

2004-05-14 Thread James Stauffer
Title: 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 about 10 characters but I do have values more than 254 characters. What would you think of decreasing mapped_key to something like

RE: [VFS]: Integration - too early?

2004-05-14 Thread Shapira, Yoav
Hi, If we go down this path, Paul please make sure the main log4j build doesn't depend on VFS, only Chainsaw. I have full faith in Mario and his VFS-related ideas (I like them and look forward to seeing them), but with lo4j 1.3 alpha really close I don't want to add another dependency to the log4

RE: Oracle.sql incorrect

2004-05-14 Thread James Stauffer
Title: RE: Oracle.sql incorrect I also noticed that the size of the field is quite large when using INTEGER (number(38)). describe logging_event; Name        Null?   Type SEQUENCE_NUMBER NOT NULL    NUMBER(20) TIMESTAMP     NOT NULL  NUMBER(20) RENDERED_MESSAGE   

RE: oracle.sql

2004-05-14 Thread James Stauffer
Title: RE: oracle.sql I just tries it in SQL*Plus and it works for me.  Go figure. :-) James Stauffer -Original Message- From: Simon Dorrat [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 13, 2004 9:01 PM To: 'Log4J Developers List' Subject: RE: oracle.sql Yes, works fine for m

[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