Re: [RT] Attribute Rendering and CForms Convertors

2004-11-16 Thread Bruno Dumon
On Sat, 2004-11-13 at 05:50 +0100, Jonas Ekstedt wrote: On Wed, 2004-11-10 at 12:15 +0100, Daniel Fagerstrom wrote: snip/ How about an interface like this: public interface Convertor { public String getId(); public void setId(String id); public Class getTypeClass();

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-16 Thread Bruno Dumon
On Wed, 2004-11-10 at 12:15 +0100, Daniel Fagerstrom wrote: snip/ CForms Convertor Integration Here is the Convertor interface: public interface Convertor { /** * Converts string representation into the object of convertor's type. *

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-16 Thread Sylvain Wallez
Jonas Ekstedt wrote: On Mon, 2004-11-15 at 10:35 +0100, Sylvain Wallez wrote: Jonas Ekstedt wrote: On Mon, 2004-11-08 at 10:49 +0100, Daniel Fagerstrom wrote: snip/ Another way of doing the same, which I think was the agreed upon way to do it is to populate all widgets that has

svn repo down ?

2004-11-16 Thread Jorg Heymans
Is anyone else seeing this ? D:\src\cocoon-2.1.xsvn update svn: PROPFIND request failed on '/repos/asf/cocoon/branches/BRANCH_2_1_X' svn: Could not open the requested SVN filesystem Regards Jorg

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-16 Thread Sylvain Wallez
Jonas Ekstedt wrote: On Mon, 2004-11-15 at 11:34 +0100, Daniel Fagerstrom wrote: Sylvain Wallez wrote: Jonas Ekstedt wrote: snip/ What I meant was that in the scenario above a malicious user can add a request parameter bigDangerousButton to the POST and it will be processed by

RE: svn repo down ?

2004-11-16 Thread H . vanderLinden
Yes, I do too. Bye, Helma -Original Message- From: Jorg Heymans [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 November, 2004 09:34 To: [EMAIL PROTECTED] Subject: svn repo down ? Is anyone else seeing this ? D:\src\cocoon-2.1.xsvn update svn: PROPFIND request failed on

Re: luceneINdexTransformer not optimized

2004-11-16 Thread Jeremy Quinn
Dear Nicolas If you were to provide a patch and send it to bugzilla (then notify me of the bug #) I would be happy to review it. regards Jeremy On 15 Nov 2004, at 23:34, Nicolas Maisonneuve wrote: the method to update a document is not optimized (reindexDocument method). this actual behavior is

tying continuations to the interpreter

2004-11-16 Thread Leszek Gawron
I am in the middle of implementing a constraint that a continuation may be invoked only for interpreter it was created for. The way to do it is to store interpreterId in continuation itself and do not allow continuation manager to return a continuation other than with matching interpreterId

Re: Serious FlowScript problem

2004-11-16 Thread Kim Jelmoni
Hi, I m experiencing exactly the same problem described in (http://marc.theaimsgroup.com/?t=10879848851r=1w=4). Apparently randomly some function of flowscript are not found anymore. Have somebody out there found the reson or/and a solution of this problem ? Thanks Kim

Re: FW: Questions to be answered for link request - V3 - to be put i nto docs for 2.1.6 please

2004-11-16 Thread Upayavira
[EMAIL PROTECTED] wrote: Hi, could someone take this up, please? Helma, You should be able to check out the 'site' module from SVN. Path is http://svn.apache.org/repos/asf/cocoon/site If you are able to produce a patch file for the relevant file, I'll happily commit it before the release.

Re: Serious FlowScript problem

2004-11-16 Thread Kim Jelmoni
Hi, I m experiencing exactly the same problem described in (http://marc.theaimsgroup.com/?t=10879848851r=1w=4). Apparently randomly some function of flowscript are not found anymore. Have somebody out there found the reson or/and a solution of this problem ? Thanks Kim

Re: Serious FlowScript problem

2004-11-16 Thread Andrew Savory
Hi Kim, On 16 Nov 2004, at 12:06, Kim Jelmoni wrote: I m experiencing exactly the same problem described in (http://marc.theaimsgroup.com/?t=10879848851r=1w=4). Apparently randomly some function of flowscript are not found anymore. Have somebody out there found the reson or/and a solution of

ClassCastException in ScriptablePropertyHandler/JXTemplateGenerator

2004-11-16 Thread Joerg Heinicke
I'm getting a ClassCastException when using the JXTemplateGenerator and passing bizdata to it: java.lang.ClassCastException at org.apache.cocoon.components.flow.javascript.ScriptablePropertyHandler .getPropertyNames(ScriptablePropertyHandler.java:77) at

Re: Serious FlowScript problem

2004-11-16 Thread Reinhard Poetz
Andrew Savory wrote: Hi Kim, On 16 Nov 2004, at 12:06, Kim Jelmoni wrote: I m experiencing exactly the same problem described in (http://marc.theaimsgroup.com/?t=10879848851r=1w=4). Apparently randomly some function of flowscript are not found anymore. Have somebody out there found the reson

Re: Rhino Usage Warning

2004-11-16 Thread Reinhard Poetz
Jeremy Quinn wrote: Hi All, I am getting this message appearing in my console for Cocoon 2.2.0-dev : file:/Users/jerm/Development/Checkouts/Apache/Cocoon/trunk/build/ webapp/samples/blocks/querybean/flow/QueryHistory.js, line 25: RHINO USAGE WARNING: Missed Context.javaToJS() conversion: Rhino

Problem with jxtg and sax

2004-11-16 Thread Daniele Madama
Hi to all, I have a little problem (if it's a problem) with JXTG and Sax, I try to resume the behaviour. My transfomer build a Document with a structure like this: sm:root xmlns:sm=http://www.foo.com/; sm:header sm:trace-idtest/sm:trace-id sm:protocolXML/sm:protocol

Re: Serious FlowScript problem

2004-11-16 Thread Andrew Savory
Hi, On 16 Nov 2004, at 12:57, Reinhard Poetz wrote: Andrew Savory wrote: Hi Kim, On 16 Nov 2004, at 12:06, Kim Jelmoni wrote: I m experiencing exactly the same problem described in (http://marc.theaimsgroup.com/?t=10879848851r=1w=4). Apparently randomly some function of flowscript are not

NPE in AbstractCachingProcessingPipeline

2004-11-16 Thread Jon Evans
Hi, Bugzilla appears to be broken... I've been chasing down a problem where the portal I'm developing would work fine for a few iterations, then it would break and bits of it would be replaced with The coplet xxx is currently unavailable. The NPE logged in error.log was pretty hard to track

RE: svn repo down ?

2004-11-16 Thread Antonio Gallardo
[EMAIL PROTECTED] dijo: Yes, I do too. Same problem here. I seen some post on forrest and also on [EMAIL PROTECTED] I hope the problem will be fixed soon. Best Regards, Antonio Gallardo Bye, Helma -Original Message- From: Jorg Heymans [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16

Re: svn repo down ?

2004-11-16 Thread Jorg Heymans
Upayavira wrote: But then, it is only 7:07am in Las Vegas. I suspect it will take a while... Is that where the apache servers are hosted ? Jorg

Re: svn repo down ?

2004-11-16 Thread Upayavira
Jorg Heymans wrote: Upayavira wrote: But then, it is only 7:07am in Las Vegas. I suspect it will take a while... Is that where the apache servers are hosted ? No, it is where ApacheCon is happening. Which, no doubt, is where all of our sysadmins are, currently, sleeping sweetly. Regards,

Re: svn repo down ?

2004-11-16 Thread Vadim Gritsenko
Upayavira wrote: Jorg Heymans wrote: Upayavira wrote: But then, it is only 7:07am in Las Vegas. I suspect it will take a while... Is that where the apache servers are hosted ? No, it is where ApacheCon is happening. Which, no doubt, is where all of our sysadmins are, currently, sleeping

Re: Rhino Usage Warning

2004-11-16 Thread Jeremy Quinn
On 16 Nov 2004, at 13:02, Reinhard Poetz wrote: Jeremy Quinn wrote: Hi All, I am getting this message appearing in my console for Cocoon 2.2.0-dev : file:/Users/jerm/Development/Checkouts/Apache/Cocoon/trunk/build/ webapp/samples/blocks/querybean/flow/QueryHistory.js, line 25: RHINO USAGE

Re: FW: Questions to be answered for link request - V3 - to be put i nto docs for 2.1.6 please

2004-11-16 Thread Antonio Gallardo
Hi: Today is a very busy day to me. Helma, can you do it? Please. ;-) Best Regards, Antonio Gallardo Antonio Gallardo dijo: Hi Upayavira: I will try to do that today. ;-) Best Regards, Antonio Gallardo Upayavira dijo: [EMAIL PROTECTED] wrote: Hi, could someone take this up, please?

RE: FW: Questions to be answered for link request - V3 - to be put i nto docs for 2.1.6 please

2004-11-16 Thread H . vanderLinden
Is the SVN up then? I haven't checked out site yet. Bye, Helma -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 November 2004 18:21 To: [EMAIL PROTECTED] Subject: Re: FW: Questions to be answered for link request - V3 - to be put i nto docs

RE: error handling

2004-11-16 Thread Ralph Goers
There was quite a discussion here regarding this, the last posted message of which seems to be http://marc.theaimsgroup.com/?l=xml-cocoon-devm=108670415314132w=2. Was anything ever done about this? We are running into problems with this in the Portal. Ralph Hunsberger, Peter said: Torsten

SVN is up again

2004-11-16 Thread Tim Larson
Infra just said that SVN is up again. --Tim Larson

A template transformer

2004-11-16 Thread Jonas Ekstedt
Hello I have created a template transformer similar to JXTemplate and wondered if you would be interested in it. It can be found at: http://home.student.uu.se/j/joek8725/template.zip I'll put it in BugZilla as soon as it gets online again. Installation: * unzip and copy the blocks (conversion

Re: DO NOT REPLY [Bug 31067] - [PATCH] MultipartParser can now handle multipart/mixed

2004-11-16 Thread Geoff Howard
Bugzilla is broken the last few times I've cheked, but if anyone is tracking this issue on the dev list, I've found a problem with this patch. It causes a parse exception when both a text input and a file are sent in the same request. I don't have time to track it down right now - I can send my

Re: svn commit: rev 76011 - in cocoon/branches/BRANCH_2_1_X: . legal lib lib/optional

2004-11-16 Thread Ralph Goers
[EMAIL PROTECTED] said: action dev=TC type=fix fixes-bug=31297 due-to=Nikolaus Rath due-to-email=[EMAIL PROTECTED] - Javaflow block: Support inherited methods + Javaflow block: Support inherited methoda.s /action This doesn't look quite right.

Re: svn commit: rev 76012 - cocoon/branches/BRANCH_2_1_X

2004-11-16 Thread Ralph Goers
Never mind!

Re: error handling

2004-11-16 Thread Torsten Curdt
Ralph Goers wrote: There was quite a discussion here regarding this, the last posted message of which seems to be http://marc.theaimsgroup.com/?l=xml-cocoon-devm=108670415314132w=2. Was anything ever done about this? We are running into problems with this in the Portal. Due to time constraints I

Re: error handling

2004-11-16 Thread Ralph Goers
Torsten Curdt said: Ralph Goers wrote: There was quite a discussion here regarding this, the last posted message of which seems to be http://marc.theaimsgroup.com/?l=xml-cocoon-devm=108670415314132w=2. Was anything ever done about this? We are running into problems with this in the

Implementing Virtual Pipeline Components

2004-11-16 Thread Vadim Gritsenko
Hey guys, Thanks to help of Sylvain :) I'd like to present this horrible hack which shows how VPC can be implemented, in particular example of Virtual Pipeline Generator. VPC generator is defined in the sitemap as: !-- - Virtual Pipeline Generator: Composed of other pipeline components.

Re: FW: Questions to be answered for link request - V3 - to be put i nto docs for 2.1.6 please

2004-11-16 Thread Upayavira
[EMAIL PROTECTED] wrote: Is the SVN up then? I haven't checked out site yet. Thanks for the patch - I've applied it (and learnt something about SVN along the way. tortoisesvn is actually rather good). This will go onto the live site next time someone rebuilds the site from the source (is

RE: FW: Questions to be answered for link request - V3 - to be put i nto docs for 2.1.6 please

2004-11-16 Thread H . vanderLinden
I hope you read the message that came with it: I was unable to create a sample entry in Bugzilla. And the URL of this entry should go into the patch. So, there is a non-functional link in the patch. And now in the doc. Bye, Helma -Original Message- From: Upayavira [mailto:[EMAIL

Re: svn commit: rev 76011 - in cocoon/branches/BRANCH_2_1_X: . legal lib lib/optional

2004-11-16 Thread Ugo Cei
Il giorno 16/nov/04, alle 20:33, [EMAIL PROTECTED] ha scritto: Log: Update iText to 1.1 Hmmm, wouldn't it be better to avoid upgrading libs while a code freeze is in effect? Ugo -- Ugo Cei - http://beblogging.com/ smime.p7s Description: S/MIME cryptographic signature

Re: FW: Questions to be answered for link request - V3 - to be put i nto docs for 2.1.6 please

2004-11-16 Thread Upayavira
[EMAIL PROTECTED] wrote: I hope you read the message that came with it: I was unable to create a sample entry in Bugzilla. And the URL of this entry should go into the patch. So, there is a non-functional link in the patch. And now in the doc. Well, this is why any good publication system

Re: svn commit: rev 76011 - in cocoon/branches/BRANCH_2_1_X: . legal lib lib/optional

2004-11-16 Thread Antonio Gallardo
Ugo Cei dijo: Il giorno 16/nov/04, alle 20:33, [EMAIL PROTECTED] ha scritto: Log: Update iText to 1.1 Hmmm, wouldn't it be better to avoid upgrading libs while a code freeze is in effect? OK. I will stop lib updates after the release. I tested the iText lib and nothing is broken at all.

DO NOT REPLY [Bug 32231] - LocaleAction changed its API. Deprecated first.

2004-11-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32231. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Implementing Virtual Pipeline Components

2004-11-16 Thread Sylvain Wallez
Vadim Gritsenko wrote: Hey guys, Thanks to help of Sylvain :) I'd like to present this horrible hack which shows how VPC can be implemented, in particular example of Virtual Pipeline Generator. snip/ Now, there are several things which should be resolved to have proper implementaion: 1.

DO NOT REPLY [Bug 32263] New: - [PATCH] contribution lucene block

2004-11-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32263. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32263] - [PATCH] contribution lucene block

2004-11-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32263. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: luceneINdexTransformer not optimized

2004-11-16 Thread Nicolas Maisonneuve
see http://issues.apache.org/bugzilla/show_bug.cgi?id=32263 On Tue, 16 Nov 2004 11:04:39 +, Jeremy Quinn [EMAIL PROTECTED] wrote: Dear Nicolas If you were to provide a patch and send it to bugzilla (then notify me of the bug #) I would be happy to review it. regards Jeremy

DO NOT REPLY [Bug 32263] - [PATCH] contribution lucene block

2004-11-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32263. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

OOo Impress hello-world sample not working

2004-11-16 Thread Antonio Gallardo
Hi: To me is not working the OO Impress sample: http://localhost:/samples/hello-world/hello.sxi I am using OOo version: 1.1.2 on Linux Fedora Core 3. Can someone else confirm this? Best Regards, Antonio Gallardo

DO NOT REPLY [Bug 23118] - [PATCH] Lucene SearchGenerator incorrectly counts previous-index

2004-11-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=23118. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32011] - [PATCH] buildList in AbstractDatabaseAction generates incorrect parameter list

2004-11-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32011. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-16 Thread Jonas Ekstedt
On Tue, 2004-11-16 at 08:57 +0100, Bruno Dumon wrote: On Sat, 2004-11-13 at 05:50 +0100, Jonas Ekstedt wrote: On Wed, 2004-11-10 at 12:15 +0100, Daniel Fagerstrom wrote: snip/ How about an interface like this: public interface Convertor { public String getId(); public

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-16 Thread Jonas Ekstedt
On Tue, 2004-11-16 at 09:32 +0100, Sylvain Wallez wrote: Jonas Ekstedt wrote: On Mon, 2004-11-15 at 10:35 +0100, Sylvain Wallez wrote: Jonas Ekstedt wrote: On Mon, 2004-11-08 at 10:49 +0100, Daniel Fagerstrom wrote: snip/ Another way of doing the

Re: Rhino Usage Warning

2004-11-16 Thread Reinhard Poetz
Jeremy Quinn wrote: On 16 Nov 2004, at 13:02, Reinhard Poetz wrote: Jeremy Quinn wrote: Hi All, I am getting this message appearing in my console for Cocoon 2.2.0-dev : file:/Users/jerm/Development/Checkouts/Apache/Cocoon/trunk/build/ webapp/samples/blocks/querybean/flow/QueryHistory.js, line 25:

DO NOT REPLY [Bug 31067] - [PATCH] MultipartParser can now handle multipart/mixed

2004-11-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31067. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28062] - Upload-max-size parameter does not prevent file upload

2004-11-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28062. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-16 Thread Jonas Ekstedt
On Tue, 2004-11-16 at 09:39 +0100, Sylvain Wallez wrote: Jonas Ekstedt wrote: On Mon, 2004-11-15 at 11:34 +0100, Daniel Fagerstrom wrote: Sylvain Wallez wrote: Jonas Ekstedt wrote: snip/ What I meant was that in the scenario above a malicious user can add a

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-16 Thread Jonas Ekstedt
On Wed, 2004-11-17 at 06:34 +0100, Jonas Ekstedt wrote: On Tue, 2004-11-16 at 09:32 +0100, Sylvain Wallez wrote: Also, have you looked at the form gui and swan samples where they are heavily showcased? I humbly request for permission to crawl back under a rock ;) . Looking through the