RE: Chainsaw V2 Message details

2003-08-14 Thread Scott Heaberlin
I know it's been well over a month since this was last discussed, but I have had to revisit this issue at work this week and decided to share my temporary solution - We have a third-party application which we use to screen-scrape mainframe screen applications over a 3270 stream. In short, it's a

RE: Moderating mailing lists

2003-08-14 Thread Shapira, Yoav
Howdy, >Why wouldn't you be 100% happy with the suggested approach? What are your >objections? Because every now and then there's a confused/unsure user who is looking for the product or information about it and arrived at the email address ([EMAIL PROTECTED] or whatever) via means other than

JDBC version problems

2003-08-14 Thread Raymond DeCampo
Hello all, As some of you know, I've been working on JDBC-based appenders in the sandbox. I wanted to create a connection pool for environments where no such pool existed so that the JDBC appender would not have to create a new connection for every log message. If you've never thought about J

cvs commit: jakarta-log4j/src/xdocs documentation.xml

2003-08-14 Thread sdeboy
sdeboy 2003/08/10 07:52:46 Modified:src/xdocs documentation.xml Log: Fixed minor doc typo. Revision ChangesPath 1.29 +1 -1 jakarta-log4j/src/xdocs/documentation.xml Index: documentation.xml

[Chainsaw] Quick Filtering

2003-08-14 Thread Paul Smith
Hey All, I was wondering if we could also extend the Filtering framework (working with the new Filter dialog/framework Scott has mentioned) to allow a few more "Quick Filters". Right now we have the right-click pop-up "Custom Filter from mouse location". I was wondering if we could change/add to

RE: JDBC version problems

2003-08-14 Thread Scott Deboy
I haven't looked at the api to see if it works across versions, but have you checked out: http://jakarta.apache.org/commons/dbcp/ ? -Original Message- From: Raymond DeCampo [mailto:[EMAIL PROTECTED] Sent: Sat 8/9/2003 9:52 AM To: Log4J Developers List Cc: Subject:R

Re: JDBC version problems

2003-08-14 Thread Raymond DeCampo
I think that I will abandon writing a log4j connection pooling class and instead suggest that users use the commons-dbcp package. I looked it over and it does not require anything special from the client code; everything is configured at run-time. Therefore there should be no issue with using

RE: [Chainsaw] Change TableModel to store original LoggingEvent?

2003-08-14 Thread Paul Smith
On Mon, 2003-08-11 at 18:26, Ceki Gülcü wrote: > At 09:49 AM 8/8/2003 -0700, Scott Deboy wrote: > > >I really want LogPanel to be independent. It'd be great to be able to > >take LogPanel and turn it into an eclipse plugin, which would also > >facilitate people's interest in embedding LogPanel in

DO NOT REPLY [Bug 10560] - DailyRollingAppender does not roll each period

2003-08-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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-log4j/src/xdocs documentation.xml

2003-08-14 Thread ceki
ceki2003/08/13 13:59:54 Modified:src/xdocs documentation.xml Log: added link to IMAppender article Revision ChangesPath 1.31 +9 -1 jakarta-log4j/src/xdocs/documentation.xml Index: documentation.xml

SMTPAppender and dynamically generated options

2003-08-14 Thread Robert Schmid
I was trying to use the SMTPAppender with dynamically generated recipient addresses. It proved to be more difficult than I had hoped. I ended up extending the class so that I set the recipient address on the fly. I could easily chage the SMTPAppender code to allow on-the-fly changes to all the

DO NOT REPLY [Bug 13947] - DailyRollingFileAppender.rollover() uses default access

2003-08-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://nagoya.apache.org/bugzilla/show_bu

Re: Moderating mailing lists

2003-08-14 Thread Tetsuya Kitahata
On Thu, 7 Aug 2003 10:50:51 -0400 "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > Howdy, > > >Why wouldn't you be 100% happy with the suggested approach? What are your > >objections? > > Because every now and then there's a confused/unsure user who is > looking for the product or information abou

Bug with DailyRollingFileAppender and footers

2003-08-14 Thread Steven.Shaw
Hi. There is a bug with DailyRollingFileAppender when used with a Layout that has a footer. Log4j doesn't output the footer before rolling over the file. It does, however, output the header to the new file (this happens in FileAppender.setFile). Looks like FileAppender.closeFile should call writeFo

DO NOT REPLY [Bug 22369] New: - TelnetAppender.SocketHandler.send removes elements in Vector while iterating

2003-08-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 10560] - DailyRollingAppender does not roll each period

2003-08-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 10560] - DailyRollingAppender does not roll each period

