[jira] Commented: (POOL-95) GenericObjectPool constructor with GenericObjectPool.Config ignores softMinEvictableIdleTimeMillis

2007-04-19 Thread Sandy McArthur (JIRA)
[ https://issues.apache.org/jira/browse/POOL-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490072 ] Sandy McArthur commented on POOL-95: Stick with the trunk, any pool branch would be exploratory and unknown

[jira] Closed: (POOL-101) BaseObjectPool does not provide atomicity for closed-Operations

2007-04-15 Thread Sandy McArthur (JIRA)
[ https://issues.apache.org/jira/browse/POOL-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandy McArthur closed POOL-101. --- Resolution: Won't Fix Assignee: Sandy McArthur I'm not convinced this is a worthwhile issue

[jira] Commented: (POOL-94) GenericObjectPool allows checking in of previously checked in objects

2006-12-20 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-94?page=comments#action_12460100 ] Sandy McArthur commented on POOL-94: To fix GOP to prevent this wouldn't be trivial and the code is already hairy. The next release, pool 2.0, will include

[jira] Updated: (POOL-94) GenericObjectPool allows checking in of previously checked in objects

2006-12-20 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-94?page=all ] Sandy McArthur updated POOL-94: --- Issue Type: New Feature (was: Bug) GenericObjectPool allows checking in of previously checked in objects

[jira] Commented: (POOL-94) GenericObjectPool allows checking in of previously checked in objects

2006-12-20 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-94?page=comments#action_12460101 ] Sandy McArthur commented on POOL-94: I should have said that returning an object more than once per borrow is considered broken use of a pool. Your code

Re: 1.3 borrowObject synchronized around the factory methods

2006-12-18 Thread Sandy McArthur
not talking about micro-benchmarks but about real world production macro-systems behaviour experience when pooling sockets resources. Thanks Again and Cheers Mat Sandy McArthur ha scritto: On 12/12/06, Mat [EMAIL PROTECTED] wrote: if the borrowobject blocks on the factory methods

[jira] Commented: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-12-15 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-91?page=comments#action_12458847 ] Sandy McArthur commented on POOL-91: I think there is a fundamental difference between a ThreadPoolExecutor and ObjectPool. Mainly that with a Executor your

[jira] Commented: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-12-15 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-91?page=comments#action_12458935 ] Sandy McArthur commented on POOL-91: Ben, a pool can pool any Poolable Object. That could be a Thread or just about any other reusable object

[jira] Resolved: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-12-15 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-91?page=all ] Sandy McArthur resolved POOL-91. Fix Version/s: 2.0 Resolution: Fixed Committed a fix to throw a NoSuchElementException when makeObject returns a null. StackObjectPool.borrowObject

Re: 1.3 borrowObject synchronized around the factory methods

2006-12-12 Thread Sandy McArthur
On 12/12/06, Mat [EMAIL PROTECTED] wrote: if the borrowobject blocks on the factory methods there will be an huge performance issue. Yes, but without it there are thread-safety issues. I agree, it's a performance issue, but I'm not sure how huge it is except under micro-benchmarks. -- Sandy

[jira] Commented: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-12-07 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-91?page=comments#action_12456609 ] Sandy McArthur commented on POOL-91: For me it's an issue of usability. I view a pool as a source of reusable heavyweight objects. If the pool is unable

[jira] Commented: (POOL-93) Reduce contention by making borrow return more independent from each other

2006-11-24 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-93?page=comments#action_12452542 ] Sandy McArthur commented on POOL-93: First look at the patch looks good. Any reason not to replace direct access of _testOnReturn with calls to getTestOnReturn

[jira] Commented: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-11-22 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-91?page=comments#action_12452008 ] Sandy McArthur commented on POOL-91: makeObject returning null is definitely bogus behavior, but in older version of Pool (1.2 and before) StackObjectPool would

[jira] Created: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-11-21 Thread Sandy McArthur (JIRA)
: Bug Reporter: Sandy McArthur Assigned To: Sandy McArthur StackObjectPool.borrowObject has a infinate loop when makeObject returns null. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http

[jira] Commented: (DBCP-65) [dbcp] Deadlock when evicting dbcp objects (testWhileIdle=true)

