Re: [logging] 1.1.1-SNAPSHOT deployed to the snapshot repository

2007-07-23 Thread simon
On Mon, 2007-07-23 at 02:47 +0200, Dennis Lundberg wrote: Hi There is now a 1.1.1-SNAPSHOT of commons-logging in the Apache snapshot repository: http://people.apache.org/repo/m2-snapshot-repository/commons-logging/commons-logging/1.1.1-SNAPSHOT/ Please have a look at it. We still need

Re: [logging] Running tests on earlier JVMs

2007-07-23 Thread simon
the Ant testing script, because I couldn't find a way to rewrite the MockSecurityManager so that it could run on earlier JVMs. Fine with me. Cheers, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[jira] Commented: (LOGGING-114) Silent Swallowing of NoClassDefFoundError

2007-07-11 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511853 ] Simon Kitching commented on LOGGING-114: JCL has adopted the principle that logging problems should never

Re: java.lang.NoSuchMethodError: com.sun.activation.registries.MailcapFile.getMailcapList(Ljava/lang/String;)Ljava/util/Map;

2007-06-28 Thread simon
; Can someone help me? I would guess that you have the wrong version of the activation jar in your classpath. Check the requirements for commons-email: http://jakarta.apache.org/commons/email/dependencies.html Regards, Simon

Re: Invitation to join the Apache Commons PMC

2007-06-26 Thread simon
On Sun, 2007-06-24 at 21:16 +0100, Niall Pemberton wrote: Hi Simon, You've been nominated to become a part of the Apache Commons PMC and the vote has passed. Would you be interested in accepting the nomination? We understand that you were not in favour of the Commons TLP but, since

Re: [logging] JCL in SLF4J flavour - a demo for discussion

2007-04-03 Thread Simon Kitching
not understood? And what would a new JCL do for anyone that they could not do by just using SLF4J via its JCL API? The SLF4J team have already done a lot of hard work; what benefit would there be to duplicating that? Regards, Simon

Re: [VOTE] New committer - Stephen Kestle

2007-03-21 Thread Simon Kitching
+1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [logging] JCL sans auto-discovery?

2007-03-17 Thread Simon Kitching
a simple JCL-to-java.util.logging mapping, as most apps should probably be using java.util.logging now. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [logging] 1.1.1 release?

2007-03-09 Thread Simon Kitching
on a release, so it seems sensible to do it for 1.1.1 even if this is just a bugfix release. Cheers, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [logging] 1.1.1 release?

2007-03-09 Thread Simon Kitching
an existing jar and precompiled unit tests, and just re-execute those unit tests with the old jdk. I have been meaning to set this up for a long while now but just cannot find the time.. Cheers, Simon - To unsubscribe, e-mail

[jira] Closed: (DIGESTER-29) [digester] Loading of resources causes webapp to fail redeploy under Tomcat 5.5.x

2007-02-06 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Kitching closed DIGESTER-29. -- Resolution: Fixed Fix Version/s: 1.8 Final Fixed in 1.8 release. [digester] Loading

[jira] Created: (JXPATH-76) CompiledExpression not completely thread-safe

2007-01-31 Thread Simon Raess (JIRA)
CompiledExpression not completely thread-safe - Key: JXPATH-76 URL: https://issues.apache.org/jira/browse/JXPATH-76 Project: Commons JXPath Issue Type: Bug Reporter: Simon Raess Some

[jira] Updated: (JXPATH-76) CompiledExpression not completely thread-safe

