[jira] Commented: (LOGGING-108) Classloader reference leak on Tomcat 5.5.17 with log4j in webapp

2006-06-30 Thread Taras Tielkes (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-108?page=comments#action_12418592 ] Taras Tielkes commented on LOGGING-108: --- Here's some proof this is happening. Change the following code (package org.apache.jasper.runtime

[jira] Created: (LOGGING-108) Classloader reference leak on Tomcat 5.5.17 with log4j in webapp

2006-06-27 Thread Taras Tielkes (JIRA)
. Reporter: Taras Tielkes Some Tomcat Jasper implementation classes are initialized (that mean static fields and static initializer) when the current thread has the webapp classloader set as the context classloader. An example of this is org.apache.jasper.runtime.PageContextImpl If the first JSP

[jira] Updated: (LOGGING-108) Classloader reference leak on Tomcat 5.5.17 with log4j in webapp

2006-06-27 Thread Taras Tielkes (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-108?page=all ] Taras Tielkes updated LOGGING-108: -- Attachment: path.gif Screenshot from commercial JVMTI tool (YourKit) showing the reference graph from a GC, through the leak described, to the user

[jira] Commented: (LOGGING-108) Classloader reference leak on Tomcat 5.5.17 with log4j in webapp

2006-06-27 Thread Taras Tielkes (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-108?page=comments#action_12418088 ] Taras Tielkes commented on LOGGING-108: --- Last comment (screenshot description) should read: ...showing the reference graph from a GC root, through... Classloader

[jira] Commented: (LOGGING-108) Classloader reference leak on Tomcat 5.5.17 with log4j in webapp

2006-06-27 Thread Taras Tielkes (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-108?page=comments#action_12418089 ] Taras Tielkes commented on LOGGING-108: --- Last comment: in this case I need to load the log4j adapter classes from WEB-INF\lib, and cannot use use_tccl=false (I think

Re: [VOTE] Validator 1.0 Release (Second Call)

2002-10-01 Thread Taras Tielkes
release, as Taras Tielkes suggested. It'd be nice to see his other comments addressed also, but I wouldn't hold up the first release for them. I can help with the release process if needed. -- Martin Cooper -Original Message- From: James Turner [mailto:[EMAIL PROTECTED

RE: VOTE: Release 1.0 of Validator

2002-09-24 Thread Taras Tielkes
Hi James, Will expanded documentation be part of a release? I'm currently trying to use commons-validator in a stand-alone program (outside of Struts), but I'm having a hard time. I know that there's always the source to read, but I wouldn't object to: 1) A DTD of XSD file defining the