RE: cvs commit: xml-cocoon2/src/org/apache/cocoon Main.java

2001-10-18 Thread Carsten Ziegeler
> Stefano Mazzocchi wrote: > > > > > Carsten, > > > > sorry for being a sort of a pain in your ass but have you notice that > > your mailer adds a AW: for reply instead of the > > 'more-or-less-de-facto-standard' Re:? > > > > I'm pretty sure that you use M$ Outlook german version, right? Well, it

RE: [C2.0] Should we set a date for 2.0 Final Release?

2001-10-18 Thread Carsten Ziegeler
Hi Vadim, I think both should go to the next version. We should add this to the todo list of 2.1 containing those links. Carsten > -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 18, 2001 7:38 PM > To: [EMAIL PROTECTED] > Subject: RE: AW:

Re: [RT] Environment Revamping

2001-10-18 Thread Stefano Mazzocchi
Berin Loritsch wrote: > > Currently, the Environment system has grown to provide an abstraction > layer so that Cocoon logic can function equally well depending on whatever > the environment is. This is a good thing, and in my opinion very necessary. > However, what we have in our API can get co

Re: AW: cvs commit: xml-cocoon2/src/org/apache/cocoon Main.java

2001-10-18 Thread Stefano Mazzocchi
Stefano Mazzocchi wrote: > > Carsten, > > sorry for being a sort of a pain in your ass but have you notice that > your mailer adds a AW: for reply instead of the > 'more-or-less-de-facto-standard' Re:? > > I'm pretty sure that you use M$ Outlook german version, right? Well, it > would be nice a

Re: [RT]: Session support

2001-10-18 Thread Stefano Mazzocchi
Carsten Ziegeler wrote: > This is not true, the content aggregation uses sax streams and there > is no need for (re)parsing the parts. > More technical: Two pipelines: p1:[g1 -> t1 -> t2 -> s1] and p2:[g2 -> t3 -> > t4 -> s2] > and you want to aggregate them with [aggregate(p1, p2) -> t5 -> s3] >

Re: [vote] Ovidiu as new committer

2001-10-18 Thread Stefano Mazzocchi
Stefano Mazzocchi wrote: > > Hi people, > > given the recent flood of commits of very high quality and his > continuous support of the project, I'd like to prose Ovidiu Predescu as > new committer. > > Please make your votation. Things that happen when you are a damn dial-up user :) Sorry (AD

cvs commit: xml-cocoon2/webapp sitemap.xmap

2001-10-18 Thread mman
mman01/10/18 12:52:58 Modified:webapp sitemap.xmap Log: patch from Bertrand Delacretaz <[EMAIL PROTECTED]> for sub-sitemap automount, note that after dropping dir/ subdir to the mount/ directory you have to point your browser to .../mount/dir/ (note the trailing slash)

cvs commit: xml-cocoon2/webapp/mount - New directory

2001-10-18 Thread mman
mman01/10/18 12:13:52 xml-cocoon2/webapp/mount - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

WG: [C2RC1a] Serious (maybeupload.jar) problem with Windows XP / JDK 1.3.1_01

2001-10-18 Thread Jörn Heid
The problem seems to be fixed with the new version of maybeupload.jar (all my projects works perfectly now). If you can, please download it from http://www.weft.co.uk/library/maybeupload/ and integrate it into the CVS (I can also write a bug report - should I?). Can anybody please do this? BTW

RE: AW: [C2.0] Should we set a date for 2.0 Final Release?

2001-10-18 Thread Vadim Gritsenko
Carsten, What do you think about these issues: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=99780708222079&w=2 http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=99814216923705&w=2 Should they be fixed before release, or this will go to the next one? AFAIK, this is not reflected in bugzilla al

cvs commit: xml-cocoon2/src/org/apache/cocoon/transformation XIncludeTransformer.java

2001-10-18 Thread bloritsch
bloritsch01/10/18 10:23:59 Modified:src/org/apache/cocoon/transformation XIncludeTransformer.java Log: Convert XIncludeTransformer to use SourceResolver instead of URLFactory Revision ChangesPath 1.18 +44 -71 xml-cocoon2/src/org/apache/co

cvs commit: xml-cocoon2/src/org/apache/cocoon/transformation XIncludeTransformer.java

2001-10-18 Thread bloritsch
bloritsch01/10/18 10:23:46 Modified:src/org/apache/cocoon/transformation Tag: cocoon_20_branch XIncludeTransformer.java Log: Convert XIncludeTransformer to use SourceResolver instead of URLFactory Revision ChangesPath No revision