2007-01-31 Thread Simon Raess (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Raess updated JXPATH-76: -- Attachment: jxpath.patch patch fixing (some?) multithreading bugs in compiled expressions

[jira] Created: (JXPATH-77) Added selectNodes / selectSingleNode to CompiledExpression

2007-01-31 Thread Simon Raess (JIRA)
Affects Versions: 1.2 Final Reporter: Simon Raess Priority: Minor Attachments: patch2.txt CompiledExpression did not have the methods selectNodes / selectSingleNodes. The attached patch adds those methods. -- This message is automatically generated by JIRA. - You

[jira] Updated: (JXPATH-76) CompiledExpression not completely thread-safe

2007-01-31 Thread Simon Raess (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Raess updated JXPATH-76: -- Affects Version/s: 1.2 Final CompiledExpression not completely thread-safe

[jira] Updated: (JXPATH-77) Added selectNodes / selectSingleNode to CompiledExpression

2007-01-31 Thread Simon Raess (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Raess updated JXPATH-77: -- Attachment: patch2.txt Added selectNodes / selectSingleNode to CompiledExpression

[jira] Updated: (JXPATH-77) Added selectNodes / selectSingleNode to CompiledExpression

2007-01-31 Thread Simon Raess (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Raess updated JXPATH-77: -- You're right. I haven't thought about that. I've created a patched version, so I don't really care when

[jira] Commented: (JXPATH-76) CompiledExpression not completely thread-safe

2007-01-31 Thread Simon Raess (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469179 ] Simon Raess commented on JXPATH-76: --- I've thought about that solution too, but the change without synchronized

Re: [io] Inner class exception

2007-01-12 Thread Simon Kitching
On Thu, 2007-01-11 at 21:37 -0800, Henri Yandell wrote: Yeah, I'm quite interested in what the response is to having this in the API. It's novel (for me), but could be interesting to release IO as is and see what feedback we get from users on the feature. My $0.02: I'm quite happy with an

[jira] Commented: (BETWIXT-57) Class loader problem in JBoss version 4.0.4GA

2007-01-12 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/BETWIXT-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464413 ] Simon Kitching commented on BETWIXT-57: --- Ok, I've made this default to true. I've also ensured that when set

Re: [VOTE] Promote commons-site to proper and release it

2007-01-12 Thread Simon Kitching
On Sat, 2007-01-13 at 02:16 +0100, Dennis Lundberg wrote: I have laid the finishing touches to commons-skin and feel that it is ready for prime time. Therefor I would like to propose two votes: 1. Promote commons-skin from commons sandbox to commons proper. +1 2. Release commons-skin

Re: [transaction] svn commit: r494203 - in /jakarta/commons/proper/transaction/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/transaction/file/ResourceManager.java

2007-01-11 Thread Simon Kitching
processes here are reasonably strict. Writing libraries is hard - and quite different from writing full applications (eg tomcat, ant) or frameworks. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[jira] Commented: (BETWIXT-57) Class loader problem in JBoss version 4.0.4GA

2007-01-11 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/BETWIXT-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463858 ] Simon Kitching commented on BETWIXT-57: --- Robert, I see that the new useContextClassLoader attribute defaults

Re: [all] jarfiles in svn

2007-01-07 Thread Simon Kitching
the Apache SVN repository. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[all] jarfiles in svn

2007-01-06 Thread Simon Kitching
is about the oldest outstanding feature request... Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (JXPATH-12) [jxpath] Descendant or self axis does not work correctly at root node

2007-01-04 Thread Simon Raess (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462419 ] Simon Raess commented on JXPATH-12: --- I've just applied your patch to version 1.2. The reported problem is solved

[jira] Updated: (LOGGING-110) Implement a Level class and a generic log method in Log

2007-01-02 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Kitching updated LOGGING-110: --- Fix Version/s: 2.0 Affects Version/s: (was: 1.0.4) As there appears

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

2007-01-02 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Kitching closed LOGGING-108. -- Resolution: Won't Fix As no responses were received on my last comment, closing as wontfix

[jira] Commented: (LANG-238) [lang] Add equals(type[]) to NumberUtils

2007-01-01 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LANG-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461664 ] Simon Kitching commented on LANG-238: - I would agree with Stephen that an allEquals(a) method isn't likely

Re: [logging] Using Maven 2 for everything

2006-12-29 Thread Simon Kitching
to a release candidate.. B. Distributions. As far as I can see we need to have source and binary distros as well. I'll have a look at producing these with M2 as well. That would be cool. Having a -src jarfile for the next JCL release would be great. Cheers, Simon

[jira] Closed: (LOGGING-25) [logging] call to getClassLoader() in LogFactoryImpl not checked for null

2006-12-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-25?page=all ] Simon Kitching closed LOGGING-25. - Resolution: Fixed That's ok David; I've done that before :-). Marking as closed/fixed. [logging] call to getClassLoader() in LogFactoryImpl not checked

