[jira] Commented: (EL-5) [el] Contention on global cache / parseExpression

2006-10-20 Thread Ravishankar S (JIRA)
[ http://issues.apache.org/jira/browse/EL-5?page=comments#action_12443708 ] Ravishankar S commented on EL-5: Confirmed Matthias's observation at high concurrencies. We didn't see anything at lower concurrent access. We have a page that uses a

[jira] Commented: (EL-5) [el] Contention on global cache / parseExpression

2006-10-20 Thread Matthias Ernst (JIRA)
[ http://issues.apache.org/jira/browse/EL-5?page=comments#action_12443730 ] Matthias Ernst commented on EL-5: - Ravishankar, high contention on the monitor only makes things run slower. It is not a deadlock and it should not kill your Tomcat. It

Re: [feedparser] Security patch

2006-10-20 Thread Nick Lothian
Did this get applied? I don't think I've seen the commit email On 10/12/06, Martin van den Bemt [EMAIL PROTECTED] wrote: I will apply the patch when no one beats me to it.. Mvgr, Martin Nick Lothian wrote: I'm aware that FeedParser is a dormant project, but the attached patch will fix

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-10-20 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-10-20 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[jira] Commented: (BEANUTILS-251) PropertyUtils.describe() returns wrong fields names

2006-10-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-251?page=comments#action_12443867 ] Henri Yandell commented on BEANUTILS-251: - This has come up before - I'll look into making a FAQ for it. The Bean specification defines the IV in IVal

[collections] Generifying Collections

2006-10-20 Thread Kris Nuttycombe
Speaking of porting to collections to generics, I have a bit of time available to contribute to this effort. Could we at least create a generics branch in SVN to get the ball rolling? This topic has been bounced around for a long time, but the process needs to start at some point. I realize

Re: [collections] Generifying Collections

2006-10-20 Thread Henri Yandell
Whatever you want to do is good, but I'd like to see the first bit be an analysis of the various forks that have happened in terms of 1.5 versions of collections. There's stuff out there that wanted to get involved, now that we're thinking of moving they might be interested and have valuable code

Re: [collections] Generifying Collections

2006-10-20 Thread Stephen Colebourne
We are just moving to JDK1.5 at work, and I too judge that the time is about right for this. I don't know how much time I'll be able to spend on it though. We'll have to see. There is a clear difference of approach, however, with some factors being: a) keep everything as close as possible to

Re: [collections] Generifying Collections

2006-10-20 Thread Rahul Akolkar
On 10/20/06, Stephen Colebourne [EMAIL PROTECTED] wrote: We are just moving to JDK1.5 at work, and I too judge that the time is about right for this. I don't know how much time I'll be able to spend on it though. We'll have to see. There is a clear difference of approach, however, with some

Re: [collections] Generifying Collections

2006-10-20 Thread Mario Ivankovits
Hi! collections5 ? (don't like collgenerics) I think we should try not to put the technology into the name, nor the target jvm version number. Think about something like collections5 4.0 somehow strange, no? - like java2 1.3.0 ;-) Personally I'd simply create a new branch, maybe call it 5.0

Re: [collections] Generifying Collections

2006-10-20 Thread Kris Nuttycombe
Stephen Colebourne wrote: snip/ Thus, I propose that this task is: - started in the commons-sandbox - uses a different package name [collgenerics] - follows the current single jar/package structure - no deprecated classes are ported This sounds like the best approach to me, for the same reasons

Re: [collections] Generifying Collections

2006-10-20 Thread Rahul Akolkar
On 10/20/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! collections5 ? (don't like collgenerics) I think we should try not to put the technology into the name, nor the target jvm version number. Think about something like collections5 4.0 somehow strange, no? - like java2 1.3.0 ;-)

Re: [collections] Generifying Collections

2006-10-20 Thread Stephen Colebourne
Kris Nuttycombe wrote: Should we make 3.2 the start of the branch, or is there a reason to branch from the current state of the trunk? I think that we should tag HEAD of [collections], and then copy from there. Rahul Akolkar wrote: collections5 ? (don't like collgenerics) I would have

Re: [collections] Generifying Collections

2006-10-20 Thread Mario Ivankovits
Hi! That said, the advantage with using the name collections5 is that we could use the same naming style for other projects - lang5, io5 etc. Yea, thats true. Hmmm ... But then we can do it like java does in the past - we go the collections2 way, though, wouldn't be against collections5 any

Re: [collections] Generifying Collections

2006-10-20 Thread Kris Nuttycombe
What we call it sort of depends upon what we expect the future of the project to be, doesn't it? Splitting the jar will just move some stuff out; there'll likely still be a central collections component, and *eventually* it'd be nice to still be able call this commons-collections. Name

Re: [collections] Generifying Collections

2006-10-20 Thread Rahul Akolkar
On 10/20/06, Stephen Colebourne [EMAIL PROTECTED] wrote: snip/ Rahul Akolkar wrote: collections5 ? (don't like collgenerics) I would have suggested collections5 or collections15, but as has already been pointed out, this is a little strange when JDK6 is about to come out. Naming after the

Re: [collections] Generifying Collections

2006-10-20 Thread Rahul Akolkar
On 10/20/06, Kris Nuttycombe [EMAIL PROTECTED] wrote: What we call it sort of depends upon what we expect the future of the project to be, doesn't it? Splitting the jar will just move some stuff out; there'll likely still be a central collections component, and *eventually* it'd be nice to still

[jira] Updated: (LANG-66) [lang] StringEscaper.escapeXml() escapes characters 0x7f

2006-10-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-66?page=all ] Henri Yandell updated LANG-66: -- Bugzilla Id: (was: 38210) Fix Version/s: 3.0 (was: 2.3) Setting 3.0 as the fix-version; I don't think we should change functionality to

[jira] Updated: (LANG-282) Create more tests to test out the +=31 replacement code in DurationFormatUtils.

2006-10-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-282?page=all ] Henri Yandell updated LANG-282: --- Fix Version/s: 3.0 (was: 2.3) Create more tests to test out the +=31 replacement code in DurationFormatUtils.

[lang] 3.0 as next release? JDK 1.5 minimum?

2006-10-20 Thread Henri Yandell
Starting to think about the next Lang release. 2.3 had a few Enum issues to look at. LANG-76 - Complex issue in initializing under JDK 1.5. LANG-262 - ClassLoader issue. Possible fix committed, but no testing done yet. LANG-258 - Improve Enum javadoc. I've been doing some work on this. There

RE: [lang] 3.0 as next release? JDK 1.5 minimum?

2006-10-20 Thread Gary Gregory
Hello [lang]: For the software I work on, Java 1.4.2 is the base requirement, so talking about 1.5 is not an option (yet). We revisit the issue from time to time, but the bottom line is that our customers have not moved to Java 1.5, so we cannot. We could do this in a first stage and say that

[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

Re: [collections] Generifying Collections

2006-10-20 Thread Will Pugh
We could also mash together collections and generics to get commons-collagen I'm sure there are some great puns we could pull out of that. . . --Will Mario Ivankovits wrote: Hi! collections5 ? (don't like collgenerics) I think we should try not to put the technology into the

Re: [lang] 3.0 as next release? JDK 1.5 minimum?

2006-10-20 Thread Henri Yandell
Problem with that is that we'll end up supporting lots of versions. I'd like to keep a 2.x branch going for bugfixing for older JDKs, and move on 3.0 much more up to date. So we'd have 1.2-1.4 users being supported with the 2.x branch; or 2.2.x branch as it's currently called; and 1.5+ users

[jira] Commented: (VALIDATOR-206) NullPointerException in ValidatorAction class when we start application in Unix

2006-10-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-206?page=comments#action_12443945 ] Henri Yandell commented on VALIDATOR-206: - What's the environment for your code? If I dig into the source, it looks as though the if-null check is

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

2006-10-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12443948 ] Henri Yandell commented on DIGESTER-109: VALIDATOR-206 is a similar issue. I'm not understanding the J2EE part of this - doesn't a null ClassLoader

[jira] Commented: (VALIDATOR-206) NullPointerException in ValidatorAction class when we start application in Unix

2006-10-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-206?page=comments#action_12443950 ] Henri Yandell commented on VALIDATOR-206: - Much the same issue being discussed in DIGESTER-109. NullPointerException in ValidatorAction class when

svn commit: r466275 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/enums/ValuedEnum.java

2006-10-20 Thread bayard
Author: bayard Date: Fri Oct 20 15:02:34 2006 New Revision: 466275 URL: http://svn.apache.org/viewvc?view=revrev=466275 Log: Adding note that using switch is not type-safe Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/enums/ValuedEnum.java Modified:

[jira] Commented: (LANG-258) Enum JavaDoc: 1) outline 5.0 native Enum migration 2) warn not to use the switch() , 3) point out approaches for persistence and gui

