Re: [C2.1-dev] [PATCH] Major changes in Source interface and others

2001-08-25 Thread Ovidiu Predescu
On Sun, 26 Aug 2001 00:45:39 +0200 (CEST), giacomo <[EMAIL PROTECTED]> wrote: > On Sat, 25 Aug 2001, Ovidiu Predescu wrote: > > > Oops, sorry about this. I forgot to use the -N option when generating > > the diff, so the ModifiableSource.java was not included. Here it is. > > No, it was include

Re: [C2.1-dev] [PATCH] Major changes in Source interface and others

2001-08-25 Thread giacomo
On Sat, 25 Aug 2001, Ovidiu Predescu wrote: > Oops, sorry about this. I forgot to use the -N option when generating > the diff, so the ModifiableSource.java was not included. Here it is. No, it was included but I forgot to do the "cvs add". Please, next time cd into the repo before doing the "cv

Re: [C2.1-dev] [PATCH] Major changes in Source interface and others

2001-08-25 Thread giacomo
On Sat, 25 Aug 2001, Ovidiu Predescu wrote: > Thanks, Giacomo! > > I checked and I didn't see the ModifiableSource.java in the > repository. Did you add the file to the repository? Oops, yes, forgot to add it. Done :) Giacomo > > Thanks, > Ovidiu > > On Sat, 25 Aug 2001 21:47:50 +0200 (CEST),

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

2001-08-25 Thread giacomo
giacomo 01/08/25 15:35:36 Added: src/org/apache/cocoon/environment ModifiableSource.java Log: added missing ModifiableSource.java Revision ChangesPath 1.1 xml-cocoon2/src/org/apache/cocoon/environment/ModifiableSource.java Index: ModifiableSource

Re: [C2.1-dev] [PATCH] Major changes in Source interface and others

2001-08-25 Thread Ovidiu Predescu
Oops, sorry about this. I forgot to use the -N option when generating the diff, so the ModifiableSource.java was not included. Here it is. Ovidiu On Sat, 25 Aug 2001 21:47:50 +0200 (CEST), giacomo <[EMAIL PROTECTED]> wrote: > On Fri, 24 Aug 2001, Ovidiu Predescu wrote: > > Ovidiou > > I've ap

Re: [C2.1-dev] [PATCH] Major changes in Source interface and others

2001-08-25 Thread Ovidiu Predescu
Thanks, Giacomo! I checked and I didn't see the ModifiableSource.java in the repository. Did you add the file to the repository? Thanks, Ovidiu On Sat, 25 Aug 2001 21:47:50 +0200 (CEST), giacomo <[EMAIL PROTECTED]> wrote: > On Fri, 24 Aug 2001, Ovidiu Predescu wrote: > > Ovidiou > > I've app

Re: [C2.1][Proposal] context:/ definition

2001-08-25 Thread giacomo
On Sat, 25 Aug 2001, Stuart Roebuck wrote: > As far as I am aware, whilst "context://" is currently defined, > "context:/" has no meaning. > > Can I propose a *very* useful definition for "context:/", accepting that I > don't know whether this is easy to implement or not ( :-) ): > > A file

[C2.1][Proposal] context:/ definition

2001-08-25 Thread Stuart Roebuck
As far as I am aware, whilst "context://" is currently defined, "context:/" has no meaning. Can I propose a *very* useful definition for "context:/", accepting that I don't know whether this is easy to implement or not ( :-) ): A file within the context of the webapp, relative to the r

Re: Small memory leak?!

2001-08-25 Thread giacomo
On Sat, 25 Aug 2001, Christian Schmitt wrote: > Hi all, > we've been running some profiling tests with the Cocoon 2.0 branch > today. > > One of the things we found, was that matchers and selectors are not > released when they've been used, i.e. for every request handled > by the sitemap there's

Re: [C2.1-dev] [PATCH] Major changes in Source interface and others

2001-08-25 Thread giacomo
On Fri, 24 Aug 2001, Ovidiu Predescu wrote: Ovidiou I've applied your patch. Please cross check. Thanks, Giacomo > Hi, > > I now have a working version of the changes to the Source interface. They are > based on the latest changes Sylvain made to XMLFragment. > > I've tested everything I could

Small memory leak?!

2001-08-25 Thread Christian Schmitt
Hi all, we've been running some profiling tests with the Cocoon 2.0 branch today. One of the things we found, was that matchers and selectors are not released when they've been used, i.e. for every request handled by the sitemap there's a RequestParamMatcher created but never released. I'll take