2006-11-21 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-65?page=comments#action_12451390 ] Sandy McArthur commented on DBCP-65: I think the only backward compatible way to fix this is to drop Pool as a dependency and pull GOP into DBCP and make

Re: [Commons-logging] Small patch to make debugging easier

2006-11-14 Thread Sandy McArthur
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED

[jira] Resolved: (POOL-86) GenericKeyedObjectPool retaining too many idle objects

2006-11-12 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-86?page=all ] Sandy McArthur resolved POOL-86. Fix Version/s: Nightly Builds Resolution: Fixed Committed some Poolutils.erodingPool decorators which addresses the issue of need a means to shrink

[jira] Resolved: (POOL-90) JavaDoc API for GenericKeyedObjectPool is incorrect for some methods.

2006-11-10 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-90?page=all ] Sandy McArthur resolved POOL-90. Fix Version/s: Nightly Builds Resolution: Fixed This has been fixed for the next release of pool. JavaDoc API for GenericKeyedObjectPool is incorrect

Re: [collections-generics] [PROPOSAL] Remove all author and since version tags

2006-11-04 Thread Sandy McArthur
have @since tags on code added since the beginning. Since people do forget, if they are supposed to always be there then you can use code inspection tools to check to see where they are missing when preparing a release candidate. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas

[jira] Commented: (POOL-86) GenericKeyedObjectPool retaining too many idle objects

2006-10-31 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-86?page=comments#action_12446123 ] Sandy McArthur commented on POOL-86: I think what I want, and what most DB connection pools need, is the existing idle eviction facility as advertised. I can

[pool][dbcp] trimming the pool size after load spikes

2006-10-31 Thread Sandy McArthur
info at: http://issues.apache.org/jira/browse/DBCP-65 http://issues.apache.org/jira/browse/POOL-86 -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PROPOSAL] Major versions require package name change

2006-10-30 Thread Sandy McArthur
compatibility without deliberate and compelling reasons. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PROPOSAL] Major versions require package name change

2006-10-30 Thread Sandy McArthur
On 10/30/06, Stephen Colebourne [EMAIL PROTECTED] wrote: From: Sandy McArthur [EMAIL PROTECTED] If we want to come up with the notion of a super version, something that is more broad than a major version and includes non-backwards compatible changes I'm fine with that. But mandating

Re: [PROPOSAL] Major versions require package name change

2006-10-30 Thread Sandy McArthur
On 10/30/06, Henri Yandell [EMAIL PROTECTED] wrote: On 10/30/06, Stephen Colebourne [EMAIL PROTECTED] wrote: From: Sandy McArthur [EMAIL PROTECTED] If we want to come up with the notion of a super version, something that is more broad than a major version and includes non-backwards

[jira] Updated: (POOL-89) Inconsistency with TestGenericKeyedObjectPool.testMaxTotalLRU

2006-10-30 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-89?page=all ] Sandy McArthur updated POOL-89: --- Priority: Minor (was: Major) Inconsistency with TestGenericKeyedObjectPool.testMaxTotalLRU

[jira] Resolved: (POOL-89) Inconsistency with TestGenericKeyedObjectPool.testMaxTotalLRU

2006-10-30 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-89?page=all ] Sandy McArthur resolved POOL-89. Resolution: Fixed I've bumped the Thread.sleeps from 10 ms to 25 ms. Reopen this issue if that isn't enough to stop the false negatives. Inconsistency

[jira] Resolved: (POOL-88) Better maintenance of GKOP per-pool activeCount

2006-10-30 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-88?page=all ] Sandy McArthur resolved POOL-88. Fix Version/s: Nightly Builds Resolution: Fixed I applied your patch with minimal changes. Much thanks. Better maintenance of GKOP per-pool activeCount

[jira] Commented: (POOL-86) GenericKeyedObjectPool retaining too many idle objects

2006-10-30 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-86?page=comments#action_12445798 ] Sandy McArthur commented on POOL-86: I think the changes you suggest to the evict method will fail to make forward progress if getNumTests() is less than

[jira] Commented: (POOL-86) GenericKeyedObjectPool retaining too many idle objects

2006-10-30 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-86?page=comments#action_12445803 ] Sandy McArthur commented on POOL-86: Back to the first part of your original submission: What I understand you really want is a way to prune the pool size down