2006-10-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-258?page=comments#action_12443954 ] Henri Yandell commented on LANG-258: svn ci -m Adding note that using switch is not type-safe src/java/org/apache/commons/lang/enums/ValuedEnum.java Sending

[jira] Commented: (LANG-258) Enum JavaDoc: 1) outline 5.0 native Enum migration 2) warn not to use the switch() , 3) point out approaches for persistence and gui

2006-10-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-258?page=comments#action_12443955 ] Henri Yandell commented on LANG-258: SB-20 = https://issues.apache.org/struts/browse/STR-2943 If someone with experience in using the Enum classes in MVC/GUI

svn commit: r466285 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/enums/Enum.java

2006-10-20 Thread bayard
Author: bayard Date: Fri Oct 20 15:36:21 2006 New Revision: 466285 URL: http://svn.apache.org/viewvc?view=revrev=466285 Log: Taking a stab at adding information on a Lang and Java 5.0 enum comparison Modified:

[jira] Commented: (LANG-258) Enum JavaDoc: 1) outline 5.0 native Enum migration 2) warn not to use the switch() , 3) point out approaches for persistence and gui

2006-10-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-258?page=comments#action_12443958 ] Henri Yandell commented on LANG-258: svn ci -m Taking a stab at adding information on a Lang and Java 5.0 enum comparison

[jira] Resolved: (LANG-258) Enum JavaDoc: 1) outline 5.0 native Enum migration 2) warn not to use the switch() , 3) point out approaches for persistence and gui

2006-10-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-258?page=all ] Henri Yandell resolved LANG-258. Resolution: Fixed All of the parts of this issue have now been addressed. Enum JavaDoc: 1) outline 5.0 native Enum migration 2) warn not to use the switch()

[jira] Created: (JXPATH-72) 1.2 binaries lack javadoc

2006-10-20 Thread Henri Yandell (JIRA)
1.2 binaries lack javadoc - Key: JXPATH-72 URL: http://issues.apache.org/jira/browse/JXPATH-72 Project: Commons JXPath Issue Type: Bug Affects Versions: 1.2 Final Reporter: Henri Yandell The most

[all] multidoc-jnr updated

2006-10-20 Thread Henri Yandell
Just generated the latest multidoc output for commons: http://people.apache.org/~bayard/multidoc-jnr/ Thought I'd mention it :) Hen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[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 was not