[commons general] Graph ADT Library?

2005-10-31 Thread Hernan Silberman
ics, I'm not there yet. Graph data structures are such a common problem solving tool in engineering that I'm sure I've missed other good projects. I'm hoping to cut down my search time by asking for your experiences with other toolkits I may be ignorant about. Any suggestions a

[Collections] Random iterator?

2005-03-02 Thread Hernan Silberman
In my unit and load tests, I often find myself retrieving a collection of objects from a service, and selecting a random one from the collection. Seems like a common use case (for testing anyhow) and I don't think there's any support in java.util Collections for, say, fetching a random item ou

[id] how stable is id?

2004-08-05 Thread Hernan Silberman
Just a quick query to check the staus/stability of the id component. Judging from a quick look at CVS, things haven't changed too much recently. Please let me know if there are plans for a release in the near future. thanks! Hernan ---

RE: commons cache

2004-07-16 Thread Hernan Silberman
On Fri, 16 Jul 2004, Aaron Smuts wrote: > Yes, I think the couple problems that Hibernate folks > found in JCS have been resolved. There have been tons > of enhancements to JCS in the last year. >From the Hibernate reference documentation: http://www.hibernate.org/hib_docs/reference/en/html_si

Re: [DBUtils] Oracle null/"Invalid Column Type"

2004-06-03 Thread Hernan Silberman
of information: the internal Oracle bug the quote refers to is "BUG Reference 3073994", which we have to way of accessing. Bummer. hernan On Thu, 3 Jun 2004, David Graham wrote: > > --- Hernan Silberman <[EMAIL PROTECTED]> wrote: > > > > From Oracle: >

[cache] project status query...

2003-12-22 Thread Hernan Silberman
I'm interested to know the status of the cache sandbox project. Looks very nice, I'd like to know if it's being actively worked on and how mature the code is. I noticed there are no builds available and not much documentation yet so I thought I'd ask the list. thanks! Hernan --

UUID Generator?

2003-12-15 Thread Hernan Silberman
Is there code to generate UUIDs in Jakarta? thanks... hernan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [DbUtils] Query/Update distinction...

2003-12-09 Thread Hernan Silberman
very high risk bug for many applications. thanks... Hernan On Tue, 9 Dec 2003, Hernan Silberman wrote: > > I switched to the Oracle thin driver without changing my code and all of the > appropriate exceptions are suddenly being thrown in my test cases. > > Very uncharacteristic o

Re: [DbUtils] Query/Update distinction...

2003-12-09 Thread Hernan Silberman
lemented > according to the JDBC spec so it doesn't and shouldn't check the SQL > before passing it along. > > David > > --- Hernan Silberman <[EMAIL PROTECTED]> wrote: > > > > I've been using DBUtils for a few weeks only so please excuse my >

[DbUtils] Query/Update distinction...

2003-12-09 Thread Hernan Silberman
I've been using DBUtils for a few weeks only so please excuse my green-ness... I was wondering why this was possible in DBUtils without some sort of exception being thrown: //- QueryRunner theRunner = new QueryRunner(myDataSource); theRunner.query( "

[configuration] binary builds.

2003-12-03 Thread Hernan Silberman
I know it's a Sandbox project, but I was wondering if there's anywhere I can find recent builds of configuration to play with. I'm behind a firewall at work and have had little luck getting cvsGrab to work through the local HTTP proxy. Even if I do manage to get a copy of that module, the ant

Re: [DBUtils] Extending QueryLoader...

2003-12-02 Thread Hernan Silberman
> --- Hernan Silberman <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I'm working on an application that uses "Named Queries" much like the > > DBUtils QueryLoader class reads in from a Java properties file. The > > queries in &

commons-configuration

2003-10-29 Thread Hernan Silberman
I'm looking for a mailing list specific to the commons-configuration sandbox project. The link from the project page led me to sign up to this list: http://jakarta.apache.org/commons/sandbox/configuration/mail-lists.html Just wondering if that's right, I wasn't expecting to get an email anytim