Re: [pool] intend to propose for a pool 2.0 release soon

2006-10-29 Thread Sandy McArthur
. Sandy McArthur wrote: As I mentioned on commons-user I plan to prep a pool 2.0 release candidate in the next week. I'll compile a complete list of changes but here are the important changes I can recall right now. 1. Requires Java 1.4 2. Adds the org.apache.commons.pool.composite pool

[jira] Commented: (POOL-86) GenericKeyedObjectPool retaining too many idle objects

2006-10-29 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-86?page=comments#action_12445490 ] Sandy McArthur commented on POOL-86: Firstly, borrowObject() is returning the LRU object rather than the MRU object. That minimizes rather than maximizes

[pool] intend to propose for a pool 2.0 release soon

2006-10-28 Thread Sandy McArthur
/browse/POOL-85 https://issues.apache.org/jira/browse/POOL-86 http://svn.apache.org/viewvc/jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/composite/package.html?revision=465936 Any thoughts or objections? -- Sandy McArthur He who dares not offend cannot be honest. - Thomas

[jira] Resolved: (POOL-85) GenericKeyedObjectPool.getNumIdle() corrupted under high load

2006-10-28 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-85?page=all ] Sandy McArthur resolved POOL-85. Fix Version/s: 2.0 Resolution: Fixed Impressive catch, fix committed. GenericKeyedObjectPool.getNumIdle() corrupted under high load

Re: [collections] Generifying Collections

2006-10-26 Thread Sandy McArthur
into a new package name and produce something leaner, meaner and hopefully easier and more robust to use. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED

[jira] Commented: (POOL-87) Commons-Pool does not always calling activateObject on newly created Objects

2006-10-12 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-87?page=comments#action_12441638 ] Sandy McArthur commented on POOL-87: If poolable objects are being made simply to ensure a minIdle threshold, then they would go directly into the idle object

[jira] Commented: (POOL-87) Commons-Pool does not always calling activateObject on newly created Objects

2006-10-12 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-87?page=comments#action_12441750 ] Sandy McArthur commented on POOL-87: Poolable Objects created by makeObject() are considered to be an active state so they do not need to be activated again

[jira] Updated: (POOL-87) Commons-Pool does not always calling activateObject on newly created Objects

2006-10-12 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-87?page=all ] Sandy McArthur updated POOL-87: --- Assignee: Sandy McArthur Commons-Pool does not always calling activateObject on newly created Objects

Re: [pool] Any existing util.concurrent implementations?

2006-09-11 Thread Sandy McArthur
Note: This thread previously lived on the Commons User list. On 9/11/06, Holger Hoffstaette [EMAIL PROTECTED] wrote: On Sat, 09 Sep 2006 22:53:00 -0400, Sandy McArthur wrote: I have been following this plan for pool: http://wiki.apache.org/jakarta-commons/PoolRoadMap The current plan isn't

[jira] Closed: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

2006-07-14 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-82?page=all ] Sandy McArthur closed POOL-82. -- Fix Version/s: Nightly Builds Resolution: Fixed Commited changes so the unit tests don't fail under maven. 2 tests failing on JDK 1.4/1.6 on Linux

[jira] Updated: (POOL-83) Support Java 1.5 Generics

2006-07-13 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-83?page=all ] Sandy McArthur updated POOL-83: --- Priority: Minor (was: Major) Support Java 1.5 Generics - Key: POOL-83 URL: http://issues.apache.org/jira/browse/POOL

[jira] Resolved: (POOL-83) Support Java 1.5 Generics

2006-07-13 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-83?page=all ] Sandy McArthur resolved POOL-83: Resolution: Later This is on the Pool road map for the 3.0 release which is a ways off. I want it too but I think it's a bit early to force Pool users

[jira] Commented: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

2006-07-13 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-82?page=comments#action_12420913 ] Sandy McArthur commented on POOL-82: Both TestObjectPoolFactory and TestKeyedObjectPoolFactory are abstract and are used indirectly by unit test that subclass them

[jira] Closed: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

