cvs commit: jakarta-commons/latka/src/test/org/apache/commons/latka/junit TestJUnitTestAdapter.java

2002-03-30 Thread dion
dion02/03/30 02:25:08 Modified:latkabuild.xml project.xml latka/src/test/org/apache/commons/latka/junit TestJUnitTestAdapter.java Log: Reworked test cases so that they didn't rely on a relative directory to te build file to access

cvs commit: jakarta-commons/latka/src/test/org/apache/commons/latka/junit TestAll.java

2002-03-30 Thread dion
dion02/03/30 02:43:19 Modified:latka/src/test/org/apache/commons/latka/junit TestAll.java Log: Added basedir property way of getting file so that TestAll stops barfing. TestAll wont be needed once we move to maven Revision ChangesPath 1.3 +6 -2

cvs commit: jakarta-commons/latka project.xml

2002-03-30 Thread dion
dion02/03/30 02:49:21 Modified:latkaproject.xml Log: Removed exclusion of TestAll class, as it is now fixed. Revision ChangesPath 1.6 +1 -1 jakarta-commons/latka/project.xml Index: project.xml

Re: [BeanUtils] ConvertUtils changes

2002-03-30 Thread Stephen Colebourne
I think it is possible to add more methods for ConvertUtils like method useful for DynamicProxy : Does this mean you think ConvertUtils should be broken out from beanutils into its own commons area? I am not sure it is good to have a lot of small packages.I have no ideas abaut

cvs commit: jakarta-commons/latka project.xml

2002-03-30 Thread dion
dion02/03/30 07:11:55 Modified:latkaproject.xml Log: Reformatted and added new dependencies Revision ChangesPath 1.7 +157 -165 jakarta-commons/latka/project.xml Index: project.xml ===

Re: [BeanUtils] ConvertUtils changes

2002-03-30 Thread Juozas Baliuka
Hi, I reviewed code. Idea is good, it is the same as I expected( Transformers ). This code is very useful for java.lang.reflect.Proxy and JDBC code. I believe this code will be in commons after BeanUtils community review. snip -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

DO NOT REPLY [Bug 7468] New: - Logging has a NPE when security prevents property reading

2002-03-30 Thread bugzilla
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=7468. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7519] New: - The DBCP has a sloggy performance under a multi-thread environment

2002-03-30 Thread bugzilla
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=7519. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7521] New: - BeanUtils.populate() does not handle nested properties of dynabean

2002-03-30 Thread bugzilla
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=7521. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7521] - BeanUtils.populate() does not handle nested properties of dynabean

2002-03-30 Thread bugzilla
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=7521. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[Collections] TreeNode, TreeIterator, IdentityHashSet proposal

2002-03-30 Thread Stephen Colebourne
Hi, As part of the Joda project (www.joda.org) I have developed the following collections that I would like to propose for inclusion in Apache commons collection: 1) TreeNode, ArrayTreeNode and TreeIterator http://www.scolebourne.eurobell.co.uk/JodaTreeProposal.zip There are no curent unit tests

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods UrlDeleteMethod.java UrlGetMethod.java UrlHeadMethod.java UrlOptionsMethod.java UrlPostMethod.java UrlPutMethod.java

2002-03-30 Thread marcsaeg
marcsaeg02/03/27 19:53:13 Modified:httpclient/src/java/org/apache/commons/httpclient HttpUrlMethod.java httpclient/src/java/org/apache/commons/httpclient/methods UrlDeleteMethod.java UrlGetMethod.java

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestHttpUrlMethod.java TestNoHost.java

2002-03-30 Thread marcsaeg
marcsaeg02/03/27 19:59:06 Modified:httpclient/src/test/org/apache/commons/httpclient TestNoHost.java Added: httpclient/src/test/org/apache/commons/httpclient TestHttpUrlMethod.java Log: Added unit tests for the HttpUrlMethod

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator IntegerTest.java LongTest.java NameBean.java ShortTest.java TestTypeValidator.java TypeBean.java TypeTest.java validator-numeric.xml validator-type.xml

2002-03-30 Thread dwinterfeldt
dwinterfeldt02/03/29 20:21:03 Added: validator/src/test/org/apache/commons/validator IntegerTest.java LongTest.java NameBean.java ShortTest.java TestTypeValidator.java TypeBean.java TypeTest.java

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator GenericTypeValidator.java GenericValidator.java

2002-03-30 Thread dwinterfeldt
dwinterfeldt02/03/29 20:25:59 Modified:validator/src/share/org/apache/commons/validator GenericValidator.java Added: validator/src/share/org/apache/commons/validator GenericTypeValidator.java Log: Modified GenericValidtor to

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator ByteTest.java DoubleTest.java FloatTest.java ValueBean.java

2002-03-30 Thread dwinterfeldt
dwinterfeldt02/03/29 20:26:51 Added: validator/src/test/org/apache/commons/validator ByteTest.java DoubleTest.java FloatTest.java ValueBean.java Log: New unit tests. Revision ChangesPath 1.1

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator Validator.java ValidatorResult.java ValidatorResults.java

2002-03-30 Thread dwinterfeldt
dwinterfeldt02/03/29 20:28:36 Modified:validator/src/share/org/apache/commons/validator Validator.java ValidatorResult.java ValidatorResults.java Log: Added the ability for ValidatorResults and ValidatorResult to have an object

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator Name.java

2002-03-30 Thread dwinterfeldt
dwinterfeldt02/03/29 20:29:43 Removed: validator/src/test/org/apache/commons/validator Name.java Log: Renamed to NameBean to clarify which test classes are just JavaBeans used for holding test data. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator RequiredNameTest.java

