Re: [VOTE] New comitter: Michael Oliver

2005-11-27 Thread Davide Savazzi
On 11/24/05, Jacob Lund [EMAIL PROTECTED] wrote: I'd like to nominate Michael Oliver [EMAIL PROTECTED] as a new committer for the Slide project. +1 -- Davide Savazzi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: DO NOT REPLY [Bug 30317] - getContentLength property not being set correctly

2004-09-22 Thread Davide Savazzi
If you agree, I'll commit the patch also in the SLIDE_2_1 branch... I've tested it with MySql. Why cvs doesn't send an email when I commit?? :) -- Davide Savazzi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [VOTE] Nightly Builds

2004-08-25 Thread Davide Savazzi
On Friday 13 August 2004 17:59, James Mason wrote: 1) Do we want/need nightly builds? +1 2) Do we want to request builds on brutus or setup something ourselves? +1 for brutus. But I can also setup a cron job on my linux box at home :) -- Davide Savazzi

Re: build.xml

2004-08-20 Thread Davide Savazzi
On Friday 20 August 2004 16:51, James Mason wrote: Sounds good to me. Can you make the change? I'll make another change (tomorrow...): I've removed the Oracle driver dependency (thanks to Ritu and Kiran). Regards, -- Davide Savazzi

Re: New Release Manager in Training: James Mason

2004-08-11 Thread Davide Savazzi
On Wednesday 11 August 2004 09:37, Oliver Zeigermann wrote: Please give your +1 if you feel happy with it. Of course, he has my +1! +1 -- Davide Savazzi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Patch for Bug# 30317

2004-08-09 Thread Davide Savazzi
it (is it too late?)... Regards, -- Davide Savazzi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Patch for Bug# 30317

2004-08-09 Thread Davide Savazzi
On Monday 09 August 2004 09:56, Oliver Zeigermann wrote: No, it's not too late. Attach it, I will commit it. Done. It's the same patch I've sent on 07/28 but updated to the latest version of CommonRDBMSAdapter and OracleRDBMSAdapter. -- Davide Savazzi

Re: Patch for Bug# 30317

2004-07-28 Thread Davide Savazzi
(ziputil.getContentLength()); else count the bytes copied to the Oracle Blob in the copy method... -- Davide Savazzi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Patch for Bug# 30317

2004-07-28 Thread Davide Savazzi
, -- Davide Savazzi /* * $Header: /home/cvspublic/jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/CommonRDBMSAdapter.java,v 1.2 2004/07/25 11:33:55 unico Exp $ * $Revision: 1.2 $ * $Date: 2004/07/25 11:33:55

Re: cvs commit: jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms StandardRDBMSAdapter.java

2004-07-25 Thread Davide Savazzi
URI_STRING=?); -- Davide Savazzi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OutOfMemoryError

2004-07-20 Thread Davide Savazzi
but if you use the mysql adapter the problem migth be: - the compression support: StoreContentZip read all the stream and put it in a byte[]. - the PropertyExtractorTrigger listener that uses NodeRevisionContent.getContentBytes() - the mysql jdbc driver :( -- Davide Savazzi

Oracle store compression support

2004-07-13 Thread Davide Savazzi
I've added 6 lines needed to support compression :) Cheers, -- Davide Savazzi /* * $Header: /home/cvspublic/jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/OracleRDBMSAdapter.java,v 1.4 2004/06/08 13:40:08 ozeigermann Exp $ * $Revision: 1.4 $ * $Date: 2004/06/08 13:40:08