Re: ByteArrays.java

2002-02-23 Thread bayard
They are pretty similar I think. HexDump seems to do more than just convert a byte[] to a String, but that could just be me not taking the time to delve into the bit-shifting going on, and not being the type of coder who uses bit-shifting a lot. It's tied to an OutputStream, and it doesn't take

Re: Periodicity (iCalendar) Interest Survey

2002-02-23 Thread Juozas Baliuka
Hi, I contribute for simplestore at this time, it is going to become some kind of Transparent Persitence, we are going to implement some security, I understand, it is not some part of persitence. I see Periodicity is more abaut security, and I want to find some solution for integration.

cvs commit: jakarta-commons/xdocs components.xml

2002-02-23 Thread rdonkin
rdonkin 02/02/23 02:19:19 Modified:docs components.html xdocscomponents.xml Log: Added pithy component description for commons-util provided by Daniel Rall Revision ChangesPath 1.21 +3 -1 jakarta-commons/docs/components.html Index:

Re: [PATCH] commons/xdocs/components.xml

2002-02-23 Thread robert burrell donkin
hi Daniel i've committed the patched version and updated the web site. looks good :) anyone who's around and has a couple of moments to spare might like to take a look just to check that i haven't made any mistakes. - robert On Friday, February 22, 2002, at 02:02 AM, Daniel Rall wrote:

RE: [simplestore] alt. not JDBC Storage and AccessControl [was: AccessControl]

2002-02-23 Thread Gerhard Froehlich
Juozas, As I understand you are working on security. ;) I try. Some questions: Acl = List which holds to each Principal a Set of AclEntry's AclEntry = entry in an Access Control List Permission = used to grant a particular type of access to a resource Principal = used to represent any

RE: commons dbcp or pool problems

2002-02-23 Thread Gerhard Froehlich
Hi, Worse than using sql within a JSP, the customer turned almost their entire web site into a bunch of JSP pages to dynamically generate the content from a db. But they only change the db 5-6 times a day. So their pages generate all this load and are open to all kinds of potential

Re: [simplestore] alt. not JDBC Storage and AccessControl [was: AccessControl]

2002-02-23 Thread Juozas Baliuka
- Original Message - From: Gerhard Froehlich [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Saturday, February 23, 2002 1:18 PM Subject: RE: [simplestore] alt. not JDBC Storage and AccessControl [was: AccessControl] Juozas, As I understand you are

[GUMP] Build Failure - util

2002-02-23 Thread Ted Husted
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-02-23/commons-util.html Buildfile: build.xml init: [echo] util 20020223

Re: [simplestore] alt. not JDBC Storage and AccessControl [was: AccessControl]

2002-02-23 Thread Juozas Baliuka
Hi, Do you read JAAS documentation ? I recomend to do it, it well documented and has examples. Don't understand me wrong, It is very good to implement Acl and it is possible to reuse Acl implementation for JAAS based security implementation. Juozas, As I understand you are working on

cvs commit: jakarta-commons-sandbox/simplestore/src/test/org/apache/commons/simplestore TestSample.java

2002-02-23 Thread baliuka
baliuka 02/02/23 04:11:30 Modified:simplestore/src/java/org/apache/commons/simplestore/persistence MetaObject.java simplestore/src/java/org/apache/commons/simplestore/persistence/impl PersistentProxy.java

A new contributor to Periodicity

2002-02-23 Thread Jeff Prickett
Hello everyone: I would like to publicly recognize the first contributor besides me to the Periodicity commons component. His name is Mike George and we have been working offline getting him set up with the project. He will be working with Unit Testing with JUnit and Time Zone issues. He

cvs commit: jakarta-commons-sandbox/services/src/conf MANIFEST.MF

2002-02-23 Thread craigmcc
craigmcc02/02/23 13:19:34 Modified:services build.xml services/src/conf MANIFEST.MF Log: Tweak the build process for consistency: - Parametric replacements in MANIFEST.MF - Include Apache License in META-INF directory of the JAR - Avoid JavaDoc warnings by

Re: A new contributor to Periodicity

2002-02-23 Thread Scott Sanders
Welcome Mike. Cheers, Scott Sanders On Sat, Feb 23, 2002 at 08:41:10AM -0600, Jeff Prickett wrote: Hello everyone: I would like to publicly recognize the first contributor besides me to the Periodicity commons component. His name is Mike George and we have been working offline

RE: commons dbcp or pool problems

2002-02-23 Thread James House
At 2/23/2002 01:25 PM -0600, Rodney Waldhoff wrote: A few months back I made my own hacks to DBCP in order to have it find places in our code that didn't free up DB resources properly. I was able to generate class names and line-numbers (stack trace) for every place in the code

Re: commons dbcp or pool problems

2002-02-23 Thread Glenn Nielsen
I like this. There is another option which could be added. clientTimeout It the pool exhausts its connections, it will review the list of connections in use, the connection which exceeds the clientTimeout by the most gets recycled. If all the Statements are tracked, they can be closed (which

Re: commons dbcp or pool problems

2002-02-23 Thread James House
Actually, I had it working that way for a while too, but had complaints (in-house) about the extra thread... But I'd be happy to throw it in. I guess the question is: Should this be in the standard DBCP stuff (with an on-off switch) or as separate classes only for use during debugging?

cvs commit: jakarta-commons-sandbox/periodicity/src/java/org/apache/commons/periodicity/test/tzidparam - New directory

2002-02-23 Thread prickett
prickett02/02/23 20:18:12 jakarta-commons-sandbox/periodicity/src/java/org/apache/commons/periodicity/test/tzidparam - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/periodicity/src/xml - New directory

2002-02-23 Thread prickett
prickett02/02/23 20:15:55 jakarta-commons-sandbox/periodicity/src/xml - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/periodicity/src/xml periodicity-schema.xml

2002-02-23 Thread prickett
prickett02/02/23 20:34:21 Modified:periodicity/src/java/org/apache/commons/periodicity/parameters TZIDParam.java periodicity/src/java/org/apache/commons/periodicity/test/altrep ValidAltRepTest.java Added:

[httpclient] patch for Cookie.java

2002-02-23 Thread Sean C. Sullivan
Here is a patch for Cookie.java A patch file is attached. I created the patch file using this command: cvs diff -u Foo.java Foo.patch Changes in Cookie.java improved javadoc comments Cheers, -Sean Cookie.patch Description: Binary data -- To