Plugins: BeanInfo

2003-12-18 Thread Paul Smith
I would like to add a matching BeanInfo class for each of the Plugins that have been created so far. See: BeanInfo: http://java.sun.com/j2se/1.4.2/docs/api/java/beans/BeanInfo.html Introspector: http://java.sun.com/j2se/1.4.2/docs/api/java/beans/Introspector.html A BeanInfo class forms

RE: [PROPOSAL] Logging services top level project

2003-12-18 Thread Ceki Gülcü
At 02:14 PM 12/14/2003 +1100, Paul Smith wrote: I am still new to all the 'legals' side of things, and how PMC's work etc. If a sister project was unable, or unwilling to donate the code base to Apache and come under the Apache umbrella, I would still recommend that they have a role within the

Re: [Chainsaw]: Proposed new LogPanel preference saving structure

2003-12-18 Thread Ceki Gülcü
At 03:03 PM 12/16/2003 +1100, Paul Smith wrote: At the end of the day I have to create a text file (.properties or .xml), is there anything within the Joran package to help with the _creating_ of the XML? (Something like Betwixt but I would rather not have another dep.) Joran should be able to

Re: Address for the Apache Logging Services project

2003-12-18 Thread Siva
or http://log.apache.org ?? Regards Siva - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Address for the Apache Logging Services project

2003-12-18 Thread Paul Smith
http://logging.apache.org +1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Address for the Apache Logging Services project

2003-12-18 Thread Shapira, Yoav
Howdy, Definitely logging.apache.org. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 5:57 AM To: [EMAIL PROTECTED] Subject: RE: Address for the Apache Logging Services project +1 for

RE: Address for the Apache Logging Services project

2003-12-18 Thread Jacob Kjome
I agree. logging.apache.org sounds good to me. +1 Jake At 08:44 AM 12/18/2003 -0500, you wrote: Howdy, Definitely logging.apache.org. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 5:57 AM

Re: Address for the Apache Logging Services project

2003-12-18 Thread Michael CATANZARITI
http://logging.apache.org for me ! Michael Selon Ceki Gülcü [EMAIL PROTECTED]: We need to decide on the address of the Apache Logging Services project. Possible choices are http://logging.apache.org; and http://ls.apache.org;. My preference goes with http://logging.apache.org;. What do

Re: Address for the Apache Logging Services project

2003-12-18 Thread guillaume
http://logging.apache.org +1 guilllaume moulardCeki Gülcü [EMAIL PROTECTED] wrote: We need to decide on the address of the Apache Logging Services project.Possible choices are "http://logging.apache.org" and "http://ls.apache.org".My preference goes with "http://logging.apache.org". What do

Re: Deadlock Issue with log4J 1.2.8?

2003-12-18 Thread Ceki Gülcü
Which version of log4j are you using? JDK? OS? Could you supply the whole stack trace? Are you redirecting System.out or System.err? At 01:04 PM 12/17/2003 -0800, Prithi wrote: We are seeing a dead lock problem with log4j, during load test. Has anyone seen this before. I have attached a sample

Re: Deadlock Issue with log4J 1.2.8?

2003-12-18 Thread Ceki Gülcü
At 03:58 PM 12/17/2003 -0800, Elias Ross wrote: Refer to this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24159 If any of your objects look like this, and if you log it from one thread, and call set in another, you can deadlock. I suggest you don't do any sort of logging while holding

Re: Deadlock Issue with log4J 1.2.8?