2006-07-13 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-82?page=all ] Sandy McArthur closed POOL-82: -- Resolution: Invalid Assign To: Sandy McArthur Closing, this isn't a real unit test failure. 2 tests failing on JDK 1.4/1.6 on Linux

[jira] Closed: (POOL-81) Correct PoolUtils javadoc for pool vs. keyedPool

2006-06-20 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-81?page=all ] Sandy McArthur closed POOL-81: -- Fix Version: Nightly Builds Resolution: Fixed Patch applied and commited to the trunk. Good eye and much thanks. Correct PoolUtils javadoc for pool vs

[jira] Updated: (POOL-81) Correct PoolUtils javadoc for pool vs. keyedPool

2006-06-09 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-81?page=all ] Sandy McArthur updated POOL-81: --- Assign To: Sandy McArthur Priority: Minor (was: Major) Correct PoolUtils javadoc for pool vs. keyedPool

[jira] Commented: (POOL-75) [pool] GenericObjectPool not FIFO with respect to borrowing threads

2006-06-08 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-75?page=comments#action_12415461 ] Sandy McArthur commented on POOL-75: After having slept on it and since thread fairness only makes sense in the WHEN_EXHAUSTED_BLOCK case I think the best plan is to: 1

[jira] Commented: (POOL-75) [pool] GenericObjectPool not FIFO with respect to borrowing threads

2006-06-07 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-75?page=comments#action_12415087 ] Sandy McArthur commented on POOL-75: While the implementation in the patch (in bugzilla) looks straight forward, I think it has some problems. 1: I think

[jira] Closed: (POOL-75) [pool] GenericObjectPool not FIFO with respect to borrowing threads

2006-06-06 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-75?page=all ] Sandy McArthur closed POOL-75: -- Resolution: Later Untill Pool can use the util.concurrent package this will have to wait. [pool] GenericObjectPool not FIFO with respect to borrowing threads

[jira] Reopened: (POOL-75) [pool] GenericObjectPool not FIFO with respect to borrowing threads

2006-06-06 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-75?page=all ] Sandy McArthur reopened POOL-75: Assign To: Sandy McArthur [pool] GenericObjectPool not FIFO with respect to borrowing threads

Re: apache bugzilla 39109 ... assignee very quite ...

2006-05-30 Thread Sandy McArthur
/browse/NET-99 I have been waiting patiently more than one month now, is there any outstanding issues, beside the junit tests, that needs to be solved ? -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine

Re: [all] Unifying maven reports?

2006-05-20 Thread Sandy McArthur
reference) User guide o faq - linkcheck (might be enabled during development) Sure, why not. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[jira] Created: (DBCP-188) maxActive in configuration.html is documented incorrectly

2006-05-20 Thread Sandy McArthur (JIRA)
maxActive in configuration.html is documented incorrectly - Key: DBCP-188 URL: http://issues.apache.org/jira/browse/DBCP-188 Project: Commons Dbcp Type: Bug Reporter: Sandy McArthur Assigned to: Sandy

[jira] Resolved: (DBCP-188) maxActive in configuration.html is documented incorrectly

2006-05-20 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-188?page=all ] Sandy McArthur resolved DBCP-188: - Resolution: Fixed Fix committed to svn. maxActive in configuration.html is documented incorrectly

[jira] Closed: (POOL-38) Deadlock

2006-05-20 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-38?page=all ] Sandy McArthur closed POOL-38: -- Resolution: Invalid Assign To: Sandy McArthur Closing, this isn't a bug. maxActive issue tracked with DBCP-188 Deadlock Key: POOL-38

[jira] Commented: (POOL-38) Deadlock

2006-05-18 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-38?page=comments#action_12412484 ] Sandy McArthur commented on POOL-38: The behavior you are complaining about seems to be the configured behavior. If you do don't like that the pool waits indefinitely

Re: [DONE] Re: Bugzilla-Jira migration

2006-05-16 Thread Sandy McArthur
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED

[jira] Closed: (POOL-34) Add invalidateObject() method to ObjectPool

2006-05-16 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-34?page=all ] Sandy McArthur closed POOL-34: -- Add invalidateObject() method to ObjectPool --- Key: POOL-34 URL: http://issues.apache.org/jira/browse

[jira] Closed: (POOL-7) [pool] GenericObjectPool is a LIFO, not a FIFO implementation

