Re: Bug report for Cocoon 2 [2001/10/21]

2001-10-23 Thread Bernhard Huber
hi I was trying to understand the problem of bug 4239. As i understand the jsp is compiled correctly, i have not verified yet, scrambles the unicode chars. Does anyone know how to 'trace' the pipeline, so i can see what's passed from the jsp-generator to the transformer, and from the transformer t

cocoon2 documentation fixes

2001-10-23 Thread Bernhard Huber
hi, as i was testing the cocoon2 webapplication being part of the cocoon2 distribution. I found some problems, the fixes are attached in the zip file: 1) documentation\svg\*.xml - do not include the specified gif-images properly, i replaced the image by svg-rects looking quit similiar to the imag

Re: Documentation: short alternative to @docname@?

2001-10-23 Thread Bernhard Huber
Hi another idea, what about using xml-entities, defining an xml-entity for each shortcut? This way the xml-parser would replace the shurt cuts already. - Originalnachricht - Von: Ovidiu Predescu <[EMAIL PROTECTED]> Datum: Dienstag, Oktober 23, 2001 10:36 pm Betreff: Re: Documentation: sho

Re: Documentation: short alternative to @docname@?

2001-10-23 Thread Ovidiu Predescu
On Tue, 23 Oct 2001 19:43:51 +0200, "Gianugo Rabellino" <[EMAIL PROTECTED]> wrote: > Ciao team, > > while writing the user documentation I came across quite often to the > need of writing "Cocoon" instead than "Apache Cocoon" for fluency and > readability. Since I'm stricly sticking to the use

Re: [C2.1 PATCH] little patch for the fs queue

2001-10-23 Thread Berin Loritsch
Gerhard Froehlich wrote: > > here is the patch which will correct this. You > see Berin your documentation is working. Nice > work by the way, it`s a good and readable reference. BTW, this is also the quality of documentation that Cocoon needs. I started on that path (i.e. the tutorial), but ha

Re: [C2.1 PATCH] little patch for the fs queue

2001-10-23 Thread Berin Loritsch
Gerhard Froehlich wrote: > > Spending the whole evening reading Berins PDF > about Avalon, I determined a little design burst > in the FilesystemQueue Interface. > > "Don't extend any other interface" > > here is the patch which will correct this. You > see Berin your documentation is w

RE: [C2.1 PATCH] little patch for the fs queue

2001-10-23 Thread Gerhard Froehlich
forget that patch, it doesn't work. next rule: first make a test compile then send the patch sorry for making noise >-Original Message- >From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, October 23, 2001 8:03 PM >To: cocoon-Dev >Subject: [C2.1 PATCH] little patch fo

[C2.1 PATCH] little patch for the fs queue

2001-10-23 Thread Gerhard Froehlich
Spending the whole evening reading Berins PDF about Avalon, I determined a little design burst in the FilesystemQueue Interface. "Don't extend any other interface" here is the patch which will correct this. You see Berin your documentation is working. Nice work by the way, it`s a good an

Documentation: short alternative to @docname@?

2001-10-23 Thread Gianugo Rabellino
Ciao team, while writing the user documentation I came across quite often to the need of writing "Cocoon" instead than "Apache Cocoon" for fluency and readability. Since I'm stricly sticking to the use of @docname@ and @doctitle@, I'm unwilling to write the "Cocoon" term directly in the phrase: c

[PATCH] documentation

