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

2002-03-26 Thread prickett
prickett02/03/26 02:30:04 Added: periodicity/docs tzid1.xsd.jpg tzid2.xsd.jpg periodicity/src/xml/schema vtimezone.xsd Log: A time zone schema complete with diagrams of the overall data structure of the xml schema. This was contributed by Mike George. Thanks

Re: [Altrmi] Callback iteration

2002-03-26 Thread Paul Hammant
Vinay, This looks good. We will be able to keep the way it is now for people that do not need callback and have the alternate impls for that that need callback enabled. Keep up the good work! I'm about to change references of classOrInterfacesToExpose to interfacesToExpose as that is what

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/server/impl/classretrievers DynamicGeneratorClassRetriever.java

2002-03-26 Thread hammant
hammant 02/03/26 03:24:06 Modified:altrmi PROPOSAL tests.xml tests2.xml altrmi/src/java/org/apache/commons/altrmi/common ProxyGenerator.java altrmi/src/java/org/apache/commons/altrmi/generator

RE: [pool] patch Base*PoolableObjectFactory

2002-03-26 Thread Waldhoff, Rodney
Applied. Thanks John.

Latka Question

2002-03-26 Thread Josh Twait
Hi, I'm part of a development team for a web application, and would like to try setting up Latka on an webapp server for all developers to use. I'd like to be able to let people type in the name of their host at the same time that they select the test case they would like to run so that they

Re: Latka Question

2002-03-26 Thread Morgan Delagrange
Actually the Latka webapp does what you want. Every time you run a test, you are given the option to change the variables for the test. This is stored on a per-session basis, so every developer would have their own properties for as long as their browser remains open. I should probably put

Re: [Collections] [Vote] Release Collections 2.0 redux

2002-03-26 Thread Morgan Delagrange
- Original Message - From: Michael A. Smith [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED]; Morgan Delagrange [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 4:18 PM Subject: Re: [Collections] [Vote] Release Collections 2.0 redux On Tue, 26 Mar 2002, Morgan

RE: LogFactoryImpl.java - SecurityException

2002-03-26 Thread Tim Vernum
From: Juozas Baliuka [mailto:[EMAIL PROTECTED]] Would it be possible for someone to change file LogFactoryImpl.java? It currently has: } catch (SecurityException e) { } And it might be better if it had: } catch (SecurityException e) { logClassName

cvs commit: jakarta-commons-sandbox/periodicity/src/java/org/apache/commons/periodicity/util TestTemplateParams.java TestTemplateLabels.java

2002-03-26 Thread prickett
prickett02/03/26 21:13:58 Modified:periodicity/src/java/org/apache/commons/periodicity/turbine/screens Event_detail.java Evt_do.java Evt_do_jrl.java Evt_do_jrl_fb.java No_alarm.java

Re: [Collections] [Vote] Release Collections 2.0 redux

2002-03-26 Thread Martin Cooper
- Original Message - From: Morgan Delagrange [EMAIL PROTECTED] To: Michael A. Smith [EMAIL PROTECTED]; Jakarta Commons Developers List [EMAIL PROTECTED]; Morgan Delagrange [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 2:53 PM Subject: Re: [Collections] [Vote] Release Collections 2.0

cvs commit: jakarta-commons-sandbox/periodicity/src/velocity/test Event_detail.vm Evt_do_jrl.vm Evt_do_jrl_fb.vm No_alarm.vm

2002-03-26 Thread prickett
prickett02/03/26 22:08:06 Modified:periodicity/src/java/org/apache/commons/periodicity/turbine/screens Evt_do_jrl.java periodicity/src/velocity/test Event_detail.vm Evt_do_jrl.vm Evt_do_jrl_fb.vm No_alarm.vm Log: Added