2002-03-30 Thread dwinterfeldt
dwinterfeldt02/03/29 20:30:56 Modified:validator/src/test/org/apache/commons/validator RequiredNameTest.java Log: The class Name was renamed to NameBean. Revision ChangesPath 1.3 +12 -6

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator ValidatorTestSuite.java

2002-03-30 Thread dwinterfeldt
dwinterfeldt02/03/29 20:31:30 Modified:validator/src/test/org/apache/commons/validator ValidatorTestSuite.java Log: Added all the new unit test to the suite. Revision ChangesPath 1.2 +14 -1

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator TestValidator.java

2002-03-30 Thread dwinterfeldt
dwinterfeldt02/03/29 20:32:14 Modified:validator/src/test/org/apache/commons/validator TestValidator.java Log: Added new validation methods for the new unit tests. Revision ChangesPath 1.3 +90 -0

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator ValidatorTest.java

2002-03-30 Thread dwinterfeldt
dwinterfeldt02/03/29 20:33:18 Modified:validator/src/share/org/apache/commons/validator Arg.java Constant.java Field.java Form.java FormSet.java Msg.java ValidatorAction.java ValidatorException.java

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator TypeTest.java validator-type.xml

2002-03-30 Thread dwinterfeldt
dwinterfeldt02/03/29 21:13:13 Modified:validator/src/test/org/apache/commons/validator TypeTest.java validator-type.xml Log: Had a typo for the integer check and added a check that the results are the correct class for each numeric validation. Revision

Re: [Collections] TreeNode, TreeIterator, IdentityHashSet proposed collections

2002-03-30 Thread Kief Morris
Stephen Colebourne typed the following on 02:59 PM 3/29/2002 + We ought to make a common interface for both versions, which would look more like your TreeNode than my Tree, although I suggest we name it Tree. ... Makes sense in theory, but the main problem that I foresee is that it is not

Re: [ALTRMI] ProxyGenerator fix

2002-03-30 Thread vinaysahil chandran
Paul, I will give a look into the kewl work done on DGC front ... IMO we should have good unit tests too. Most of the tests that we have are actually samples/proof-of-concept works . Maybe we should have proper junit testcases going around. Thoughts ...? And thus the present so-called 'test'

Re: [SCRATCHPAD PROPOSAL] Morphos

2002-03-30 Thread Geir Magnusson Jr.
On 3/28/02 11:54 AM, Nicola Ken Barozzi [EMAIL PROTECTED] wrote: From: Nicola Ken Barozzi [EMAIL PROTECTED] I'm writing to this list to ask for the creation of a new module in commons scratchpad called morphos. The scope is to make a simple to use package for file format

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils BeanUtils.java

2002-03-30 Thread craigmcc
craigmcc02/03/30 15:58:45 Modified:beanutils/src/java/org/apache/commons/beanutils BeanUtils.java Log: Fix 7333 by making BeanUtils explicitly depend on FastHashMap (from the commons-collections.jar file) as ConvertUtils and PropertyUtils. This means

cvs commit: jakarta-commons/latka project.xml

2002-03-30 Thread dion
dion02/03/30 16:05:51 Modified:latkaproject.xml Log: 'Fix' resource entry, name and Id Revision ChangesPath 1.8 +3 -3 jakarta-commons/latka/project.xml Index: project.xml === RCS

Re: [Collections] TreeNode, TreeIterator, IdentityHashSet proposed collections

2002-03-30 Thread Stephen Colebourne
A rough sketch of the interface, which admittedly follows the architecture of my own implementation more than yours, would be like: public interface Tree extends Collection { /** Throws an exception if the parent isn't in the Tree already. */ boolean add(Object parent, Object child);

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java

2002-03-30 Thread craigmcc
craigmcc02/03/30 16:31:49 Modified:logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java Log: Modify the logger discovery contract to perform the complete set of checks even in environments (such as an Applet) where System.getProperty()

RE: LogFactoryImpl.java - SecurityException

2002-03-30 Thread Craig R. McClanahan
On Wed, 27 Mar 2002, Tim Vernum wrote: The contact the logging has, is that it will attempt the following: * Look a attribute set on Factory * Look at system properties * Try log4j * Try JDK1.4 * Use Default (no-op?) log This is definitely the desired contract. Unfortunately, the

DO NOT REPLY [Bug 7333] - Missing dependency on FastHashMap is masked

2002-03-30 Thread bugzilla
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=7333. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7468] - Logging has a NPE when security prevents property reading

2002-03-30 Thread bugzilla
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=7468. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7414] - services module used to build Struts 1.1, but not available from CVS

2002-03-30 Thread bugzilla
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=7414. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7519] - The DBCP has a sloggy performance under a multi-thread environment

2002-03-30 Thread bugzilla
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=7519. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

graph2 and JDigraph

2002-03-30 Thread David Walend
I mentioned my JDigraph project (https://sourceforge.net/projects/jdigraph/) to one of the Struts committers at JavaOne. He suggested I have a look at the graph library in the commons sandbox and avoid duplicating work. From the CVS repository, it looks like graph2 is structured more like

cvs commit: jakarta-commons/latka/xdocs/images - New directory

2002-03-30 Thread dion
dion02/03/30 22:14:26 jakarta-commons/latka/xdocs/images - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons/latka/xdocs/images latka.gif

2002-03-30 Thread dion
dion02/03/30 22:14:46 Added: latka/xdocs/images latka.gif Log: Placeholder logo Revision ChangesPath 1.1 jakarta-commons/latka/xdocs/images/latka.gif Binary file -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For