RE: Chainsaw & Java Web start

2004-05-13 Thread Scott Deboy
Folks who have previously ran Chainsaw v2 from CVS or using the ant script may need to delete the .chainsaw directory (under %USERPROFILE%\.chainsaw in windows) due to the conversion of MDC entries to PROPERTIES. Thanks for getting this set up, Paul -Original Message- From: Paul Smith [m

Wanted Auto-Create-Directory option of FileAppender

2004-05-13 Thread Michael Zhou
Dear sir, When I setup the log4j configuration, log4j always complain: java.io.FileNotFoundException: D:\my\logging\root\webx-debug.log at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.java:179) at java.io.FileOutputStream.(File

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

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

DBAppender logging_event_exception

2004-05-13 Thread James Stauffer
Title: DBAppender logging_event_exception I wrote my own DBAppender for use with 1.2.8 that also uses our own connection pool.  In our code we often catch an exception, covert the stack trace to a string, add some info, and throw a new exception.  That causes exception messages to be very long

RE: oracle.sql

2004-05-13 Thread Simon Dorrat
What was the error? You should not need a variable - the following code should work fine. SELECT logging_event_id_seq.NEXTVAL INTO :new.event_id FROM dual Doesn't make that much difference, but simpler is better! Simon > -Original Message- > From: Jame

RE: oracle.sql

2004-05-13 Thread James Stauffer
Title: RE: oracle.sql I would get a parse error when I tried to run it without the variable.  It might have been the tool I was using (Benthic Golden32), but I couldn't get it to work without the variable.  If it works for you without the variable then I can do more research into why it isn't

RE: oracle.sql

2004-05-13 Thread Simon Dorrat
Yes, works fine for me. Try creating it using SQL*Plus. SQLNavigator parses it OK as well. (It is certainly valid SQL). Simon > -Original Message- > From: James Stauffer [SMTP:[EMAIL PROTECTED] > Sent: Friday, 14 May 2004 10:08 AM > To: 'Log4J Developers List' > Subject: RE: orac

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

2004-05-13 Thread psmith
psmith 2004/05/13 19:41:26 Added: src/java/org/apache/log4j/chainsaw CommonActions.java Log: Added a CommonActions class to hold some Common actions. Haven't moved any here yet, but hope to to make some of the source a bit easier to read. Revision ChangesPath 1.1

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

2004-05-13 Thread psmith
psmith 2004/05/13 19:42:32 Added: src/java/org/apache/log4j/chainsaw/help release-notes.html Log: First import of the Release Notes html page, of which there isn't much yet, but we should keep this page up2date with any new cool features we add, things that we break, or things

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

2004-05-13 Thread psmith
psmith 2004/05/13 19:43:08 Modified:src/java/org/apache/log4j/chainsaw ChainsawConstants.java Log: added the constant for the release notes url. Revision ChangesPath 1.11 +4 -1 logging-log4j/src/java/org/apache/log4j/chainsaw/ChainsawConstants.java Index:

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

2004-05-13 Thread psmith
psmith 2004/05/13 19:43:36 Modified:src/java/org/apache/log4j/chainsaw ChainsawToolBarAndMenus.java Log: added the release notes action into the Help menu. Revision ChangesPath 1.42 +1 -0 logging-log4j/src/java/org/apache/log4j/chainsaw

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

2004-05-13 Thread psmith
psmith 2004/05/13 19:44:58 Modified:src/java/org/apache/log4j/chainsaw LogUI.java Log: If the HelpManager's help URL changes, we are already setting the url into the Welcome Panel, but the panel might not be visible, as the user might be looking at a Log panel, so if the url cha

Re: Oracle.sql incorrect

2004-05-13 Thread Raymond DeCampo
Ceki Gülcü wrote: At 02:47 PM 5/12/2004, James Stauffer wrote: It appears the only thing wrong with the trigger is that it needs "/" on the line right after it ends. What's with the "/" voodoo? :-) "/" is used in sqlplus to execute all the lines in the current buffer. Using certain commands i

Re: Oracle.sql incorrect

2004-05-13 Thread Raymond DeCampo
James Stauffer wrote: Ceki is correct INTEGER doesn't need to be changed to NUMBER(10). Also I think my trigger still isn't correct. I'll check. It has been my experience with Oracle that "INTEGER" doesn't mean integer. That is, "INTEGER" is mapped to NUMBER (without adornments). A NUMBER w

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

2004-05-13 Thread psmith
psmith 2004/05/13 20:19:52 logging-log4j/src/java/org/apache/log4j/chainsaw/version - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-05-13 Thread psmith
psmith 2004/05/13 20:19:57 Added: src/java/org/apache/log4j/chainsaw/version VersionManager.java Log: This class really just tracks a version string, which is hard coded, but might eventually be Ant'fied to have an incremental build version in it or some

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/prefs default.properties

2004-05-13 Thread psmith
psmith 2004/05/13 20:21:13 Modified:src/java/org/apache/log4j/chainsaw LogUI.java ApplicationPreferenceModel.java src/java/org/apache/log4j/chainsaw/prefs default.properties Log: If the last version the user ran is different from the version nu

cvs commit: logging-log4j/src/java/org/apache/log4j/spi LoggingEvent.java

2004-05-13 Thread sdeboy
sdeboy 2004/05/13 23:20:13 Modified:src/java/org/apache/log4j/spi LoggingEvent.java Log: Renamed 'loggerName' variable back to categoryName in order to try to maintain object serialization compatibility with log4j 1.2.8 Revision ChangesPath 1.61 +12 -10logging

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

2004-05-13 Thread psmith
psmith 2004/05/13 23:57:50 Modified:src/java/org/apache/log4j/chainsaw/help release-notes.html Log: updated release notes and version identifier. Revision ChangesPath 1.2 +5 -2 logging-log4j/src/java/org/apache/log4j/chainsaw/help/release-notes.html Inde