[jira] Commented: (LOGGING-25) [logging] call to getClassLoader() in LogFactoryImpl not checked for null

2006-12-16 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-25?page=comments#action_12459088 ] Simon Kitching commented on LOGGING-25: --- Applying this patch would cause some undesirable side-effects. For example, method logClassLoaderEnvironment uses

[jira] Reopened: (LOGGING-25) [logging] call to getClassLoader() in LogFactoryImpl not checked for null

2006-12-12 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-25?page=all ] Simon Kitching reopened LOGGING-25: --- Reopen due to report by David Smiley [logging] call to getClassLoader() in LogFactoryImpl not checked for null

Re: [VOTE] Release Digester 1.8

2006-12-01 Thread Simon Kitching
Saturday, Dec 2nd (ping if you need more time). +0 The process followed seems to be fine, and I'm not aware of any issues, but unfortunately don't have enough time to check the RC myself, so don't feel I can contribute a +1. Regards, Simon

[jira] Resolved: (LOGGING-111) Small patch to make debugging easier

2006-11-21 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-111?page=all ] Simon Kitching resolved LOGGING-111. Resolution: Fixed Small patch to make debugging easier Key: LOGGING-111 URL

[jira] Commented: (LOGGING-111) Small patch to make debugging easier

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-111?page=comments#action_12451127 ] Simon Kitching commented on LOGGING-111: Looks good to me. I've committed this patch (with a couple of extra checks for null causes). Thanks very much

[jira] Commented: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-106?page=comments#action_12451130 ] Simon Kitching commented on LOGGING-106: Fixed by SVN r423654. Re the last paragraph above, using an AccessController too broadly is a security risk so

[jira] Resolved: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-106?page=all ] Simon Kitching resolved LOGGING-106. Resolution: Fixed AccessControlException when loading LogFactory class without system properties permission

[jira] Reopened: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-106?page=all ] Simon Kitching reopened LOGGING-106: AccessControlException when loading LogFactory class without system properties permission

[jira] Resolved: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-106?page=all ] Simon Kitching resolved LOGGING-106. Fix Version/s: 1.1.1 Resolution: Fixed AccessControlException when loading LogFactory class without system properties permission

[jira] Closed: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-106?page=all ] Simon Kitching closed LOGGING-106. -- AccessControlException when loading LogFactory class without system properties permission

[jira] Resolved: (LOGGING-107) AccessController use

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-107?page=all ] Simon Kitching resolved LOGGING-107. Fix Version/s: 1.1.1 Resolution: Fixed AccessController use Key: LOGGING-107 URL

[jira] Commented: (LOGGING-110) Implement a Level class and a generic log method in Log

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-110?page=comments#action_12451136 ] Simon Kitching commented on LOGGING-110: You're right; sorry I got a little mixed up; trying to juggle too many things :0). What avalon doesn't support

Re: [logging] 1.1.1? (was Re: Digester 1.8-RC1 available)

2006-11-19 Thread Simon Kitching
of issues that had not been resolved have now been Resolved. Issues that had a Fix for: 1.1.0 have been closed. The issues for earlier releases that have been Resolved but not Closed, I have left untouched. Simon, would you mind adding Fix for and Resolution on the issues that you have solved

Re: [logging] 1.1.1? (was Re: Digester 1.8-RC1 available)

2006-11-19 Thread Simon Kitching
running on my machine would be the first goal.. Cheers, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[logging] Re: svn commit: r476429 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-18 Thread Simon Kitching
On Fri, 2006-11-17 at 21:19 -0700, Wendy Smoak wrote: On 11/17/06, Simon Kitching [EMAIL PROTECTED] wrote: Are you saying that if you mark the dependencies optional, you get compilation errors? That doesn't sound right. Well, that's exactly what happens. Found it. Optional

[jira] Commented: (LOGGING-110) Implement a Level class and a generic log method in Log

