Cleaning up Lifecycle Interfaces

2002-01-08 Thread Carsten Ziegeler
Hi, I just reviewed a little bit of the serializers code, and saw this: AbstractSerializer implements: Recyclable AbstractTextSerializer inherits from AbstractSerializer and implements Poolable TextSerializer|XMLSerializer... inherit from AbstractTextSerializer and implement Poolable This

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-08 Thread cziegeler
cziegeler02/01/08 02:08:03 Modified:src/webapp sitemap.xmap Log: Added text serializer Revision ChangesPath 1.3 +2 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === RCS

cvs commit: xml-cocoon2 build.xml

2002-01-08 Thread crossley
crossley02/01/08 02:27:11 Modified:.build.xml Log: target printer-docs_check - descend xdocs/ This patch was missed with Revision 1.92 Revision ChangesPath 1.130 +1 -1 xml-cocoon2/build.xml Index: build.xml

cvs commit: xml-cocoon2/src/documentation/stylesheets/printer_skin book2menu.xsl document2html.xsl site2xhtml.xsl

2002-01-08 Thread crossley
crossley02/01/08 02:34:06 Modified:src/documentation/stylesheets/printer_skin document2html.xsl site2xhtml.xsl Added: src/documentation/stylesheets/printer_skin book2menu.xsl Log: Resurrect the build printer-docs. We seemed to lose it after gaining

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/transformation FilterTransformer.java FragmentExtractorTransformer.java RoleFilterTransformer.java

2002-01-08 Thread cziegeler
cziegeler02/01/08 02:47:46 Modified:src/java/org/apache/cocoon/caching NOPCacheValidity.java src/java/org/apache/cocoon/generation AbstractServerPage.java FragmentExtractorGenerator.java

cvs commit: xml-cocoon2 changes.xml

2002-01-08 Thread cziegeler
cziegeler02/01/08 02:49:46 Modified:.changes.xml Log: Updated changes Revision ChangesPath 1.65 +8 -1 xml-cocoon2/changes.xml Index: changes.xml === RCS file:

Re: Re: Error correction for esql.xsl

2002-01-08 Thread Enke Michael
Hi Torsten, you have forgotten to insert one line: _esql_query.setKeepGoing(false); If this line is missing the last DB entry will be repeated infinitely. Michael Torsten Curdt wrote: On Mon, 7 Jan 2002, Enke Michael wrote: Hi committer, this doesn't work because the last but one is

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

2002-01-08 Thread tcurdt
tcurdt 02/01/08 03:39:47 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl Log: fix - forgot to add a line to make it work properly Revision ChangesPath 1.3 +2 -1

Re: Re: Error correction for esql.xsl

2002-01-08 Thread Torsten Curdt
On Tue, 8 Jan 2002, Enke Michael wrote: Hi Torsten, you have forgotten to insert one line: _esql_query.setKeepGoing(false); If this line is missing the last DB entry will be repeated infinitely. Michael Thanks! Fixed it. Maybe you could send a diff -u patch next time, please?! Will

RE: Cocoon ESQL stored procedures

