cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections ComparatorUtils.java

2003-10-15 Thread psteitz
psteitz 2003/10/15 23:04:56 Modified:collections/src/java/org/apache/commons/collections ComparatorUtils.java Log: javadoc Revision ChangesPath 1.10 +27 -31 jakarta-commons/collections/src/java/org/apache/commons/collections/ComparatorUtil

cvs commit: jakarta-commons-sandbox/dbutils project.xml

2003-10-15 Thread dgraham
dgraham 2003/10/15 22:05:56 Modified:dbutils project.xml Log: Removed qdox dependency listing, added developer info, updated junit dependency to 3.8.1. Revision ChangesPath 1.4 +22 -7 jakarta-commons-sandbox/dbutils/project.xml Index: project.xml =

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java

2003-10-15 Thread dgraham
dgraham 2003/10/15 22:00:20 Modified:dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java Log: Refactored column name to bean property indexing from toBeanList() into new mapColumnsToProperties() method. Revision ChangesPath 1

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java

2003-10-15 Thread dgraham
dgraham 2003/10/15 21:51:48 Modified:dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java Log: toBean() and toBeanList() now match column names to bean property names case insensitively for databases that always return column names in u

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils ResultSetConverter.java BasicResultSetConverter.java BeanHandler.java VectorHandler.java ResultSetIterator.java MapHandler.java CollectionHandler.java ResultSetIteratorV1.java DbUtils.java BeanCollectionHandler.java

2003-10-15 Thread dgraham
dgraham 2003/10/15 21:21:12 Modified:dbutils/src/java/org/apache/commons/dbutils BeanHandler.java VectorHandler.java ResultSetIterator.java MapHandler.java CollectionHandler.java ResultSetIteratorV1.java DbUtils.java

cvs commit: jakarta-commons/fileupload project.xml

2003-10-15 Thread martinc
martinc 2003/10/15 21:08:53 Modified:fileupload project.xml Log: Update my . Revision ChangesPath 1.22 +1 -1 jakarta-commons/fileupload/project.xml Index: project.xml === RCS file: /home/cv

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils ResultSetIterator.java ResultSetIteratorV1.java DbUtils.java

2003-10-15 Thread dgraham
dgraham 2003/10/15 20:34:07 Modified:dbutils/src/java/org/apache/commons/dbutils ResultSetIterator.java ResultSetIteratorV1.java DbUtils.java Log: Stack traces should never get written to stderr. I've commented out those lines and ad

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils ResultSetHandler.java

2003-10-15 Thread dgraham
dgraham 2003/10/15 20:25:46 Modified:dbutils/src/java/org/apache/commons/dbutils ResultSetHandler.java Log: Added javadoc. Revision ChangesPath 1.5 +19 -7 jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils/ResultSetHandl

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils ScalarHandler.java VectorHandler.java MapHandler.java CollectionHandler.java BeanCollectionHandler.java

2003-10-15 Thread dgraham
dgraham 2003/10/15 20:14:38 Modified:dbutils/src/java/org/apache/commons/dbutils ScalarHandler.java VectorHandler.java MapHandler.java CollectionHandler.java BeanCollectionHandler.java Log: Added javadoc, Apache

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils BeanHandler.java

2003-10-15 Thread dgraham
dgraham 2003/10/15 20:05:10 Modified:dbutils/src/java/org/apache/commons/dbutils BeanHandler.java Log: Added javadoc, use new version of DbUtils.resultSetToBean(). Revision ChangesPath 1.3 +39 -29 jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbuti

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils DbUtils.java

2003-10-15 Thread dgraham
dgraham 2003/10/15 20:04:42 Modified:dbutils/src/java/org/apache/commons/dbutils DbUtils.java Log: Changed resultSetToBean() to take a Class instead of an Object for consistency with the resultSetToBeanCollection() method. This also makes the BeanHandler implementation easier.

[hivemind] Time to come out of the sandbox?

2003-10-15 Thread dion
Isn't it time for hivemind to come out of the sandbox? Should hivemind be a commons component or a subproject of jakarta like tapestry is? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/

cvs commit: jakarta-commons-sandbox/dbutils/src/test/org/apache/commons/dbutils ProcedureUtilsTest.java

2003-10-15 Thread dgraham
dgraham 2003/10/15 16:56:54 Removed: dbutils/src/test/org/apache/commons/dbutils ProcedureUtilsTest.java Log: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

cvs commit: jakarta-commons-sandbox/dbutils/src/test/org/apache/commons/dbutils DemoHandler.java

2003-10-15 Thread dgraham
dgraham 2003/10/15 16:56:50 Removed: dbutils/src/test/org/apache/commons/dbutils DemoHandler.java Log: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RES: RES: Needing help with DBCP - slow response time

2003-10-15 Thread Dirk Verbeeck
My mistake, DelegatingResultSet is only used in BasicDataSource and not in SharedPoolDataSource. Using SharedPoolDataSource should be enough, no code changes needed. Cheers, Dirk Jose Euclides da Silva Junior - DATAPREVRJ wrote: As i was very late, i ve just restored the old dbcp version and the

RE: Hivemind and Javassist

2003-10-15 Thread Howard M. Lewis Ship
Nope, haven't done much in terms of performance and load testing yet. I've done some profiling ... the vast bulk of time is spent XML parsing, but that's a one-time cost. I've done some investigations of relative performance ... check out the blog about a month back. Isolating performance hot sp

