DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14970>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14970 Passing null for factory causes NullPointerException ------- Additional Comments From [EMAIL PROTECTED] 2002-11-29 20:22 ------- Really two issues here: 1. the abstract ObjectPool interface is missing a method for manual addition of new Objects. this is distinct from returnObject(). this is a design issue. 2. existing implementations claim that factory can be set to null, but do not in fact allow this, they throw NullPointerException. this is just a bug or bugs. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>