Re: Using HTTPS as a src for a file generator

2004-06-21 Thread ed
Hi Steven Here is a script for creating a self signed cert. Jetty can use this keystore for https access. #! /bin/sh // create a key store with private key keytool -genkey -alias server -keystore /var/keysserver/cokeys -storepass storepassword# -keypass keypassword@ -dname "CN=cocoon.org, OU=Sec

Re: [Woody] - Remove block?

2004-06-21 Thread Vadim Gritsenko
Antonio Gallardo wrote: Can we remove the woody block? There is already a working forms block. Not in 2.1.6, but in 2.2.0. Vadim

[Woody] - Remove block?

2004-06-21 Thread Antonio Gallardo
Hi: Can we remove the woody block? There is already a working forms block. Best Regards, Antonio Gallardo

Re: [Forms] Using commons-validator

2004-06-21 Thread Sylvain Wallez
Antonio Gallardo wrote: Hi: Can we switch to the usage of commons-validator instead of developing our own code? http://jakarta.apache.org/commons/validator/ WDYT? Except CreditCardValidator and EmailValidator, I'm not sure the Java part or commons-validator brings much to the CForms picture. It

Re: Downloading large files with Cocoon 2.1.5 + Tomcat 4.1.24

2004-06-21 Thread Litrik De Roy
Tuomo L wrote: Hi, ... I did another test, and tried to get Cocoon to return a large zip-file (>30MB) with the default file reader, and it didn't work either! Has anyone tried to return any large sources with Cocoon lately? Any help would be great, running out of ideas and time here... :( Some t

Re: Downloading large files with Cocoon 2.1.5 + Tomcat 4.1.24

2004-06-21 Thread Tuomo L
Thank you Bruno! :) It definitely did the trick. I remember having this working about a year ago, without that parameter. Has the pipeline implementation changed since, therefore requiring this parameter? Thanks again, Tuomo On Mon, 21 Jun 2004, Bruno Dumon wrote: > On Mon, 2004-06-21 at 15:25,

DO NOT REPLY [Bug 29715] - JavaSelectionListBuilder

2004-06-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 29715] - JavaSelectionListBuilder

2004-06-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 29715] - JavaSelectionListBuilder

2004-06-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 29715] New: - JavaSelectionListBuilder

2004-06-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Downloading large files with Cocoon 2.1.5 + Tomcat 4.1.24

2004-06-21 Thread Bruno Dumon
On Mon, 2004-06-21 at 15:25, Tuomo L wrote: > Hi, > > We need to store large files (>30MB) in a database (MS SQL). The upload > seems to work, because we've compared the filesize in db to the actual > file. But when downloading, browser (IE or Mozilla) does not succeed. IE > saves 0 bytes to disk,

Downloading large files with Cocoon 2.1.5 + Tomcat 4.1.24

2004-06-21 Thread Tuomo L
Hi, We need to store large files (>30MB) in a database (MS SQL). The upload seems to work, because we've compared the filesize in db to the actual file. But when downloading, browser (IE or Mozilla) does not succeed. IE saves 0 bytes to disk, and Mozilla doesn't even start the download process. W

DO NOT REPLY [Bug 29712] - Incomplete fileuploads are not deleted

2004-06-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 29712] New: - Incomplete fileuploads are not deleted

2004-06-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

ExtendetComponentSelector in Flow

2004-06-21 Thread Sebastian Gnoyke
Hi, i use cocoon-2.1.5-dev and have problems to get the avalon component 'ExtendetComponentSelector' registered in the cocoon.xconf. The class has not a ROLE - string. Is this correct, or have i do something else to get these component in my flow skript? Thanks -- Using M2, Opera's revolutionary

Uploading multiple files to database simultaneously

2004-06-21 Thread Tuomo L
Hi, I saw in the database samples, that one needs to use the raw-request-param to save binary data correctly. Now, is it possible to upload multiple files with same request, using the raw-request-param? I wasn't able to achieve this functionality, but got a nullpointer. Here's the critical section

[ANN] Query Bean

2004-06-21 Thread Jeremy Quinn
Hi All I just added a Query Bean and documentation to the Lucene Samples. http://localhost:/samples/blocks/lucene/query/ This sample uses a Bean. FlowScript and CForms to query a Lucene Index. CForms allows you to add a remove multiple Search Criteria on the Query Bean. This allows you

Re: [Forms] Using commons-validator

2004-06-21 Thread Ugo Cei
Leszek Gawron wrote: Ugo Cei wrote: Il giorno 21/giu/04, alle 05:23, Antonio Gallardo ha scritto: Can we switch to the usage of commons-validator instead of developing our own code? Without having ever looked at CV, I feel this could be a good thing. Ugo Looks like what cocoon has is much more

Re: [Forms] Using commons-validator

2004-06-21 Thread Leszek Gawron
Ugo Cei wrote: Il giorno 21/giu/04, alle 05:23, Antonio Gallardo ha scritto: Can we switch to the usage of commons-validator instead of developing our own code? Without having ever looked at CV, I feel this could be a good thing. Ugo Looks like what cocoon has is much more complex All Classes