RE: [Vote]: Ovidiu Predescu as new committer

2001-10-18 Thread Vadim Gritsenko
He is not a committer? That's surprise! ;) +1 Vadim > -Original Message- > From: Martin Man [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 18, 2001 7:36 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [Vote]: Ovidiu Predescu as new committer > > On Thu, Oct 18, 2001

SessionParamAction or Updated RequestParamAction?

2001-10-18 Thread SANSONE, AARON M [Non-Pharmacia/1000]
Hi everyone, I needed to make some session attributes available to the sitemap. Looking through the Cocoon API, I can't find such an action. The RequestParamAction is the closest to what I need but it is only for the Request object. I have written a SessionParamAction that mirrors what the Req

[patch/docs]Selector documentation

2001-10-18 Thread Gianugo Rabellino
Ciao, attached is a patch to the current user documentation. This time it's selector's turn :) I also fixed a small problem in matchers.xml (replacing s with s). Let me know if it looks OK to you. Ciao, -- Gianugo selectors.diff --

cvs commit: xml-cocoon2/documentation/stylesheets filterlinks.xsl

2001-10-18 Thread cziegeler
cziegeler01/10/18 08:48:07 Modified:documentation sitemap.xmap documentation/stylesheets filterlinks.xsl Log: Finished documentation build system. The filterlinks.xsl contains now some logic which filters images using javascript. This is a small hack, but it works

[RT] Environment Revamping

2001-10-18 Thread Berin Loritsch
Currently, the Environment system has grown to provide an abstraction layer so that Cocoon logic can function equally well depending on whatever the environment is. This is a good thing, and in my opinion very necessary. However, what we have in our API can get confusing both for Cocoon app devel

New actions