2006-11-17 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-110?page=comments#action_12450911 ] Simon Kitching commented on LOGGING-110: I agree it would be convenient to have a log level that can be queried and a generic log method that takes

Re: [all] Digester 1.8-RC1 available

2006-11-17 Thread Simon Kitching
://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Cheers, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: sorry to bother - can't build Jelly

2006-11-17 Thread Simon Kitching
, please put the commons component in the subject line, eg [jelly] need help building from source Jelly doesn't support maven 2.x yet (pom.xml file), just maven 1.x (project.xml). And the command you want is: maven package or maven install not maven jar Regards, Simon On Wed, 2006

Re: [logging] Maven2 POM Question

2006-11-17 Thread Simon Kitching
On Fri, 2006-11-17 at 18:52 -0800, Craig McClanahan wrote: The pom.xml file for Commons Logging in the trunk has an interesting approach to declaring dependencies, based on the existence or non-existence of a file named commons-logging-README.txt. AFAICT, the purpose for this is to make the

Re: svn commit: r476429 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-17 Thread Simon Kitching
failure /home/simon/apache/commons-svn/proper/logging/trunk/src/java/org/apache/commons/logging/impl/Log4JLogger.java:[23,24] package org.apache.log4j does not exist etc If you mark it optional, it will be excluded from transitive dependency resolution when a project depends on commons

Re: [Digester] Maven2 POM Questions and Proposals

2006-11-16 Thread Simon Kitching
the test under m1). Any more details about your setup or other clues? Works for me too (Sun java 1.5.0 on Linux). Initially it would look like the xml parser in use is behaving differently from what most people get. What JVM are you using - not gcj by any chance? Cheers, Simon

Re: [digester] Time for 1.8? (was: DIGESTER-107)

2006-11-09 Thread Simon Kitching
Hi Rahul, On Thu, 2006-11-09 at 13:44 -0500, Rahul Akolkar wrote: On 9/25/06, Simon Kitching (JIRA) [EMAIL PROTECTED] wrote: snip/ It's probably a good time; a couple of minor bugfixes/enhancements have been made that deserve release (see RELEASE-NOTES.txt). snap/ Coming back

Re: [VOTE] Release commons-parent pom

2006-11-07 Thread Simon Kitching
On Mon, 2006-11-06 at 18:47 +0100, Dennis Lundberg wrote: Hello This is a new vote following up on the failed vote [1] that was held previously. As far as I can tell, all the issues that were raised in the earlier vote has been addressed. So please cast your votes. This vote will be

Re: svn commit: r472006 - /jakarta/commons/proper/commons-parent/trunk/pom.xml

2006-11-07 Thread Simon Kitching
This is the old-style license header. The new style is as shown at the top of this file: http://svn.apache.org/repos/asf/jakarta/commons/proper/digester/trunk/build.xml Regards, Simon On Tue, 2006-11-07 at 06:39 +, [EMAIL PROTECTED] wrote: Author: jochen Date: Mon Nov 6 22:39:17 2006

Re: [VOTE] Release commons-parent pom

2006-11-07 Thread Simon Kitching
On Tue, 2006-11-07 at 07:43 +0100, Jochen Wiedmann wrote: On 11/7/06, Rahul Akolkar [EMAIL PROTECTED] wrote: c) The svn log is confident [1] the antrun bit is needed due to a bug in the source plugin, but subsequent conversations not so [2]. What is it, IYO? Figure you're as good a resource

Re: [VOTE] Release commons-proper POM 1

2006-11-06 Thread Simon Kitching
currently going on for a Betwixt release. It would be nice to have maven2 support for that too... Cheers, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (BEANUTILS-255) ConvertUtilsBean does not support converts to a java.util.Date

2006-11-02 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-255?page=comments#action_12446722 ] Simon Kitching commented on BEANUTILS-255: -- I'm not sure this is a good idea. Presumably this converter would use the system locale to determine how

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-11-01 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12446203 ] Simon Kitching commented on DIGESTER-109: - I'd be keener to implement support for null classloaders if I could think of a sane reason for putting