2001-10-23 Thread Klaus Bertram
Hi all, here a patch for the .js files in the documentation area with this patch were no script error generated when a menue link is clicked and the mouse is moved out Klaus documentation.diff - To unsubscribe, e-mail: [EMAIL

Re: Memory usage problem

2001-10-23 Thread maciejka
On 23 Oct 2001, at 11:39, Robert Marcano wrote: Fo2pdf serializer based on Fop builds whole document in memory. That is why it uses so much memory. The only way to optimizy it is to optimize Fop. > I have doubts about using Cocoon+FOP to serve medium to large sized PDF > reports. I was doing

Re: Developing with Avalon

2001-10-23 Thread Ovidiu Predescu
On Mon, 22 Oct 2001 09:41:44 -0400, Berin Loritsch <[EMAIL PROTECTED]> wrote: > I have successfully gotten the Avalon documentation transformed into > PDF. There are a couple caviats though, that I don't have time to > resolve right now: > > I have not generated the Table of Contents yet (a fu

Re: [vote] Ricardo as Apache representative in JSR-152

2001-10-23 Thread Ovidiu Predescu
Yes, and here's my +1, the first one, huh! Ovidiu On Tue, 23 Oct 2001 08:51:28 +0100, "Morrison, John" <[EMAIL PROTECTED]> wrote: > In that case - Enjoy :)) +1 > > > -Original Message- > > From: Ricardo Rocha [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, 23 October 2001 3:41 am > > To

Re: Memory usage problem

2001-10-23 Thread Robert Marcano
I have doubts about using Cocoon+FOP to serve medium to large sized PDF reports. I was doing more tests and noted that my servers needs 40 to 60Mb of RAM per concurrent request to generated a 40 pages PDF report. I think that the fo2pdf serializer is the responsible for this memory usage, but

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

2001-10-23 Thread Berin Loritsch
[EMAIL PROTECTED] wrote: > > cziegeler01/10/23 04:40:24 > > Modified:src/org/apache/cocoon Main.java >src/org/apache/cocoon/serialization SVGSerializer.java >src/org/apache/cocoon/servlet CocoonServlet.java > Removed: src/META-INF/services >

Memory usage problem

2001-10-23 Thread Robert Marcano
I haven't used Cocoon2 for about three months, and for the first time I need to generate a PDF file with data retrieved using SQL. My question is related to memory usage when using large xml structures. I generated a xml file using XSP and the ESQL stylesheets (a table with 1336 records) in or

Re: Developing with Avalon

2001-10-23 Thread Berin Loritsch
Stefano Mazzocchi wrote: > > Berin Loritsch wrote: > > > > I have successfully gotten the Avalon documentation transformed into > > PDF. There are a couple caviats though, that I don't have time to > > resolve right now: > > > > I have not generated the Table of Contents yet (a future excercise)

RE: Bug 4124 StreamGenerator does not preserve XML encoding PI

2001-10-23 Thread Carsten Ziegeler
Hi Kinga, thanks for your patch, it's applied. Please cross-check. Let's see how (if?) the discussion about the refacturing goes on. Carsten > -Original Message- > From: kingadziembowska [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 7:09 AM > To: [EMAIL PROTECTED] > Cc: [

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

2001-10-23 Thread cziegeler
cziegeler01/10/23 05:04:35 Modified:src/org/apache/cocoon/generation StreamGenerator.java src/org/apache/cocoon/util PostInputStream.java Log: Patch for Bug 4124 StreamGenerator does not preserve XML encoding PI Submitted by: kingadziembowska [[EMAIL PROTECTED]]Rev

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

2001-10-23 Thread cziegeler
cziegeler01/10/23 05:04:14 Modified:src/org/apache/cocoon/generation Tag: cocoon_20_branch StreamGenerator.java src/org/apache/cocoon/util Tag: cocoon_20_branch PostInputStream.java Log: Patch for Bug 4124 StreamGenerat

RE: Patch-Queue

2001-10-23 Thread Carsten Ziegeler
Usually we still use the dev-list as patch queue. But nevertheless you can use bugzilla in case noone responds to your patch in the first run and you don't want that it gets lost. Carsten > -Original Message- > From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] > Sent: Sunday, October 21

RE: [C2RC1a] new Store component: FilesystemQueue

2001-10-23 Thread Carsten Ziegeler
Hi Gerhard, thanks for your patch. It's applied to the 2.1 cvs. Please cross-check. Carsten > -Original Message- > From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 20, 2001 12:36 AM > To: cocoon-Dev > Subject: [C2RC1a] new Store component: FilesystemQueue >

cvs commit: xml-cocoon2/webapp cocoon.xconf

2001-10-23 Thread cziegeler
cziegeler01/10/23 04:55:19 Modified:src/org/apache/cocoon cocoon.roles src/org/apache/cocoon/components/store MRUMemoryStore.java webapp cocoon.xconf Added: src/org/apache/cocoon/components/store FilesystemQueue.java Filesy

cvs commit: xml-cocoon2/documentation/xdocs catalog-test.xml

2001-10-23 Thread crossley
crossley01/10/23 04:49:43 Modified:documentation/xdocs catalog-test.xml Log: Clarify that this document tests the entity resolver by declaring some external entity sets and using some character entities from them Shows the actual DOCTYPE declaration Revision ChangesPat

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

2001-10-23 Thread cziegeler
cziegeler01/10/23 04:44:14 Modified:src/org/apache/cocoon/servlet CocoonServlet.java Log: Cleaned up code for batik protocols Revision ChangesPath 1.46 +2 -2 xml-cocoon2/src/org/apache/cocoon/servlet/CocoonServlet.java Index: CocoonServlet.java =

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

2001-10-23 Thread cziegeler
cziegeler01/10/23 04:40:24 Modified:src/org/apache/cocoon Main.java src/org/apache/cocoon/serialization SVGSerializer.java src/org/apache/cocoon/servlet CocoonServlet.java Removed: src/META-INF/services org.apache.batik.util.Pa

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

2001-10-23 Thread cziegeler
cziegeler01/10/23 04:38:44 Modified:src/org/apache/cocoon Tag: cocoon_20_branch Main.java src/org/apache/cocoon/serialization Tag: cocoon_20_branch SVGSerializer.java src/org/apache/cocoon/servlet Tag: cocoon_20_branch

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

2001-10-23 Thread cziegeler
cziegeler01/10/23 04:30:00 Modified:src/org/apache/cocoon/environment/http Tag: cocoon_20_branch HttpContext.java Log: Synced doc build system with 2.1 Revision ChangesPath No revision No revision

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

2001-10-23 Thread cziegeler
cziegeler01/10/23 04:20:04 Modified:src/org/apache/cocoon/environment Tag: cocoon_20_branch Context.java Log: Synced doc build system with 2.1 Revision ChangesPath No revision No revision 1.1.1.1

cvs commit: xml-cocoon2/documentation/svg label_over.xml label_select.xml

2001-10-23 Thread cziegeler
cziegeler01/10/23 04:17:44 Added: documentation/svg Tag: cocoon_20_branch label_over.xml label_select.xml Log: Synced doc build system with 2.1 Revision ChangesPath No revision No revision 1.2.

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

2001-10-23 Thread cziegeler
cziegeler01/10/23 04:16:59 Modified:.Tag: cocoon_20_branch build.xml documentation Tag: cocoon_20_branch sitemap.xmap documentation/stylesheets Tag: cocoon_20_branch book2menu.xsl filterlinks.xsl site2xhtml.xsl

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

2001-10-23 Thread cziegeler
cziegeler01/10/23 04:10:02 Modified:.build.xml src/org/apache/cocoon/serialization SVGSerializer.java Log: Fixed svg image generation when used as webapp Revision ChangesPath 1.85 +3 -0 xml-cocoon2/build.xml Index: build.xml ==

RE: [vote] Ricardo as Apache representative in JSR-152

2001-10-23 Thread Davanum Srinivas
Here's my +1. Thanks, dims --- "Morrison, John" <[EMAIL PROTECTED]> wrote: > In that case - Enjoy :)) +1 > > > -Original Message- > > From: Ricardo Rocha [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, 23 October 2001 3:41 am > > To: [EMAIL PROTECTED] > > Subject: Re: [vote] Ricardo as Ap

DO NOT REPLY [Bug 4062] - XIncludeTransformer not work inside XSP pages

2001-10-23 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/classloader RepositoryClassLoader.java

2001-10-23 Thread cziegeler
cziegeler01/10/23 03:16:05 Modified:.build.xml src/org/apache/cocoon/components/classloader RepositoryClassLoader.java Log: Removed obsolete replace statements Revision ChangesPath 1.84 +0 -7 xml-cocoon2/build.xml

DO NOT REPLY [Bug 4364] - request.xsl XSP logicsheet - get-request-parameters - dropped functionality

2001-10-23 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://nagoya.apache.org/bugzilla/show_bu

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

2001-10-23 Thread mman
mman01/10/23 02:59:10 Modified:src/org/apache/cocoon/components/language/markup/xsp XSPRequestHelper.java src/org/apache/cocoon/components/language/markup/xsp/java request.xsl Log: added attribute `as' to , supported

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

2001-10-23 Thread mman
mman01/10/23 02:58:19 Modified:src/org/apache/cocoon/components/language/markup/xsp Tag: cocoon_20_branch XSPRequestHelper.java src/org/apache/cocoon/components/language/markup/xsp/java Tag: cocoon_20_branch request.xsl

Re: Developing with Avalon

2001-10-23 Thread Stefano Mazzocchi
Berin Loritsch wrote: > > I have successfully gotten the Avalon documentation transformed into > PDF. There are a couple caviats though, that I don't have time to > resolve right now: > > I have not generated the Table of Contents yet (a future excercise), > and I cannot import images into the

Re: [vote] Ricardo as Apache representative in JSR-152

2001-10-23 Thread Stefano Mazzocchi
"Morrison, John" wrote: > > I'd be quite happy for him to do the job - but I don't think that I've heard > him say he would like to yet! Oh, sorry, he did so privately to me. I forgot to tell you guys :) -- Stefano Mazzocchi One must still have chaos in oneself to be

DO NOT REPLY [Bug 4364] New: - request.xsl XSP logicsheet - get-request-parameters - dropped functionality

2001-10-23 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://nagoya.apache.org/bugzilla/show_bu

Re: [vote] Ricardo as Apache representative in JSR-152

2001-10-23 Thread Sylvain Wallez
And another +1 ! Ricardo Rocha a écrit : > > John Morrison wrote: > > I'd be quite happy for him to do the job - but I don't think that I've > heard > > him say he would like to yet! > > :-)) > > I think I've already said so but here it goes: I'd like to participate on > behalf > of the Apache

cvs commit: xml-cocoon2/documentation/xdocs contrib.xml

2001-10-23 Thread crossley
crossley01/10/23 01:08:31 Modified:documentation/xdocs Tag: cocoon_20_branch contrib.xml Log: changed disscussion of "cocoon.properties" to be "cocoon.xconf" fix broken external link to www.jclark.com Revision ChangesPath No revision No

RE: [vote] Ricardo as Apache representative in JSR-152

2001-10-23 Thread Carsten Ziegeler
Here is mine: +1 Carsten > -Original Message- > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 1:35 PM > To: Cocoon > Cc: Eduardo Pelegri-Llopart > Subject: [vote] Ricardo as Apache representative in JSR-152 > > > People, > > there is no official p

cvs commit: xml-cocoon2/documentation/xdocs contrib.xml

2001-10-23 Thread crossley
crossley01/10/23 00:58:21 Modified:documentation/xdocs contrib.xml Log: changed disscussion of "cocoon.properties" to be "cocoon.xconf" fix broken external link to www.jclark.com Revision ChangesPath 1.2 +2 -2 xml-cocoon2/documentation/xdocs/contrib.xml

cvs commit: xml-cocoon2/documentation/xdocs esql.xml

2001-10-23 Thread crossley
crossley01/10/23 00:50:30 Modified:documentation/xdocs Tag: cocoon_20_branch esql.xml Log: changed disscussion of "cocoon.properties" to be "cocoon.xconf" Revision ChangesPath No revision No revision 1.1.2.2 +1 -1

RE: [vote] Ricardo as Apache representative in JSR-152

2001-10-23 Thread Morrison, John
In that case - Enjoy :)) +1 > -Original Message- > From: Ricardo Rocha [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 23 October 2001 3:41 am > To: [EMAIL PROTECTED] > Subject: Re: [vote] Ricardo as Apache representative in JSR-152 > > > John Morrison wrote: > > I'd be quite happy for him

cvs commit: xml-cocoon2/documentation linkalarm-broken.txt

2001-10-23 Thread crossley
crossley01/10/23 00:33:03 Added: documentation linkalarm-broken.txt Log: tab-delimited text table of broken links from the last release please update the "status" column when you mend a link Revision ChangesPath 1.1 xml-cocoon2/documentation/linkalar

cvs commit: xml-cocoon2/documentation linkalarm-readme.txt

2001-10-23 Thread crossley
crossley01/10/23 00:25:56 Added: documentation linkalarm-readme.txt Log: provides URL for LinkAlarm report defines format of "linkalarm-broken.txt" file Revision ChangesPath 1.1 xml-cocoon2/documentation/linkalarm-readme.txt Index: linkalarm-rea