RE: [c2] IllegalArgumentException in DefaultPool

2001-08-25 Thread Vadim Gritsenko
That's because you applied my not-verified patch. It does not work, so better if you revert to CVS version of serializer. Vadim > -Original Message- > From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 25, 2001 6:05 AM > To: cocoon > Subject: [c2] IllegalArgument

RE: [C2 patch] more debug info in mrumemorystore

2001-08-25 Thread Vadim Gritsenko
Checked in. Vadim > -Original Message- > From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 24, 2001 3:13 PM > To: [EMAIL PROTECTED] > Subject: AW: [C2 patch] more debug info in mrumemorystore > > > I put by mistake the debug info exteriorly of the synchronized > m

Re: [C2.0] Patches for DatabaseAuthenticatorAction & build.xml

2001-08-25 Thread Martin Man
On Fri, Aug 24, 2001 at 03:20:26PM +0200, Philipp Schmidt wrote: > > > Hi all, > > Here is patch for DatabaseAuthenticatorAction when autocommit=true > (default value in the cocoon.xconf ) . > Please check why we need transactions in the DatabaseAuthenticatorAction > anyway. > Another Patch for

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

2001-08-25 Thread mman
mman01/08/25 06:35:24 Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch DatabaseAuthenticatorAction.java Log: - Fixed bug which caused WHERE clause to be omitted always and not only for "nullable" parameters - Patch from Philipp Schmidt <[EMA

cvs commit: xml-cocoon2 build.xml

2001-08-25 Thread mman
mman01/08/25 06:28:48 Modified:.Tag: cocoon_20_branch build.xml Log: Patch from Philipp Schmidt <[EMAIL PROTECTED]> for SendmailAction compilation. Revision ChangesPath No revision No revision 1.8.2.30 +1 -

cvs commit: xml-cocoon2 build.xml

2001-08-25 Thread mman
mman01/08/25 06:00:47 Modified:.build.xml Log: Patch from Philipp Schmidt <[EMAIL PROTECTED]> for SendmailAction compilation. Revision ChangesPath 1.53 +1 -1 xml-cocoon2/build.xml Index: build.xml =

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

2001-08-25 Thread mman
mman01/08/25 05:57:30 Modified:src/org/apache/cocoon/acting DatabaseAuthenticatorAction.java Log: Patch from Philipp Schmidt <[EMAIL PROTECTED]> for autocommit issues Revision ChangesPath 1.13 +12 -8 xml-cocoon2/src/org/apache/cocoon

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

2001-08-25 Thread mman
mman01/08/25 05:43:08 Modified:src/org/apache/cocoon/acting DatabaseAuthenticatorAction.java Log: Fixed bug which caused WHERE clause to be omitted always and not only for "nullable" parameters Revision ChangesPath 1.12 +14 -8 xml-c

RE: Current CVS compiling? Session missing? || Sitemap not compiling at all

2001-08-25 Thread Torsten Curdt
maybe you should try a full and fresh checkout?! > -Original Message- > From: giacomo [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 25, 2001 12:58 PM > To: [EMAIL PROTECTED] > Subject: Re: Current CVS compiling? Session missing? || Sitemap not > compiling at all > > > On Fri, 24 A

Re: Current CVS compiling? Session missing? || Sitemap not compilingat all

2001-08-25 Thread giacomo
On Fri, 24 Aug 2001, Mariano Kamp wrote: > no response yet. So it seems to me that I am the only one with problems > compiling the cvs version? I mean me and my collegueas are the only ones? > > Really? Yes, I can compile and run Cocoon 2.1 as well as 2.0 (both from CVS) without problems under T

Re: Content aggregation in separate Threads?

2001-08-25 Thread giacomo
On Fri, 24 Aug 2001, Mariano Kamp wrote: > Hi there, > > I was thinking about content aggregation. We do some portal like > aggregation of different resources. Some of them are pretty slow, like > querying email accounts or aggregating content from different sites > (sometimes more than a secon

[c2] IllegalArgumentException in DefaultPool

2001-08-25 Thread Gerhard Froehlich
Hi, just playing around and determined attached exception. cheers gerhard DEBUG (2001-08-25) 12:02.13:430 [cocoon ] (/cocoon/welcome) tcpConnection-8080-0/CachingStreamPipeline: Compared cached validity 'TimeStampCacheValidity: 998733566389' with new validity 'TimeStampCacheValidity: 998