2002-01-08 Thread Durrant, Peter
Hi Chris From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 22, 2001 9:21 I had a rather long car journey yesterday - good for thinking about the problem :-) I suggest to add @direction and @typename to esql:parameter/ to mark out / inout parameters (and optionally

Re: Cleaning up Lifecycle Interfaces

2002-01-08 Thread Sylvain Wallez
Carsten Ziegeler a écrit : Hi, I just reviewed a little bit of the serializers code, and saw this: AbstractSerializer implements: Recyclable AbstractTextSerializer inherits from AbstractSerializer and implements Poolable TextSerializer|XMLSerializer... inherit from

RE: Cleaning up Lifecycle Interfaces

2002-01-08 Thread Carsten Ziegeler
Sylvain Wallez wrote: Carsten Ziegeler a écrit : Hi, I just reviewed a little bit of the serializers code, and saw this: AbstractSerializer implements: Recyclable AbstractTextSerializer inherits from AbstractSerializer and implements Poolable TextSerializer|XMLSerializer...

sitemap mount and the resource protocol

2002-01-08 Thread Nuno José Pires dos Santos
It seems that the mount of other sitemaps aren't allowing the use of the resource: protocol. Is there any way of solving this? Can it be changed in the mount component code? I think this could be of great help when adding modules to a cocoon app, cause we just simply add them as a jar or

Re: Cleaning up Lifecycle Interfaces

2002-01-08 Thread Sylvain Wallez
Carsten Ziegeler a écrit : Sylvain Wallez wrote: Carsten Ziegeler a écrit : snip/ You can remove Recyclable from AbstractSerializer... but it will still be Recyclable because it extends AbstractXMLProducer (through AbstractXMLPipe) which itself implements Recyclable !

DO NOT REPLY [Bug 5744] New: - upload-max-size limited to ~2GB

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

CocoonServlet.java patch

2002-01-08 Thread Ihor Strutynskyj
Hi all, This is my first message to this list, so please forgive me if I offend someone. I'm working on integration of Cocoon2 service with Turbine2 and was reading CocoonServlet.java. I found several problems in this file. In function initLogger() the lines 566 and 567 (CVS version 1.1

Re: CocoonServlet.java patch

2002-01-08 Thread Peter Royal
On Tuesday 08 January 2002 02:48 pm, Ihor Strutynskyj wrote: The other thing I would like to mention is: Why org.apache.log.Logger.log.warn() (or .info(), .error(), .debug()) call is always wrapped with if (log.isWarnEnabled()) {}? The org.apache.log.Logger has already isXxxxEnabled()

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/scheme/sitemap SchemeSitemap.java

2002-01-08 Thread ovidiu
ovidiu 02/01/08 15:15:07 Added: src/scratchpad/schecoon/src/org/apache/cocoon/scheme/sitemap SchemeSitemap.java Log: Renamed SitemapComponents to SchemeSitemap. This file contains now the definitions of the Scheme sitemap functions. Revision

cvs commit: xml-cocoon2/src/scratchpad/schecoon build.xml

2002-01-08 Thread ovidiu
ovidiu 02/01/08 15:17:27 Modified:src/scratchpad/schecoon build.xml Log: Copy the necessary jar files from the top level Cocoon lib. Revision ChangesPath 1.2 +6 -0 xml-cocoon2/src/scratchpad/schecoon/build.xml Index: build.xml

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-01-08 Thread ovidiu
ovidiu 02/01/08 15:18:52 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Correctly pass the results of the regexp matching to the matcher function. Rename the argument passed to the matcher function to sitemap. Revision ChangesPath 1.2 +4 -3

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme test.scm

2002-01-08 Thread ovidiu
ovidiu 02/01/08 15:19:32 Modified:src/scratchpad/schecoon/scheme test.scm Log: Added the first working example of a reader. Revision ChangesPath 1.2 +19 -15xml-cocoon2/src/scratchpad/schecoon/scheme/test.scm Index: test.scm

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/scheme/sitemap SitemapComponents.java

2002-01-08 Thread ovidiu
ovidiu 02/01/08 15:21:00 Modified:src/scratchpad/schecoon/src/org/apache/cocoon/scheme/sitemap SitemapComponents.java Log: Moved the old contents of this file to SchemeSitemap.java. This file now implements the code to read the components.xconf file, which

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/scheme/sitemap SitemapManager.java

2002-01-08 Thread ovidiu
ovidiu 02/01/08 15:22:56 Modified:src/scratchpad/schecoon/src/org/apache/cocoon/scheme/sitemap SitemapManager.java Log: Added support for using the sitemap components. Pass the sitemap components object as argument to the Scheme sitemap function instead of

cvs commit: xml-cocoon2/src/scratchpad/schecoon/webapp cocoon.xconf

2002-01-08 Thread ovidiu
ovidiu 02/01/08 15:23:27 Modified:src/scratchpad/schecoon/webapp cocoon.xconf Log: Pass the name of the components file as attribute of sitemap. Revision ChangesPath 1.2 +2 -1 xml-cocoon2/src/scratchpad/schecoon/webapp/cocoon.xconf Index: cocoon.xconf

cvs commit: xml-cocoon2/src/scratchpad/schecoon prj.el

2002-01-08 Thread ovidiu
ovidiu 02/01/08 15:24:03 Added: src/scratchpad/schecoon prj.el Log: Added. Revision ChangesPath 1.1 xml-cocoon2/src/scratchpad/schecoon/prj.el Index: prj.el ===

Re: Cleaning up Lifecycle Interfaces

2002-01-08 Thread Stefano Mazzocchi
Carsten Ziegeler wrote: Hi, I just reviewed a little bit of the serializers code, and saw this: AbstractSerializer implements: Recyclable AbstractTextSerializer inherits from AbstractSerializer and implements Poolable TextSerializer|XMLSerializer... inherit from AbstractTextSerializer

Re: Allowed Sitemap Constructs

2002-01-08 Thread Stefano Mazzocchi
Vadim Gritsenko wrote: Gosh, if this is your vision, we have a problem. No, that's not my vision: that's the reality we live in. 1. Quoting Carsten: - the sitemap is processed top-down, the processing stops: * when a serialize is reached * when a reader is reached * when

Retuning Sitemap Design

2002-01-08 Thread Stefano Mazzocchi
The Cocoon sitemap concept that is currently implemented is more than two years old. Not much, but older than some W3C recommendations for the XML model. The sitemap was developped in an incremental way over these two years. It started as a draft and things were added/moved/patched as they were

in defense of contentEditable - demo

2002-01-08 Thread Robert Koberg
Hello, {cocoon-dev is interested in this too, I think, so I am cross-posting :( -- To cocoon dev: I am trying to get the w3c-html wg to look at adding contentEditable to the standard - any help would be appreciated.} Consider the demo pre-pre-alpha :) It requires IE5.5+ (I have been doing my

RE: Retuning Sitemap Design

2002-01-08 Thread Vadim Gritsenko
From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] snip type=automatic/ I think it's now time to go back and summarize all this. Excellent summary! I will try to address some of your questions below. - direct - generator, transformer, serializer, aggregator, reader - indirect -