2001-10-18 Thread Paolo
Some stuff for developers: 1) CookieCreatorAction (to create or remove cookies) 2) CookieValidatorAction (to validate cookies like RequestValidatorAction does with request parameters) 3) NewDatabaseAuthenticatorAction (a modified version of DatabaseAuthenticatorAction that supports a new attribu

Session Logicsheet bug (getSessionAttribute)

2001-10-18 Thread Paolo
I discovered that the session logicsheet has a bug into the session:get-attribute template. It break my code when trying to get a non-string session object stored as attribute with a java.lang.ClassCastException: java.lang.String because the logicsheet always create a call to the constructor getS

RE: AW: cvs commit: xml-cocoon2/src/org/apache/cocoon Main.java

2001-10-18 Thread Gerhard Froehlich
>(gosh, I wish it was configurable on outlook but it is not, at least, I >don't know of any registry key that you could change for that, maybe try >looking into M$ knowledge base). In the german version: Extras->Optionen->Internationale Optionen Greets Gerhard ---

Re: [RT]: Session support

2001-10-18 Thread Carsten Ziegeler
> > Bernhard Huber wrote: > > > > Hi > > > I still believe that serializers are somewhat special components and > > > should not have a side entry for data also because I believe that > > > serializers should be removed from pipeline definitions... but this is > > > another story. > > > > > Th

Re: cvs commit: xml-cocoon2/src/org/apache/cocoon Main.java

2001-10-18 Thread Carsten Ziegeler
Hi Stefano, I must admit that you're right. It's really annoying with all this Re: Aw: Fw: and so on stuff. I will try to avoid this problem in the future. Sorry, Carsten > -Ursprungliche Nachricht- > Von: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 18. Oktober

[vote] Ovidiu as new committer

2001-10-18 Thread Stefano Mazzocchi
Hi people, given the recent flood of commits of very high quality and his continuous support of the project, I'd like to prose Ovidiu Predescu as new committer. Please make your votation. Stefano. - To unsubscribe, e-mail: [

Re: AW: [RT]: Session support

2001-10-18 Thread Stefano Mazzocchi
Bernhard Huber wrote: > > Hi > > I still believe that serializers are somewhat special components and > > should not have a side entry for data also because I believe that > > serializers should be removed from pipeline definitions... but this is > > another story. > > > That would be great,

Re: AW: cvs commit: xml-cocoon2/src/org/apache/cocoon Main.java

2001-10-18 Thread Stefano Mazzocchi
Carsten, sorry for being a sort of a pain in your ass but have you notice that your mailer adds a AW: for reply instead of the 'more-or-less-de-facto-standard' Re:? I'm pretty sure that you use M$ Outlook german version, right? Well, it would be nice and well appreciated from both list users and

Re: AW: AW: AW: How do I use the latest version of FOP with Cocoon1.8?

2001-10-18 Thread Stefano Mazzocchi
Adnan Zelkanovic wrote: > > Because I only need the newest FOP, not the newest Cocoon. > And 2nd reason: Cocoon2 is to difficult to handle with, because of Tomcat. Please elaborate this. Stefano. - To unsubscribe, e-mail: [E

Re: [Vote]: Ovidiu Predescu as new committer

2001-10-18 Thread Berin Loritsch
Davanum Srinivas wrote: > > Hi Team, > > I would like to propose "Ovidiu Predescu" [[EMAIL PROTECTED]] as a new committer for >Apache Cocoon > 2. His contributions have been plenty over time, his latest being the new SOAP and >XScript > logicsheet. I sincerely believe this is a long overdue vo

Re: The Problems with Sitemap Factories

2001-10-18 Thread Berin Loritsch
Sylvain Wallez wrote: > > Carsten Ziegeler a écrit : > > > > > Sylvain Wallez wrote: > > > > > > Carsten Ziegeler a écrit : > > > > > > > > > > > > > > > There's another point on which we still didn't came to a > > > clear decision > > > > > : what about making the SourceResolver available to ma

AW: [VOTE] automounting (Was: Re: [PATCH] sub-sitemap automount suggestion)

2001-10-18 Thread Carsten Ziegeler
> -Ursprüngliche Nachricht- > Von: Martin Man [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 18. Oktober 2001 13:01 > An: [EMAIL PROTECTED] > Betreff: [VOTE] automounting (Was: Re: [PATCH] sub-sitemap automount > suggestion) > > > On Thu, Oct 18, 2001 at 12:34:05PM +0200, Bertrand De

AW: The Problems with Sitemap Factories

2001-10-18 Thread Carsten Ziegeler
> Sylvain Wallez wrote: > > Carsten Ziegeler a écrit : > > > > > Sylvain Wallez wrote: > > > > > > Carsten Ziegeler a écrit : > > > > > > > > > > > > > > > There's another point on which we still didn't came to a > > > clear decision > > > > > : what about making the SourceResolver available to m

AW: [patch/proposal] Another documentation patch

2001-10-18 Thread Carsten Ziegeler
Hi Gianugo, I added this to the HEAD of the cvs. Unfortunately I can't test it as I always get a "out of memory" exception. Carsten > -Ursprüngliche Nachricht- > Von: Gianugo Rabellino [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 18. Oktober 2001 00:31 > An: [EMAIL PROTECTED] > Be

AW: [patch] matchers.xml

2001-10-18 Thread Carsten Ziegeler
Hi Gianugo, thanks for this docs - and don't worry about not being a native english speaker. I'm also non, but we have many of them in our community which will take care and correct any errors we make. And that's great! Carsten > -Ursprüngliche Nachricht- > Von: Gianugo Rabellino [mailt

AW: [patch] Minor tweak to Main.java

2001-10-18 Thread Carsten Ziegeler
Thanks Gianugo, it's applied! Carsten > -Ursprüngliche Nachricht- > Von: Gianugo Rabellino [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 17. Oktober 2001 23:25 > An: [EMAIL PROTECTED] > Betreff: [patch] Minor tweak to Main.java > > > Ciao, > > Main.java crashes on windows when it tri

cvs commit: xml-cocoon2/src/org/apache/cocoon Main.java

2001-10-18 Thread cziegeler
cziegeler01/10/18 06:24:39 Modified:documentation/xdocs/userdocs/matchers Tag: cocoon_20_branch matchers.xml src/org/apache/cocoon Tag: cocoon_20_branch Main.java Log: Applied documentation patches. Submitted by: Gianugo Rabellino [[E

cvs commit: xml-cocoon2/documentation/stylesheets script-cli.js

2001-10-18 Thread cziegeler
cziegeler01/10/18 06:23:41 Added: documentation/stylesheets script-cli.js Log: Applied documentation patches. Submitted by: Gianugo Rabellino [[EMAIL PROTECTED]] Revision ChangesPath 1.1 xml-cocoon2/documentation/stylesheets/script-cli.js Index:

cvs commit: xml-cocoon2/src/org/apache/cocoon Main.java

2001-10-18 Thread cziegeler
cziegeler01/10/18 06:22:58 Modified:documentation sitemap.xmap documentation/xdocs/userdocs/matchers matchers.xml src/org/apache/cocoon Main.java Log: Applied documentation patches. Submitted by: Gianugo Rabellino [[EMAIL PROTECTED]] Revision Ch

Re: entity resolution for Documentation build - almost

2001-10-18 Thread David Crossley
I have not heard any compliants that their "build docs" crashed since we added xdocs/catalog-test.xml So i presume that everyone's system works but mine. Perhaps it is my JVM - i will go to get another. --David > Date: Thu, 11 Oct 2001 12:11:14 +0200 > From: "Carsten Ziegeler" <[EMAIL PROTECTED]>

Re: [VOTE] automounting (Was: Re: [PATCH] sub-sitemap automount suggestion)

2001-10-18 Thread Christian Haul
On 18.Oct.2001 -- 01:00 PM, Martin Man wrote: > On Thu, Oct 18, 2001 at 12:34:05PM +0200, Bertrand Delacretaz wrote: > > I suggest adding the following to the standard sitemap.xmap - it would allow > > sub-sitemaps to be "mounted" while Cocoon is running, by copying them > > under the "mount" su

Re: [Vote]: Ovidiu Predescu as new committer

2001-10-18 Thread Christian Haul
On 18.Oct.2001 -- 04:22 AM, Davanum Srinivas wrote: > Hi Team, > > I would like to propose "Ovidiu Predescu" [[EMAIL PROTECTED]] as a new committer for >Apache Cocoon > 2. His contributions have been plenty over time, his latest being the new SOAP and >XScript > logicsheet. I sincerely believe

Re: [Vote]: Ovidiu Predescu as new committer

2001-10-18 Thread David Crossley
A stack of support already. I would like to express my gratitude for the excellent work of Ovidiu and colleagues. Certainly +1 from me. David Dims wrote: > Hi Team, > > I would like to propose "Ovidiu Predescu" [[EMAIL PROTECTED]] as a new committer for Apache Cocoon > 2. His contributions hav

AW: AW: [C2.0] Should we set a date for 2.0 Final Release?

2001-10-18 Thread Carsten Ziegeler
> Martin Man wrote: > > On Thu, Oct 18, 2001 at 02:52:41PM +0200, Carsten Ziegeler wrote: > > Ok, yes, I didnt check the calendar. Thanks for the hint! > > > > As I still prefer mondays, we should set the dates to > > 5th November: RC2 > > 26th November: Final Release > > yep, my +1 also for bo

Re: AW: [C2.0] Should we set a date for 2.0 Final Release?

2001-10-18 Thread Martin Man
On Thu, Oct 18, 2001 at 02:52:41PM +0200, Carsten Ziegeler wrote: > Ok, yes, I didnt check the calendar. Thanks for the hint! > > As I still prefer mondays, we should set the dates to > 5th November: RC2 > 26th November: Final Release yep, my +1 also for both dates, BTW: without looking to the r

AW: AW: [C2.0] Should we set a date for 2.0 Final Release?

2001-10-18 Thread Carsten Ziegeler
Ok, yes, I didnt check the calendar. Thanks for the hint! As I still prefer mondays, we should set the dates to 5th November: RC2 26th November: Final Release Carsten > -Ursprungliche Nachricht- > Von: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 18. Oktober 2001

RE: AW: [C2.0] Should we set a date for 2.0 Final Release?

2001-10-18 Thread Morrison, John
Agreeded: +1 Note that I'm on holiday for the last two weeks of November though, so I won't be able to help with the actual Final Release :( > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 18 October 2001 1:49 pm > To: [EMAIL PROTECTED] > Subjec

Re: AW: [C2.0] Should we set a date for 2.0 Final Release?

2001-10-18 Thread Davanum Srinivas
Here's my +1 for RC2, 1st of November. Here's my +1 for Final Release, End of November. Thanks, dims PS: Do you prefer mondays or fridays? No problems switching the dates to the nearest monday/friday. --- Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > Hi, > > you're absolutely right. It's the

AW: [C2.0] Should we set a date for 2.0 Final Release?

2001-10-18 Thread Carsten Ziegeler
Hi, you're absolutely right. It's the same problem here. Due to the many changes I would propose a RC2. But we still need more documentation! So a good date could be 1st of November for the RC2 and end of november for the final release. But whatever date we decide on for the final release, we *s

AW: [Vote]: Ovidiu Predescu as new committer

2001-10-18 Thread Carsten Ziegeler
And here's my +1. Carsten > -Ursprungliche Nachricht- > Von: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 18. Oktober 2001 13:23 > An: [EMAIL PROTECTED] > Betreff: [Vote]: Ovidiu Predescu as new committer > > > Hi Team, > > I would like to propose "Ovidiu Predes

AW: Documentation Query

2001-10-18 Thread Carsten Ziegeler
Hi Jeremy, the anwser to your problem is that all links starting with "samples" or containing "javadocs" are ignored during the build process. Just have a look at the filterlinks.xsl. This stylesheet is applied when the links are collected. Carsten > -Ursprüngliche Nachricht- > Von: Jer

Re: The Problems with Sitemap Factories

2001-10-18 Thread Martin Man
On Thu, Oct 18, 2001 at 11:22:28AM +0200, Sylvain Wallez wrote: > > > Carsten Ziegeler a écrit : > > > Yep : HEY, TEAM, WHAT DO YOU THINK ? > > > We have to change the two Interfaces (Matcher and Selector) anyway, > > so it shouldn't hurt to add the SourceResolver into one signature. > > >

RE: [Vote]: Ovidiu Predescu as new committer

2001-10-18 Thread Morrison, John
Certainly +1. > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 18 October 2001 12:23 pm > To: [EMAIL PROTECTED] > Subject: [Vote]: Ovidiu Predescu as new committer > > > Hi Team, > > I would like to propose "Ovidiu Predescu" [[EMAIL PROTECTED]]

Re: [Vote]: Ovidiu Predescu as new committer

2001-10-18 Thread Sylvain Wallez
+1 also. Totally agree : Ovidiu is a long-time major contributor. Davanum Srinivas a écrit : > > Hi Team, > > I would like to propose "Ovidiu Predescu" [[EMAIL PROTECTED]] as a new committer for >Apache Cocoon > 2. His contributions have been plenty over time, his latest being the new SOAP and

Re: [Vote]: Ovidiu Predescu as new committer

2001-10-18 Thread Martin Man
On Thu, Oct 18, 2001 at 04:22:56AM -0700, Davanum Srinivas wrote: > Hi Team, > > I would like to propose "Ovidiu Predescu" [[EMAIL PROTECTED]] as a new committer for >Apache Cocoon > 2. His contributions have been plenty over time, his latest being the new SOAP and >XScript > logicsheet. I sinc

[Vote]: Ovidiu Predescu as new committer

2001-10-18 Thread Davanum Srinivas
Hi Team, I would like to propose "Ovidiu Predescu" [[EMAIL PROTECTED]] as a new committer for Apache Cocoon 2. His contributions have been plenty over time, his latest being the new SOAP and XScript logicsheet. I sincerely believe this is a long overdue vote which we should have done before.

[VOTE] automounting (Was: Re: [PATCH] sub-sitemap automount suggestion)

2001-10-18 Thread Martin Man
On Thu, Oct 18, 2001 at 12:34:05PM +0200, Bertrand Delacretaz wrote: > Hi committers, > > I suggest adding the following to the standard sitemap.xmap - it would allow > sub-sitemaps to be "mounted" while Cocoon is running, by copying them > under the "mount" subdirectory, without having to modi

RE: cvs commit: xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java esql.xsl

2001-10-18 Thread Torsten Curdt
> On 17.Oct.2001 -- 02:12 PM, [EMAIL PROTECTED] wrote: > > haul01/10/17 07:12:14 > > > > Modified:src/org/apache/cocoon/components/language/markup/xsp/java > > esql.xsl > > Added: src/org/apache/cocoon/components/language/markup/xsp > >

[PATCH] sub-sitemap automount suggestion

2001-10-18 Thread Bertrand Delacretaz
Hi committers, I suggest adding the following to the standard sitemap.xmap - it would allow sub-sitemaps to be "mounted" while Cocoon is running, by copying them under the "mount" subdirectory, without having to modify the main sitemap.xmap. This is based on Stefan Koehler's message of yester

Re: The Problems with Sitemap Factories

2001-10-18 Thread Sylvain Wallez
Carsten Ziegeler a écrit : > > > Sylvain Wallez wrote: > > > > Carsten Ziegeler a écrit : > > > > > > > > > > > There's another point on which we still didn't came to a > > clear decision > > > > : what about making the SourceResolver available to matchers and > > > > selectors ? Can't it be s

cvs commit: xml-cocoon2/src/org/apache/cocoon/environment ObjectModelHelper.java

2001-10-18 Thread sylvain
sylvain 01/10/18 01:51:10 Added: src/org/apache/cocoon/environment ObjectModelHelper.java Log: Typed wrapper to access the contents of the object model Revision ChangesPath 1.1 xml-cocoon2/src/org/apache/cocoon/environment/ObjectModelHelper.java