2003-08-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://nagoya.apache.org/bugzilla/show_bu

Re: [Chainsaw] Quick Filtering

2003-08-14 Thread Paul Smith
On Mon, 2003-08-11 at 18:32, Ceki Gülcü wrote: > At 06:20 PM 8/11/2003 +1000, you wrote: > >Hey All, > > > >I was wondering if we could also extend the Filtering framework (working > >with the new Filter dialog/framework Scott has mentioned) to allow a few > >more "Quick Filters". > > I must admit

RE: Moderating mailing lists

2003-08-14 Thread Mark Womack
Will do. > -Original Message- > From: Ceki Gülcü [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 1:44 PM > To: Log4J Developers List > Subject: RE: Moderating mailing lists > > > > This is an excellent question. > > At 09:51 AM 8/7/2003 -0700, Mark Womack wrote: > >Before c

cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml XMLDecoder.java

2003-08-14 Thread sdeboy
sdeboy 2003/08/10 06:54:15 Modified:src/java/org/apache/log4j/xml XMLDecoder.java Log: Added a check to ensure we were only processing elements - carriage returns in the xml (generated by log4cxx's layout, were causing exceptions. Thanks to Michael CATANZARITI for pointing this o

Re: [Chainsaw] Quick Filtering

2003-08-14 Thread Ceki Gülcü
At 07:51 AM 8/12/2003 +1000, you wrote: On Mon, 2003-08-11 at 18:32, Ceki Gülcü wrote: > At 06:20 PM 8/11/2003 +1000, you wrote: > >Hey All, > > > >I was wondering if we could also extend the Filtering framework (working > >with the new Filter dialog/framework Scott has mentioned) to allow a few

Re: [Chainsaw] Change TableModel to store original LoggingEvent?

2003-08-14 Thread Max Rydahl Andersen
This is normally how I get high performant tables - but in runtime and development. +1 for this one (actually already thought this was the case for the code ;) /max Paul Smith wrote: Hey All, Scott and anyone else, I've doing some thinking about the Detail pane formatter stuff, and I am wonderi

Re: JDBC version problems

2003-08-14 Thread Ceki Gülcü
Ray, Have you considered using jdbc-2.0jar as commons-dbcp has done? At 12:52 PM 8/9/2003 -0400, you wrote: But the problem isn't the methods, but the new classes. For example, one of the new methods on Connection is: Savepoint setSavepoint(); No matter what the implementation of this method is

Re: LOGGING TLP (Re: request for feedback on usage log management)

2003-08-14 Thread Ceki Gülcü
Tetsuya, From an architectural perspective, I think the logging component should delegate i8n support to a specialized component. So it makes sense for log4j to rely on "i18n" TLP project although more information on the "i18n" project is needed to pursue the discussion. Where can I find more

Re: Nicola Ken Barozzi suggested getting in touch re: usage log management

2003-08-14 Thread Ceki Gülcü
Jeff, Thank for forwarding us your message. I briefly read the documents you provided. From the documents it was not clear whether your had already working code. In which do you envision synergies with log4j or any of its sister projects such as log4perl, log4net, etc? At 03:36 PM 8/5/2003

cvs commit: jakarta-log4j/src/xdocs documentation.xml

2003-08-14 Thread sdeboy
sdeboy 2003/08/10 07:53:47 Modified:src/xdocs documentation.xml Log: Corrected typo. Revision ChangesPath 1.30 +1 -1 jakarta-log4j/src/xdocs/documentation.xml Index: documentation.xml ===

Re: Moderating mailing lists

2003-08-14 Thread Tetsuya Kitahata
On Thu, 07 Aug 2003 10:55:24 +0200 (Subject: Moderating mailing lists) Ceki Gülcü <[EMAIL PROTECTED]> wrote: > Any objections? If you do object, you must also volunteer to moderate... > :-) -1 ;-) E-mail address for remote moderation: [EMAIL PROTECTED] :D (I dispose of over 500 mails everyday,

Adding additional data to log

2003-08-14 Thread Thomas Halbig
Hello, im trying to log a lot customize data like user data, different dates a.s.o. . Threrefore I tried to pass my own class instead of a string to the debug method! log.debug( new eALogMessage("Hello Tom", myDate, user)); In my SqlHandler, I tried to get this object back : public

RE: JDBC version problems

2003-08-14 Thread Ceki Gülcü
That is a good suggestion. Just make sure that commons-logging is not a direct or even indirect dependency of commons-dbcp. I'd even go as far as asking the developers of the various dependency packages if they plan to use commons-logging in the near future. At 10:08 AM 8/9/2003 -0700, Scott Deb

Change to LoggingEvent

2003-08-14 Thread Bill Ataras
When debugging 2 ends of a comm protocol, it's helpful to have logging on both sides with MS timestamps that are generally in sync. To that end, I added a setter for the static LoggingEvent startTime field. This should allow me to use the "%r" layout.ConversionPattern and see logging on 2 sides of

Bug report for Log4j [2003/08/10]

2003-08-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

cvs commit: jakarta-log4j/src/xdocs documentation.xml

2003-08-14 Thread ceki
ceki2003/08/08 07:09:46 Modified:src/xdocs documentation.xml Log: Added log4j-related training and consultancy section. Revision ChangesPath 1.28 +23 -6 jakarta-log4j/src/xdocs/documentation.xml Index: documentation.xml

Re: JDBC version problems

2003-08-14 Thread Ceki Gülcü
Assuming your connection pool implementation encapsulates an underlying connection object, one way to deal with method X that exists in version 1.4 and not in 1.2 of Connection interface is as follows: 1st variant --- Implement method X without actually calling the X method on the underlyin

DO NOT REPLY [Bug 22368] New: - TelnetAppender should check if any connections before rendering message

2003-08-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://nagoya.apache.org/bugzilla/show_bu

Nicola Ken Barozzi suggested getting in touch re: usage log management

2003-08-14 Thread Jeff Ubois
Hi, I posted a note to [EMAIL PROTECTED], and got a reply suggested I get in touch with this list, and with Ceki. My original post is below. If this is interesting to you, I also have a draft policy document that came out of the working group meeting. Best, Jeff == Date: Tue, 05 Aug 2

RE: Moderating mailing lists

2003-08-14 Thread Ceki Gülcü
This is an excellent question. At 09:51 AM 8/7/2003 -0700, Mark Womack wrote: Before casting a vote either way, I have a question. Infrastructure has already changed the setup. We can of course revert it if it makes sense. Does the infrastructure have some kind of spam blocking software in place?

Re: Moderating mailing lists

2003-08-14 Thread Ceki Gülcü
At 05:22 AM 8/8/2003 +0900, Tetsuya Kitahata wrote: 1. I suggest you (log4j committers) to change the message trailer (footer) of each mails to: =(CUT HERE)== -- To unsubscribe,

-no subject-

2003-08-14 Thread Thomas Halbig
Hello, im trying to log a lot customize data like user data, different dates a.s.o. . Threrefore I tried to pass my own class instead of a string to the debug method! log.debug( new eALogMessage("Hello Tom", myDate, user)); In my SqlHandler, I tried to get this object back : public

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

2003-08-14 Thread psmith
psmith 2003/08/07 00:55:09 Added: src/java/org/apache/log4j/chainsaw ShutdownListener.java Log: Added definition of a ShutdownListener for Chainsaw. Revision ChangesPath 1.1 jakarta-log4j/src/java/org/apache/log4j/chainsaw/ShutdownListener.java I

Re: JDBC version problems

2003-08-14 Thread Ceki Gülcü
Apparently the problem is quiet old: http://www.mail-archive.com/[EMAIL PROTECTED]/msg01282.html It was recently discussed on commons-dev http://marc.theaimsgroup.com/?l=jakarta-commons-dev&m=101538994027435&w=2 My suggestion would be to ask on [EMAIL PROTECTED] to see whether the problem wa

RE: Moderating mailing lists

2003-08-14 Thread Mark Womack
Before casting a vote either way, I have a question. Does the infrastructure have some kind of spam blocking software in place? If it does not, then might it block the majority of the spam to make it more manageable for moderators? If it already does, well, then I guess there is no hope for moder

LOGGING TLP (Re: request for feedback on usage log management)

2003-08-14 Thread Tetsuya Kitahata
I am wondering how it would be if the "i18n" TLP project (not yet proposed) can tightly build up a closer connection with logging TLP ... because all the commercial products have the error/log messages in each native laguages (Oracle, MS, etc.) -- Tetsuya ([EMAIL PROTECTED]) -- On Tue, 05 Aug 2

DO NOT REPLY [Bug 22380] New: - Offer Version information like other Apache Projects

2003-08-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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-log4j/src/xdocs documentation.xml

2003-08-14 Thread ceki
ceki2003/08/13 14:05:24 Modified:src/xdocs documentation.xml Log: typo fix Revision ChangesPath 1.32 +1 -1 jakarta-log4j/src/xdocs/documentation.xml Index: documentation.xml === RCS