2006-05-16 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-7?page=all ] Sandy McArthur closed POOL-7: - [pool] GenericObjectPool is a LIFO, not a FIFO implementation - Key: POOL-7 URL: http

[jira] Closed: (POOL-42) Leaking DB connections - synch problem in GenericKeyedObjectPool.returnObject()

2006-05-16 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-42?page=all ] Sandy McArthur closed POOL-42: -- Leaking DB connections - synch problem in GenericKeyedObjectPool.returnObject

Re: [jira] Reopened: (LANG-195) [lang] String indentation feature request

2006-05-16 Thread Sandy McArthur
://www.atlassian.com/software/jira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine

Re: [compress] Draft 6

2006-05-12 Thread Sandy McArthur
hybrid seems to be less good than just using either a factory pattern or an enum pattern alone. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [compress] Draft 6

2006-05-12 Thread Sandy McArthur
than getting this ZIP member via reflection (and cleaner than special casing every Archiver type) FWIW: Reflection isn't needed for the valueOf method. the method just looks in an internal Map or Set for the requested type. Sandy McArthur wrote: On 5/12/06, Torsten Curdt [EMAIL PROTECTED

Re: [compress] Draft 6

2006-05-12 Thread Sandy McArthur
)) - ArchiveType.RAR.newInstance(); ... in you code - which is cumbersome IMO. In that situation you'd use: ArchiveType.valueOf(extension).newInstance() -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine

Re: [compress] New draft 5

2006-05-01 Thread Sandy McArthur
On 5/1/06, will pugh [EMAIL PROTECTED] wrote: Sandy McArthur wrote: On 4/30/06, will pugh [EMAIL PROTECTED] wrote: 1) You often change method names based on the parameter types, e.g. Archiver.addFile + Archiver.addFileName, setUnpackDestinationName + setUnpackDestinationFile, etc

Re: [compress] New draft 5

2006-04-30 Thread Sandy McArthur
this, except you have reasons not to do this. If you agree with me, i will open a bugzilla issue and add the link to the code. I feel like the public interface was noticeably more usable and has less noise. IMO it's not yet a great API but it's a very decent one. -- Sandy McArthur He who dares

Re: [all] Jira?

2006-04-26 Thread Sandy McArthur
fitting with your goals. +0 I'm not that familar with Jira so I won't take a strong position but I'm all for removing bariers from getting stuff done. If Jira lets people do more with less effort then I'm all for it. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine

Re: [all] Clover version

2006-04-24 Thread Sandy McArthur
/gARAuCdAKCmH0IsRuHjIiXG4so5Pb736s5rxQCfX5T/ 7nDpwzV1/yILQyqnDWWHInM= =Hj65 -END PGP SIGNATURE- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sandy McArthur He who dares not offend cannot

Re: Regarding Handling Undelivered Emails

2006-04-20 Thread Sandy McArthur
You probably want VERP http://www.google.com/search?q=VERP On 4/20/06, Somsundaram, Anand [EMAIL PROTECTED] wrote: I have a requirement for handling undelivered mails. Can anyone suggest how to find whether a message is undelivered form the message headers -- Sandy McArthur He who dares

Re: [all][SCXML] Whats in the name ...

2006-04-18 Thread Sandy McArthur
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine

Re: [VOTE] Promote SCXML to Proper

2006-04-12 Thread Sandy McArthur
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine

Re: [compress] Interface is ready

2006-04-05 Thread Sandy McArthur
they are used. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -BEGIN

Re: [compress] Interface is ready

2006-04-05 Thread Sandy McArthur
On 4/5/06, Sandy McArthur [EMAIL PROTECTED] wrote: On 4/5/06, Hariharasudhan R [EMAIL PROTECTED] wrote: Hi Sandy, Does this work with Solaris tar, since Solaris tar is different from GNU tar ? If not , is there a plan to do so ? Won't making TarEntry an interface with Solaris/GNU

Re: [svn] Error validating server certificate for https://svn.apache.org:443

2006-04-04 Thread Sandy McArthur
vouch for it's legitimacy though. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANNOUNCEMENT] Commons Pool 1.3 Released

