Re: [dbcp] Build fails with JDK 1.4

2002-03-11 Thread Lev Assinovsky
Sure DBCP can't be compiled with JDK 1.4. JDK 1.4 goes with JDBC 3.0, which classes contain a lot of addtional abstract methods. otisg wrote: Hello, It appears that DBCP cannot be compiled with JDK 1.4. Are there any plans to make DBCP compatible with 1.4? build-java: [javac] Compiling 9

Re: [dbcp] Build fails with JDK 1.4

2002-03-11 Thread Juozas Baliuka
Hi, We use reflection in Simplestore, it is not very fast, but it is very trivial solution to implement version neutral Connection interface (implementation generated at runtime). Sure DBCP can't be compiled with JDK 1.4. JDK 1.4 goes with JDBC 3.0, which classes contain a lot of addtional

cvs commit: jakarta-commons/digester/src/test/org/apache/commons/digester RuleTestCase.java TestRule.java

2002-03-11 Thread rdonkin
rdonkin 02/03/11 12:18:46 Modified:digester/src/java/org/apache/commons/digester Digester.java Rule.java digester/src/test/org/apache/commons/digester RuleTestCase.java TestRule.java Log: Implemented digester design

Re: org.apache.commons.digester.Rule constructor...

2002-03-11 Thread robert burrell donkin
hi james i've committed changes along the lines you suggested, i haven't deprecated the old constructor taking a digester as a parameter - yet. do people think that it should be deprecated? - robert On Saturday, March 9, 2002, at 12:51 AM, James Carman wrote: Why does the Rule class only

Re: cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digesterDigester.java

2002-03-11 Thread Craig R. McClanahan
On Mon, 11 Mar 2002, robert burrell donkin wrote: Date: Mon, 11 Mar 2002 19:07:02 + From: robert burrell donkin [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Subject: Re: cvs commit:

cvs commit: jakarta-commons/digester build.xml

2002-03-11 Thread craigmcc
craigmcc02/03/11 13:31:15 Modified:digester build.xml Log: Re-add execution of the XML Rules test as part of the test target. Revision ChangesPath 1.22 +3 -2 jakarta-commons/digester/build.xml Index: build.xml

Db bean issue

2002-03-11 Thread Jason R Lee
Hello anyone who's out there, I have an 'issue' that is rearing its head again and wld like to get anyones take on it. It concerns beans db and the lack (or maybe not) of a kinda jakarta proj/framework like struts, but addresses the back end. I know, there's EJB, etc... But, after working on

Re: Db bean issue

2002-03-11 Thread Bryan Field-Elliot
Try this: http://netmeme.org/simper Bryan On Mon, 2002-03-11 at 15:20, Jason R Lee wrote: Hello anyone who's out there, I have an 'issue' that is rearing its head again and wld like to get anyones take on it. It concerns beans db and the lack (or maybe not) of a kinda jakarta

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging package.html

2002-03-11 Thread rdonkin
rdonkin 02/03/11 14:40:19 Modified:logging/src/java/org/apache/commons/logging package.html Log: Corrected missing end tag in java doc comments Revision ChangesPath 1.6 +1 -1 jakarta-commons/logging/src/java/org/apache/commons/logging/package.html

Re: Db bean issue

2002-03-11 Thread John McNally
jakarta-turbine-torque john mcnally Jason R Lee wrote: Hello anyone who's out there, I have an 'issue' that is rearing its head again and wld like to get anyones take on it. It concerns beans db and the lack (or maybe not) of a kinda jakarta proj/framework like struts, but addresses

RE: Db bean issue

2002-03-11 Thread Jason R Lee
Hmm, actually I spent some time this week with jetspeed/turbine/torque and, well, I kinda felt that I was looking from something that I could 'plug-in' vs. a development framework. Altho, Turbine wld i guess match my comment of a 'struts for the backend', I guess I need to narrow it down more

Re: [dbcp] Build fails with JDK 1.4

2002-03-11 Thread otisg
That would be fine with me. Is anyone still working on DBCP? Thanks, Otis ___ Get your own FREE email account at iVillage.com! http://webmail.ivillage.com/ -Original Message- From: Juozas Baliuka Sent: 3/11/2002 1:32:05 PM

DO NOT REPLY [Bug 7038] New: - DBCP does not build under JDK 1.4

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

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

2002-03-11 Thread dwinterfeldt
dwinterfeldt02/03/11 20:07:39 Modified:validator/src/share/org/apache/commons/validator ValidatorResourcesInitializer.java Log: Commons Digester was having it's debug level set to '1'. This line has been removed so the logging level can be controlled

DO NOT REPLY [Bug 6685] - Validator forces Digester debugging to true

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

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

2002-03-11 Thread prickett
prickett02/03/11 22:02:46 Modified:periodicity build.xml periodicity/src/java/org/apache/commons/periodicity/vobjects VEvent.java periodicity/src/xml periodicity-schema.xml Log: 1. Added organizer_sentby field to the vevent