[general] good maven2 pom.xml to copy?

2006-10-29 Thread Simon Kitching
Hi, I'd like to enable building of digester with maven2. Any suggestions as to which commons project's pom.xml I should base it on? I know some work has been going on for maven2 support recently.. Thanks, Simon

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-24 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444275 ] Simon Kitching commented on DIGESTER-109: - I suggest trying this: cd $JAVA_HOME/jre find . -name *.jar There should *not* be any commons libraries

[jira] Updated: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-20 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=all ] Simon Kitching updated DIGESTER-109: Summary: FromXmlRuleSet and SetNextRule classloader issue (was: FromXmlRuleSet and SetNextRule classes not working in Unix enviroment) Hi

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-20 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12443997 ] Simon Kitching commented on DIGESTER-109: - Good point Henri. I had assumed that the NullPointerException Anna was reporting in FromXmlRuleSet

Re: Three votes of PMC members required

2006-10-16 Thread Simon Kitching
+1 On Sun, 2006-10-15 at 15:44 +0200, Jochen Wiedmann wrote: Hi, AFAIK the policy is still that three votes of PMC members are required. In other words, may I point you to http://marc.theaimsgroup.com/?t=11606631873 and ask kindly for positive votes? (Unless you have reason for

RE: Logging: SimpleLog not thread-safe

2006-10-14 Thread Simon Kitching
operation is much less critical. Of course I'm open to persuasion on this (eg performance stats).. Cheers, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Logging: SimpleLog not thread-safe

2006-10-14 Thread Simon Kitching
are garbage collected much more reliably from what I understand. And, as Simon pointed out, the probable disk i/o would be the big bottleneck, not the object instantiation. Ok, so next issue: this member is declared protected: static protected DateFormat dateFormatter = null

Re: Logging: SimpleLog not thread-safe

2006-10-14 Thread Simon Kitching
committed R464108 which implements the synchronized fix. All comments welcome. Regards, Simon On Sun, 2006-10-15 at 15:50 +1300, Simon Kitching wrote: On Sat, 2006-10-14 at 08:07 -0400, James Carman wrote: Tomcat had this same issue a while back. It was trying to use a single SimpleDateFormat

RE: Logging: SimpleLog not thread-safe

2006-10-12 Thread Simon Kitching
performance than creating one new in every log invocation. Just my 2 cents, Thanks, Ken -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 5:05 AM To: Jakarta Commons Developers List Subject: Re: Logging: SimpleLog not thread-safe

Re: Logging: SimpleLog not thread-safe

2006-10-11 Thread Simon Kitching
which may not be noticed anyway. But it should be fixed; I'll try to do that this weekend. Regards, Simon On Fri, 2006-10-06 at 17:15 +0100, Martin Wilson wrote: Hi, I'm not sure if anyone else uses the SimpleLog class - anyway I've noticed that SimpleLog.log is not thread-safe

[jira] Commented: (DIGESTER-107) Provide ability to capture namespace snapshots

2006-09-25 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-107?page=comments#action_12437643 ] Simon Kitching commented on DIGESTER-107: - Looks good to me. I´d be happy for this to be committed. I guess you'll be asking about when a new Digester

[jira] Commented: (DIGESTER-107) Provide ability to capture namespace snapshots

2006-09-24 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-107?page=comments#action_12437190 ] Simon Kitching commented on DIGESTER-107: - Ok, let's go with the simplest patch (no caching). I don't think the code should be catching and ignoring

[jira] Commented: (DIGESTER-107) Provide ability to capture namespace snapshots

2006-09-23 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-107?page=comments#action_12437112 ] Simon Kitching commented on DIGESTER-107: - This looks pretty good to me. The only question I have is whether the new members of the Digester class

Re: [VOTE] Release [net] version 2.0

2006-09-13 Thread Simon Kitching
Sorry, text and xml are the only clirr formats supported as far as I know (last time I looked). The text output is fairly readable though not pretty I agree. I'm not sure how well clirr handles java 1.5. Cheers, Simon On Wed, 2006-09-13 at 11:14 +0100, Rory Winston wrote: Sure, I can