2006-04-03 Thread Sandy McArthur
On 4/2/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 4/2/06, Sandy McArthur [EMAIL PROTECTED] wrote: The Commons Pool team is pleased to announce the release of Pool 1.3. ... Download: http://jakarta.apache.org/commons/pool/downloads.html Sandy, I see it in www.apache.org/dist

Re: svn commit: r390797 - in /jakarta/commons/proper/pool/trunk/src/test/org/apache/commons/pool/composite: TestCompositeKeyedObjectPoolFactory.java TestCompositeObjectPoolFactory.java

2006-04-02 Thread Sandy McArthur
/test/org/apache/commons/pool/composite/TestCompositeKeyedObjectPoolFactory.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/trunk/src/test/org/apache/commons/pool/composite/TestCompositeKeyedObjectPoolFactory.java?rev=390797r1=390796r2=390797view=diff -- Sandy McArthur He

Re: [all] Author tags [was Line width and such minutiae]

2006-04-02 Thread Sandy McArthur
On 4/2/06, robert burrell donkin [EMAIL PROTECTED] wrote: Gary Gregory wrote: Based on the February 18, 2004, Apache Software Foundation Board of Directors Meeting Minutes, author tags are discouraged. snip Sandy McArthur wrote: I have searched some and the arguments don't

Re: [compress] Interface is ready

2006-04-02 Thread Sandy McArthur
- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine

Re: [compress] Interface is ready

2006-04-02 Thread Sandy McArthur
them in the compress package or a package closer to where they are used. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [VOTE] Release Pool 1.3 based on 1.3-rc4

2006-04-02 Thread Sandy McArthur
Vote passes. +1 Sandy McArthur Robert Burrell Donkin Phil Steitz (changed from -0) Stephen Colebourne no other votes. I'll tag it, build it, and push it out once I figure out how to. On 4/1/06, Stephen Colebourne [EMAIL PROTECTED] wrote: Sandy McArthur wrote: I've prepared Commons Pool

[RESULTS] [VOTE] Release Pool 1.3 based on 1.3-rc4

2006-04-02 Thread Sandy McArthur
Vote to release Pool 1.3 based on 1.3-rc4 passes. +1 Sandy McArthur Robert Burrell Donkin Phil Steitz (changed from -0) Stephen Colebourne no other votes. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine

[ANNOUNCEMENT] Commons Pool 1.3 Released

2006-04-02 Thread Sandy McArthur
The Commons Pool team is pleased to announce the release of Pool 1.3. Pool provides an Object-pooling API. This release fixes a number of bugs and adds a few enhancements. The most significant fix is the GenericObjectPool was documented as a FIFO but implemented as a LIFO, it now behaves as a

Re: [VOTE] Release Pool 1.3 based on 1.3-rc4

2006-04-02 Thread Sandy McArthur
On 4/2/06, robert burrell donkin [EMAIL PROTECTED] wrote: On Sun, 2006-04-02 at 16:21 -0400, Sandy McArthur wrote: I'll tag it, build it, and push it out once I figure out how to. should be covered here http://jakarta.apache.org/commons/releases/release.html it's a good idea to use

Re: [pool] Proposal: New Pool Impl -- GeneratorObjectPool

2006-04-01 Thread Sandy McArthur
implementation -- GeneratorObjectPool. The following is about the implemented changes to how object pooling works. Before I go any further I would like to thank my faculty mentor, Professor Phillip Conrad, for his insight and support. I would also like to thank apache contributor Sandy McArthur, who has

Re: [pool] Proposal: New Pool Impl -- GeneratorObjectPool

2006-04-01 Thread Sandy McArthur
. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Release Pool 1.3 based on 1.3-rc4

2006-03-31 Thread Sandy McArthur
On 3/30/06, robert burrell donkin [EMAIL PROTECTED] wrote: [X] +1 I support this release cool, with my +1 this vote will meet the bare minimum. This vote closes on Sunday April 2nd so please check out 1.3-rc4 if you haven't already. -- Sandy McArthur He who dares not offend cannot be honest

Re: [all] Suggestion for all of Commons

2006-03-29 Thread Sandy McArthur
user is just going through the motions trying to get their work done with as little effort as possible. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [all] Suggestion for all of Commons