2003-12-18 Thread Ceki Gülcü
At 10:04 AM 12/18/2003 -0800, Elias Ross wrote: On Thu, 2003-12-18 at 07:56, Ceki Gülcü wrote: class State { Logger log; synchronized void setState() { // Something takes a long time here log.debug(hello world); } synchronized Object getState() { }

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw ApplicationPreferenceModel.java

2003-12-18 Thread psmith
psmith 2003/12/18 13:33:07 Modified:src/java/org/apache/log4j/chainsaw ApplicationPreferenceModel.java Log: As part of some general package reshuffling, made this class public. Revision ChangesPath 1.8 +1 -1

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw ChainsawStatusBar.java

2003-12-18 Thread psmith
psmith 2003/12/18 13:33:30 Modified:src/java/org/apache/log4j/chainsaw ChainsawStatusBar.java Log: As part of some general package reshuffling, made this class public. Revision ChangesPath 1.7 +3 -3

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw PopupListener.java

2003-12-18 Thread psmith
psmith 2003/12/18 13:34:58 Modified:src/java/org/apache/log4j/chainsaw PopupListener.java Log: addressed some compatibility issues with JDK 1.3.1. Thanks to Raymond DeCampo for keeping us in check. Revision ChangesPath 1.2 +2 -2

Re: cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw PopupListener.java

2003-12-18 Thread Paul Smith
Whoops, incorrect commit msg, should have been part of the general package reshuffle. On Fri, 2003-12-19 at 08:34, [EMAIL PROTECTED] wrote: psmith 2003/12/18 13:34:58 Modified:src/java/org/apache/log4j/chainsaw PopupListener.java Log: addressed some compatibility issues with

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

2003-12-18 Thread psmith
psmith 2003/12/18 13:36:59 Modified:src/java/org/apache/log4j/chainsaw LogUI.java Log: As part of some general package reshuffling, made this some methods public. Revision ChangesPath 1.57 +2 -1 jakarta-log4j/src/java/org/apache/log4j/chainsaw/LogUI.java

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw LogPanel.java

2003-12-18 Thread psmith
psmith 2003/12/18 13:37:38 Modified:src/java/org/apache/log4j/chainsaw LogPanel.java Log: This class no longer needed to extend Thread. Revision ChangesPath 1.42 +1 -1 jakarta-log4j/src/java/org/apache/log4j/chainsaw/LogPanel.java Index: LogPanel.java

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw ReceiverTreeCellRenderer.java ReceiversPanel.java ReceiversTreeModel.java

2003-12-18 Thread psmith
psmith 2003/12/18 13:39:56 Removed: src/java/org/apache/log4j/chainsaw ReceiverTreeCellRenderer.java ReceiversPanel.java ReceiversTreeModel.java Log: These classes are being moved into a sub package in an effort to reduce the

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw/receivers - New directory

2003-12-18 Thread psmith
psmith 2003/12/18 13:41:40 jakarta-log4j/src/java/org/apache/log4j/chainsaw/receivers - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 24159] - Log4J can create deadlock conditions

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24159. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Address for the Apache Logging Services project

2003-12-18 Thread log4php
+1 for http://logging.apache.org;. -Marco - Original Message - From: Ceki Gülcü [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 11:40 AM Subject: Address for the Apache Logging Services project We need to decide on the address of the Apache Logging Services

Re: NDC

2003-12-18 Thread Raymond DeCampo
Ceki Gülcü wrote: At 06:58 PM 12/17/2003 -0500, Raymond DeCampo wrote: Before I put any serious effort forward I wanted to make sure that such a change would fit in in terms of the overall vision and that I'm not missing something else that would prevent it being accepted. If one of the

[ANNOUNCEMENT] Apache Logging Services project

2003-12-18 Thread Ceki Gülcü
Good morning to all, The log4j developers are pleased to announce that the Board of Directors of the Apache Software Foundation unanimously passed a resolution for the creation of the Apache Logging Services project. A copy of the resolution can be found at:

cvs commit: jakarta-log4j/src/java/org/apache/log4j/plugins Receiver.java

2003-12-18 Thread psmith
psmith 2003/12/18 19:19:06 Modified:src/java/org/apache/log4j/plugins Receiver.java Log: Now fires a PropertyChangeEvent if the level changes. Revision ChangesPath 1.6 +2 -0 jakarta-log4j/src/java/org/apache/log4j/plugins/Receiver.java Index:

cvs commit: jakarta-log4j/src/java/org/apache/log4j/net SocketHubReceiver.java

2003-12-18 Thread psmith
psmith 2003/12/18 19:19:41 Modified:src/java/org/apache/log4j/net SocketHubReceiver.java Log: now fires a PropertyChangeEvent if the Reconnection delay changes. Revision ChangesPath 1.9 +2 -0

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw/helper - New directory

2003-12-18 Thread psmith
psmith 2003/12/18 19:20:27 jakarta-log4j/src/java/org/apache/log4j/chainsaw/helper - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw/helper TableCellEditorFactory.java

2003-12-18 Thread psmith
psmith 2003/12/18 19:20:31 Added: src/java/org/apache/log4j/chainsaw/helper TableCellEditorFactory.java Log: Added a helper package, and added a helper class to assist with editing tables. Revision ChangesPath 1.1

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw/receivers ReceiversTreeModel.java PluginPropertyEditorPanel.java ReceiversPanel.java

2003-12-18 Thread psmith
psmith 2003/12/18 19:21:36 Modified:src/java/org/apache/log4j/chainsaw/receivers ReceiversTreeModel.java PluginPropertyEditorPanel.java ReceiversPanel.java Log: Plugin Property editor now getting close to being pretty usable. Can

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw GeneratorBeanInfo.java

2003-12-18 Thread psmith
psmith 2003/12/18 20:19:14 Modified:.build.xml Added: src/java/org/apache/log4j/net SocketHubReceiverBeanInfo.java src/java/org/apache/log4j/chainsaw GeneratorBeanInfo.java Log: Added 2 example BeanInfo classes for everyone to review. I have

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw/help HelpManager.java

2003-12-18 Thread psmith
psmith 2003/12/18 22:50:35 Added: src/java/org/apache/log4j/chainsaw/help HelpManager.java Log: Added a singleton HelpManager so that the Help system is a little more decoupled from the implementation of the help viewer. Revision ChangesPath 1.1

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

2003-12-18 Thread psmith
psmith 2003/12/18 22:50:57 Modified:src/java/org/apache/log4j/chainsaw WelcomePanel.java ChainsawConstants.java Log: Moved out some constants into the Constants class. Revision ChangesPath 1.7 +6 -20

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw/receivers ReceiversPanel.java

2003-12-18 Thread psmith
psmith 2003/12/18 22:54:28 Modified:src/java/org/apache/log4j/chainsaw/receivers ReceiversPanel.java Log: Start of the context sensitive help for the Plugins. You can right click on a Plugin within the Receivers panel and choose the Help menu item.