Re: [PROPOSAL] Commons and JDK5, was VOTE Release [net] version 2.0

2006-09-09 Thread Simon Kitching
mechanism for handling multiple versions of the same library (as Microsoft's CLR has I believe).. Cheers, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Closed: (BEANUTILS-245) Problem setting nested index property or combined property (with index property)

2006-08-29 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-245?page=all ] Simon Kitching closed BEANUTILS-245. Resolution: Invalid Closing as requested by original poster. Problem setting nested index property or combined property (with index property

[jira] Created: (LANG-276) MutableBigDecimal and MutableBigInteger

2006-08-29 Thread Simon Kitching (JIRA)
MutableBigDecimal and MutableBigInteger --- Key: LANG-276 URL: http://issues.apache.org/jira/browse/LANG-276 Project: Commons Lang Issue Type: New Feature Reporter: Simon Kitching

Re: svn commit: r437237 [1/2] - in /jakarta/commons/proper/lang/trunk: src/java/org/apache/commons/lang/ src/java/org/apache/commons/lang/builder/ src/java/org/apache/commons/lang/enum/ src/java/org/a

2006-08-27 Thread Simon Kitching
the whole combined work, but that doesn't necessarily correspond to copyright on any particular part. That means that there is no need to update the copyright in files before a release. Regards, Simon - To unsubscribe, e-mail

Re: [beanutils] [logging] Webapp using commons-logging fails to start in Tomcat 4.1.x when beanutils 1.7.0 is used by Tomcat

2006-08-23 Thread Simon Kitching
, Simon On Mon, 2006-08-21 at 07:26 -0400, Mark Thomas wrote: Simon Kitching wrote: Firstly, the 1.1.0 release of commons-logging will hopefully not have this problem; you don't indicate what version of commons-logging is present when this problem occurs. Could you try upgrading the JCL

Re: [beanutils] [logging] Webapp using commons-logging fails to start in Tomcat 4.1.x when beanutils 1.7.0 is used by Tomcat

2006-08-21 Thread Simon Kitching
isn't it? I must be missing something..will think about it some more. Mark, what specifically is your issue here? Are you a tomcat developer, or trying to write webapps to run on tomcat, or something else? Regards, Simon On Sun, 2006-08-20 at 19:36 -0400, Mark Thomas wrote: Hi, The most

Re: [logging] pom for commons-logging-api and building/testing JCL with Maven 1

2006-08-16 Thread Simon Kitching
for commons-logging-api.jar without modifications. Regards, Simon On Fri, 2006-08-11 at 21:03 +0200, Dennis Lundberg wrote: Carlos Sanchez wrote: If it's this one http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/commons-logging-api.pom?view=markup Yes, that's the one

Re: svn commit: r427459 - in /jakarta/commons/proper/attributes/trunk: api/manifest.mf build.xml compiler/manifest.mf

2006-08-01 Thread Simon Kitching
On Tue, 2006-08-01 at 06:17 +, [EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/api/manifest.mf?rev=427459view=auto == +X-Compile-Source-JDK: 1.4

[build] nightly build support for maven2?

2006-08-01 Thread Simon Kitching
maven1. I'm planning on creating a maven2 buildfile for Digester soon, and maybe a few others. Cheers, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [logging] Tapestry and JCL

2006-07-31 Thread Simon Kitching
extracting it as a project of the logging.apache.org group? Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [logging] Tapestry and JCL

2006-07-29 Thread Simon Kitching
API (probably bound to JULI, which is a java.util.logging implementation). I think SLF4J even offers an implementation of the JCL api that maps to SLF4J adapters. Regards, Simon On Fri, 2006-07-28 at 10:14 -0400, James Carman wrote: Regardless, it's still not an ASF project. We should try

Re: [vfs] Minimal first release

2006-07-27 Thread Simon Kitching
agree that a minimal first release is a good idea. BTW, I generally like maven2. For certain special projects (eg logging) it can be awkward but for most projects the rewards are well worth the learning curve. Regards, Simon

Re: svn commit: r425343 - /jakarta/commons/proper/logging/trunk/project.xml

2006-07-25 Thread Simon Kitching
On Tue, 2006-07-25 at 09:13 +, [EMAIL PROTECTED] wrote: Author: dennisl Date: Tue Jul 25 02:13:44 2006 New Revision: 425343 URL: http://svn.apache.org/viewvc?rev=425343view=rev Log: Add trailing slashes to URLs. - urlhttp://jakarta.apache.org/commons/logging/url +

Re: old style html in javadoc Was: [jira] Commented: (IO-86) Add FileFinder back into Commons IO

2006-07-24 Thread Simon Kitching
has. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [all] Splitting the mailing list

2006-07-24 Thread Simon Kitching
to all lists in one go. As far as I know, though, the apache system doesn't provide this. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (COLLECTIONS-218) CollectionUtils.select() does not return passed in collection

2006-07-20 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-218?page=comments#action_12422391 ] Simon Kitching commented on COLLECTIONS-218: I was a little surprised by the comment that changing void-non-void was binary incompatible, so I

[JIRA] admin access for DIGESTER, LOGGING

2006-07-20 Thread Simon Kitching
Hi, I don't appear to be able to close JIRA issues for LOGGING. Do I need to explicitly be granted privileges for this? If so, could someone please do so? Thanks, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED

[jira] Closed: (LOGGING-25) [logging] call to getClassLoader() in LogFactoryImpl not checked for null

2006-07-20 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-25?page=all ] Simon Kitching closed LOGGING-25. - Resolution: Fixed As there has been no response from original poster, this is being closed presumed fixed. [logging] call to getClassLoader

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

2006-07-20 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-108?page=comments#action_12422527 ] Simon Kitching commented on LOGGING-108: Thanks for reporting this. Your analyis is excellent, thanks. however I think this is really the responsibility

Re: [all] Splitting the mailing list

2006-07-20 Thread Simon Kitching
in, I would like to hear from them. That's an excellent idea.. Brett, what's the feedback on the split of the Maven list? Why do you think it was a good idea? Cheers, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED

[all] [logging] AccessController and security

2006-07-19 Thread Simon Kitching
? It would seem to me that secure data obtained via an AccessController should never be permitted to propagate out of any non-private method. Comments anyone? Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [math] Re: SingularValueDecomposition

2006-07-16 Thread Simon Kitching
what's ok. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [logging] Logging related problem with HttpClient

2006-06-24 Thread Simon Kitching
in. Regards, Simon On Thu, 2006-06-22 at 19:47 +0200, Ortwin Glück wrote: Neelesh, Please see http://jakarta.apache.org/commons/httpclient/dependencies.html for the correct version of the dependencies. Note: HttpClient is no longer in Jakarta Commons. Our mailing lists are these: http

[jira] Created: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-06-20 Thread Simon Kitching (JIRA)
Logging Type: Bug Versions: 1.1.0 Reporter: Simon Kitching The LogFactory static initializer calls createFactoryStore which calls System.getProperty. If the class doesn't have access rights to see system properties (eg when in an applet) then the LogFactory class cannot load

[jira] Created: (LOGGING-107) AccessController use

2006-06-20 Thread Simon Kitching (JIRA)
AccessController use Key: LOGGING-107 URL: http://issues.apache.org/jira/browse/LOGGING-107 Project: Commons Logging Type: Bug Versions: 1.1 Final Reporter: Simon Kitching A problem has been reported with 1.1 by Aaron Bruegl on 6

Re: How can I search the mailing list archive

2006-06-17 Thread Simon Kitching
that it's a shame there is no decent search facility though. I thought that last year's Google Summer of Code included a project to enhance the apache http mod_mbox to provide search functionality. Do I remember wrong, or did that project not work out? Cheers, Simon

Re: [VOTE] Release FileUpload 1.1.1-RC1

2006-05-29 Thread Simon Kitching
the release happens. Making a tag in subversion has exactly the same price as checking in one new file, ie is trivial. I think the existing release advice is therefore good; creating a tag for an RC should be the regular practice. Cheers, Simon

  1   2   3   4   5   6   7   8   9   >