Re: [primitives] First steps

2003-10-15 Thread scolebourne
> from:Rodney Waldhoff <[EMAIL PROTECTED]> > > Are you certain that this makes sense from a commons perspective? To release > > a version of collections with these classes in only to immediately remove > > them? > > Yes, but I think you misunderstand me. The nightly builds have contained > c

[jira] Created: (JELLY-91) docs reference non-existent IRC archives

2003-10-15 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-91 Here is an overview of the issue: ---

Re: [primitives] Package layout strategy

2003-10-15 Thread Rodney Waldhoff
On Tue, 14 Oct 2003, __matthewHawthorne wrote: > You may feel that the primitives code was "passed over for release for > no particularly good reason", but the community disagreed. There were a > lot of reasons discussed, and many developers chimed in with their > opinions. The consensus seemed

cvs commit: jakarta-commons-sandbox/hivemind/xdocs configurations.xml rules.xml

2003-10-15 Thread hlship
hlship 2003/10/15 08:48:44 Modified:hivemind/xdocs configurations.xml rules.xml Log: Commit Knut's documentation patch. Revision ChangesPath 1.5 +11 -5 jakarta-commons-sandbox/hivemind/xdocs/configurations.xml Index: configurations.xml ==

DO NOT REPLY [Bug 23843] New: - PerUserPoolDataSource.getConnection(username, pw) may return connection under wrong username

2003-10-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/parse DescriptorParser.java

2003-10-15 Thread Knut Wannheden
Some minor xdoc fixes / clarifications. --knut begin 666 hivemind-docs-patch.txt [EMAIL PROTECTED](&-O;F9I9W5R871I;VYS+GAM; T*/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/0T*4D-3(&9I;&4Z("]H;VUE+V-V"]H:79E;6EN9"]X9&]C&[EMAIL PROTECTED])A=&EO;G,N>&U

Re: [math] Complex implementation

2003-10-15 Thread J.Pietschmann
Henri Yandell wrote: Just to bring this subject up again. Can you provide a short proposal what you need? A Complex class with the usual operations and functions (norm(), arg(), exp(), log(), sin() etc...), similar to j.m.Integer? J.Pietschmann --

RES: RES: Needing help with DBCP - slow response time

2003-10-15 Thread Jose Euclides da Silva Junior - DATAPREVRJ
As i was very late, i ve just restored the old dbcp version and then, putted SharedPoolDataSource in the place of Jdbc2Pool supporting class. Now, it's running fine! I guess it's enough, isnt it? If i use this suggestion --> Try using the standard getBlob() method from the java.sql.ResultSet

Re: [primitives] First steps

2003-10-15 Thread __matthewHawthorne
Releasing a 1.0 is going to create unnecessary headaches when dealing with backwards compatibility. I think it's apparent that, at a minimum, some of the package names are going to change. I don't like the idea of releasing anything that is going to change soon afterwards. Why create the ext

Re: [primitives] First steps

2003-10-15 Thread Rodney Waldhoff
On Tue, 14 Oct 2003, Stephen Colebourne wrote: > Are you certain that this makes sense from a commons perspective? To release > a version of collections with these classes in only to immediately remove > them? Yes, but I think you misunderstand me. The nightly builds have contained collections.p

Re:[VOTE][NET] Release Commons/Net v1.1.0

2003-10-15 Thread [EMAIL PROTECTED]
> > This is a call for a vote to release version 1.1.0 of Commons/Net. > Links to the release canidate and changes may be found on the > Commons/Net web site. > +1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: [HiveMind] What next?

2003-10-15 Thread Christian Essl
(I keep getting confused when you write "build in" and probably mean "built-in".) Yes I mean built-in thank you - you know my English :-) The schema right now is pretty much a very stripped down version of RelaxNG. The schema supports and and a "required" attribute for . To keep things simple

RE: [primitives] Package layout strategy

2003-10-15 Thread Hope, Matthew
I had forgotten this - I agree something like pint, pboolean etc is cumbersome and counter-intuitive and would negate a significant reason for my suggestion so prob not worth it. -Original Message- From: Brent Worden [mailto:[EMAIL PROTECTED] Sent: 14 October 2003 00:55 To: Jakarta Common

Re: [HiveMind] What next?

2003-10-15 Thread Knut Wannheden
> A wiki is a good idea. I think especially of a wiki page which provides > links to services implemented by people who don't have commons cvs access. > Harish ie had some intrest in a Cache service. I think a publish subscribe > thing would be a good form for event-dispatching (JavaBeans styled ev

Re: [HiveMind] User defined Translator

2003-10-15 Thread Eric Yung
Howard M. Lewis Ship wrote: The documentation omits to say that you specify a class name for a translator in addition to the predefine values such as "int" or "service". Thanks for information. I can find the documentation now. What is the need for your proposed translator? When do you need an

RE: [CLI] Version 2 Proposal (take 5)

2003-10-15 Thread Ojares Rami EINT
Hi Rob, I was happy to see that someone has done something to cli. I was using the cli 1 heavily in my project and ran constantly into problems and had to patch it and add extension (resulting in spaghetti code). I have been thinking about building a new cli package from scratch but now I saw your