2006-03-29 Thread Sandy McArthur
On 3/29/06, Henri Yandell [EMAIL PROTECTED] wrote: On 3/29/06, Sandy McArthur [EMAIL PROTECTED] wrote: On 3/29/06, Rahul Akolkar [EMAIL PROTECTED] wrote: Or maybe we should simply advertise the dependencies pages better? Dependencies should be listed on the download page. The mind set

Re: [all] Line width and such minutiae

2006-03-28 Thread Sandy McArthur
On 3/28/06, Phil Steitz [EMAIL PROTECTED] wrote: On 3/27/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 3/27/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 3/27/06, Sandy McArthur [EMAIL PROTECTED] wrote: snip/ P.S.- [pool] code is quite hard to read with all that horizontal

Re: [all] Author tags [was Line width and such minutiae]

2006-03-28 Thread Sandy McArthur
a hassle. Sandy McArthur wrote: I have searched some and the arguments don't hold water with me. :-) Many things from lawyers and the board don't make sense ;-) I'm proud of the code I've contributed and I think an @author tag is proper recognition. I suppose that five years ago when I

Re: Dbcp unit test failures with Pool 1.3 [was: [VOTE] Release Pool 1.3 based on 1.3-rc4]

2006-03-28 Thread Sandy McArthur
. Even if you do mock the pool, the test would be testing the behavior of the mock pool as called through Dbcp. I think any interesting interaction with the GOP would be implicitly tested by other unit tests. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine

Re: Dbcp unit test failures with Pool 1.3 [was: [VOTE] Release Pool 1.3 based on 1.3-rc4]

2006-03-28 Thread Sandy McArthur
synchronization: ObjectPool - DbcpConnection.activateObject (implements PoolableObjectFactory) Until this is worked out it's not safe to let client code configure their own ObjectPool. Most likely this problem won't turn up in testing under light load but will fall apart in production. -- Sandy McArthur

Re: [all] Line width and such minutiae

2006-03-28 Thread Sandy McArthur
of the problem something that is more structured than text/plain is being labeled as such. This could be a first step to mail clients with built in colorized diff view. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine

[VOTE] Release Pool 1.3 based on 1.3-rc4

2006-03-26 Thread Sandy McArthur
[ ] +1 I support this release [ ] +0 [ ] -0 [ ] -1 I do not support this release because... -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Dbcp unit test failures with Pool 1.3 [was: [VOTE] Release Pool 1.3 based on 1.3-rc4]

2006-03-26 Thread Sandy McArthur
. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Release Pool 1.3 based on 1.3-rc4

2006-03-26 Thread Sandy McArthur
]. Will change to +1 when this is resolved. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [pool] Announcing Release Candidate 3 for Pool 1.3

2006-03-25 Thread Sandy McArthur
On 3/25/06, Stephen Colebourne [EMAIL PROTECTED] wrote: Sandy McArthur wrote: I've prepared Pool 1.3-rc3 at http://people.apache.org/~sandymac/pool/1.3-rc3/ I'd appreciate it if interested parties reviewed it and tested it with their setup. For the release I would like to see

Re: [pool] why the composite pool implementation isn't plugable [was: picking descriptive class names]

2006-03-25 Thread Sandy McArthur
On 3/25/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 3/25/06, Sandy McArthur [EMAIL PROTECTED] wrote: snip/ The main behavior of the composite pools are configured via four type-safe enum types. I'll describe what each type controls and then suggest name variants. Let me know which one

Re: [pool] BaseObjectPool.isClosed() visibility [was: Announcing Release Candidate 2 for Pool 1.3]

2006-03-24 Thread Sandy McArthur
View-SVN, it looks like the close() method no longer throws an exception if the receiver is already closed. Check? Check. Thanks, Gary -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sandy McArthur Sent: Thursday, March 23, 2006 8:49 PM

Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-24 Thread Sandy McArthur
as the groupId. I'm going to leave it as is for now. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[pool] Announcing Release Candidate 3 for Pool 1.3

2006-03-24 Thread Sandy McArthur
are raised, on Sunday the 26th I'll start a vote to make this an official release. -- Sandy McArthur He who dares not offend cannot be honest. - Thomas Paine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

  1   2   >