speedy loading of documentation

2001-10-29 Thread David Crossley
When i first discovered Cocoon about a year ago, i was amazed at the extremely poor performance of the xml.apache.org website. It seemed incongruous that Cocoon could be so amazing, yet the website was so slow. Then i realised that the site was not being served by Cocoon. So it must be the usabili

cvs commit: xml-cocoon2/documentation/xdocs/userdocs/concepts index.xml

2001-10-29 Thread crossley
crossley01/10/29 19:52:41 Modified:documentation/xdocs/userdocs/concepts Tag: cocoon_20_branch index.xml Log: Add height and width attributes for figure elements to enable faster page rendering Revision ChangesPath No revision

cvs commit: xml-cocoon2/documentation/xdocs index.xml contrib.xml emotional-landscapes.xml

2001-10-29 Thread crossley
crossley01/10/29 19:51:01 Modified:documentation/xdocs Tag: cocoon_20_branch index.xml contrib.xml emotional-landscapes.xml Log: Add height and width attributes for figure elements to enable faster page rendering Revision ChangesPath No

some xdocs missing from cocoon_20_branch

2001-10-29 Thread David Crossley
While fixing some of the xdocs today i noticed that the following document is missing from cocoon_20_branch. Is that a deliberate ommission? tutorial.xml "How to create Web Applications" --David - To unsubscribe, e-mail: [EMAIL P

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

2001-10-29 Thread crossley
crossley01/10/29 19:49:27 Modified:documentation/stylesheets Tag: cocoon_20_branch document2html.xsl Log: Utilise height and width attributes for figure element to enable faster page rendering Revision ChangesPath No revision

cvs commit: xml-cocoon2/documentation/xdocs/userdocs/concepts index.xml

2001-10-29 Thread crossley
crossley01/10/29 19:34:42 Modified:documentation/xdocs/userdocs/concepts index.xml Log: Add height and width attributes for figure elements to enable faster page rendering Revision ChangesPath 1.3 +26 -11xml-cocoon2/documentation/xdocs/userdocs/concepts/index.x

cvs commit: xml-cocoon2/documentation/xdocs tutorial-shots.xml tutorial.xml

2001-10-29 Thread crossley
crossley01/10/29 19:14:05 Modified:documentation/xdocs tutorial.xml Added: documentation/xdocs tutorial-shots.xml Log: Move the hefty screenshots to a separate document Revision ChangesPath 1.5 +3 -24 xml-cocoon2/documentation/xdocs/tutorial.xml In

cvs commit: xml-cocoon2/documentation/xdocs index.xml contrib.xml emotional-landscapes.xml

2001-10-29 Thread crossley
crossley01/10/29 19:11:50 Modified:documentation/xdocs index.xml contrib.xml emotional-landscapes.xml Log: Add height and width attributes for figure elements to enable faster page rendering Revision ChangesPath 1.4 +5 -2 xml-cocoon2/do

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

2001-10-29 Thread crossley
crossley01/10/29 19:07:47 Modified:documentation/stylesheets document2html.xsl Log: Utilise height and width attributes for figure element to enable faster page rendering Revision ChangesPath 1.4 +11 -2 xml-cocoon2/documentation/stylesheets/document2html.xsl

Re: cvs commit: xml-cocoon2/documentation/xdocs license.xml

2001-10-29 Thread David Crossley
Hi Vadim, i was just aligning license.xml with LICENSE. The former had it hard-coded. The token @year@ is defined in build.xml to expand to the date-range "1999-2001". Yes, "year" was a strange choice of token names, but that is what is currently used. --David Vadim said: > I'm not a lawyer, etc,

[PATCH] Major and urgent changes to XML:DB generators

2001-10-29 Thread Gianugo Rabellino
Ciao, I don't know how it happened, but it looks like there has been a major problem with the XML:DB generators: a bunch of imports just disappeared from 1.1 and 1.2 CVS version, and this is causing a bad compile failure. Being the generators optional I found out this only today, when I started p

Avalon i18n support updated (also a small patch for I18nTransformer)

2001-10-29 Thread Neeme Praks
I made some major updates to the Avalon i18n support, to make it less coupled to XMLResourceBundle and to provide hooks for extending the base functionality. Short summary of the changes: -- * added org.apache.avalon.excalibur.i18n.ResourceBundle "behavioral" interface * moved all non XML

Re: Subject: Lucene as Avalon Component?

2001-10-29 Thread Bernhard Huber
hi, david thanks for the links to z39.50. I read a bit about that protocol, but as I understand supporting z39.50 might require to write an avalon block implementing the z39.50 server, that's at the moment a bit too much for me, learning avalon in depth + z39.50, anyway thanks! - Originalnach

[PATCH]Minor tweaks to the XML:DB generators

2001-10-29 Thread Gianugo Rabellino
Ciao, can any committer update the XML:DB generators with the following minor patch please? It's just a small set of tweaks to make error levels a bit more consistent, together with some typo and indentation fixing. TIA, -- Gianugo Rabellino xmldb.diff ---

Re: Release Candidate 2

2001-10-29 Thread Gianugo Rabellino
> 2) Documentation updates (this area lacks most) >We could move this to the final release. I hope I can be able to help you out later this week (starting from thursday): I can send you some more documentation by friday, but this is pretty close to the deadline. Ciao, -- Gianugo Rabellino

Re: [STATUS] architecture design

2001-10-29 Thread Gianugo Rabellino
> >Halfway there, hope to have a working version by the end of this week... > >:) > > > How difficult is it to write such a new protocol ? I am currently > working on integrating Cocoon 2 with Documentum, and we are planning to > add a "docbase" protocol for accessing XML documents directly from >

Re: [STATUS] architecture design

2001-10-29 Thread Michael Hartle
Gianugo Rabellino wrote: >>>Ok, you guys add more comments if you need to. >>> >>There is still some thought in my mind about dbXML (or other XML >>DBs) which could result in a new protocol for a Source of XML. >> >Halfway there, hope to have a working version by the end of this week... >:) > How

Re: [STATUS] architecture design

2001-10-29 Thread Gianugo Rabellino
> > Ok, you guys add more comments if you need to. > > There is still some thought in my mind about dbXML (or other XML > DBs) which could result in a new protocol for a Source of XML. Halfway there, hope to have a working version by the end of this week... :) Ciao, -- Gianugo Rabellino -

cvs commit: xml-cocoon2/webapp sitemap.xmap

2001-10-29 Thread ovidiu
ovidiu 01/10/29 13:55:39 Modified:webapp sitemap.xmap Log: Add a different pipeline for xscript/soap-getquote1, as it uses an additional transformer. Revision ChangesPath 1.60 +9 -0 xml-cocoon2/webapp/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/xscript XScriptManager.java XScriptManagerImpl.java XScriptObject.java XScriptObjectFromURL.java

2001-10-29 Thread ovidiu
ovidiu 01/10/29 13:53:58 Modified:src/org/apache/cocoon/components/xscript XScriptManager.java XScriptManagerImpl.java XScriptObject.java XScriptObjectFromURL.java Log: Don't expose the ComponentManager from XScriptManagerImpl to the

Re: external-graphic

2001-10-29 Thread giacomo
On Mon, 29 Oct 2001, Adnan Zelkanovic wrote: Please don't cross posts along many lists! This is a usage question and doesn't belong to the dev list. Giacomo > I have a very big problem: > > "external-graphic" doesn't work with my Cocoon2. If I run my xml/xsl-files > without Cocoon2 from fop.ba

RE: [RT] Resource Garbage Collection

2001-10-29 Thread Vadim Gritsenko
Carsten, Could the behavior of RequestModelComponent achieved by using object model: if(environment.getObjectModel().get("statistics")==null) environment.getObjectModel().put("statistics", new X()) I used (something like) this when implemented profiler... PS Not that I

RE: cocoon:/ and content aggregation

2001-10-29 Thread Vadim Gritsenko
> -Original Message- > From: Torsten Curdt [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 29, 2001 11:34 AM > To: [EMAIL PROTECTED] > Subject: RE: cocoon:/ and content aggregation > > Found the cocoon:// way... > > Does cocoon:// mean "parent sitemap" or "root sitemap"? cocoon:/ - t

Re:Re: Redirection

2001-10-29 Thread reinhard_poetz
the problem is that "server1" can't be reached from external clients (behind a firewall) and therefore I need the "ProxyPassReverse"-mechanism of the Apache-Webserver but within Cocoon2 example: www.myserver.com/xxx should be internally redirected to server1:8080/xxx --> server1:8080 can't be rea

[RT] semantic searching

2001-10-29 Thread Stefano Mazzocchi
Ciao, Bernhard started a great thread about adding search capabilities with lucene, but I'd love to give some more impressions on that. Bernhard Huber wrote: > > In a perfect world (but we aim for that, right?) we should have an > > abstracted search engine behavioral interface (future compatib

Re: Redirection

2001-10-29 Thread Michael McKibben
Could you use the redirect-to to hit the proxy url in your Apache configuration? I.e. (in sitemap) (in http.conf) ProxyPass /proxy/xxx http://server1:8080/xxx ProxyPassReverse /proxy/xxx http://server1:8080/xxx Regards, --mike On Mon, 29 Oct 2001 [EMAIL PROTECTED] wrote: > > The Apache Web

RE: indentation patch

2001-10-29 Thread Carsten Ziegeler
Hi Gregory, thanks for your patch - it's applied. Such improvements for readability are always welcome. Carsten > -Original Message- > From: Gregory Steuck [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 25, 2001 4:41 AM > To: [EMAIL PROTECTED] > Subject: indentation patch > > >

RE: XML validation during build docs

2001-10-29 Thread Carsten Ziegeler
Hi David, I just updated the JaxpParser of 2.1 to be configurable. Currently you can turn on validation by specifying the parser in the cocoon.xconf and add a parameter: to the configuration. This is the good news. The bad news is: now all xml documents are validated. Whereas this seems great i

RE: Problem with action set which contains one action (Bug in cocoon-2.0rc1a?)

2001-10-29 Thread Carsten Ziegeler
Hi Michael, your "addcollection" action is bound to a request parameter called "AddCollection" via the action attribute. So if you use this action-set, the action is only invoked if the parameter is specified. If the request parameter is missing, the action is not invoked and the included stateme

RE: [RT] Resource Garbage Collection

2001-10-29 Thread Carsten Ziegeler
Yes, garbage collection of resources seems to be a must-have. Four weeks ago we discussed with Stefano a similar approach which would fit in my eyes directly into this concept (See http://marc.theaimsgroup.com/?t=10019776907&w=2&r=1 for the full thread). The concept summarized: A new marker

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

2001-10-29 Thread Ovidiu Predescu
On Mon, 29 Oct 2001 09:03:50 -0500, Berin Loritsch <[EMAIL PROTECTED]> wrote: > giacomo wrote: > > > > On Sun, 28 Oct 2001, Ovidiu Predescu wrote: > > > > > On Sat, 27 Oct 2001 23:02:29 +0200 (CEST), giacomo <[EMAIL PROTECTED]> wrote: > > > > > > > On Fri, 26 Oct 2001, Berin Loritsch wrote: > >

Redirection

2001-10-29 Thread reinhard_poetz
The Apache Webserver provides a proxy module. This module enables the redirection of URLs in the background (the user who enters the URL in his browser will not know that this request is served by another web server) - for example: ProxyPass /xxx http://server1:8080/xxx ProxyPassReverse /xxx ht

RE: cocoon:/ and content aggregation

2001-10-29 Thread Torsten Curdt
Found the cocoon:// way... Does cocoon:// mean "parent sitemap" or "root sitemap"? But still the questions remain... -- Torsten > -Original Message- > From: Torsten Curdt [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 29, 2001 4:59 PM > To: Cocoon-Dev > Subject: cocoon:/ and content

cocoon:/ and content aggregation

2001-10-29 Thread Torsten Curdt
AFAIK the cocoon: protocol has a scope of the current sitemap. But I need to aggregate a resource from the parent sitemap. Since it is also at the servlet context I tried: ... ... This did not work. Then I tried: ...

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

2001-10-29 Thread cziegeler
cziegeler01/10/29 07:31:50 Modified:src/org/apache/cocoon/servlet CocoonServlet.java Log: Indentation patch Submitted by: Gregory Steuck [[EMAIL PROTECTED]] Revision ChangesPath 1.49 +2 -2 xml-cocoon2/src/org/apache/cocoon/servlet/CocoonServlet.java Inde

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

2001-10-29 Thread cziegeler
cziegeler01/10/29 07:31:22 Modified:src/org/apache/cocoon/servlet Tag: cocoon_20_branch CocoonServlet.java Log: Indentation patch Submitted by: Gregory Steuck [[EMAIL PROTECTED]] Revision ChangesPath No revision No

external-graphic

2001-10-29 Thread Adnan Zelkanovic
I have a very big problem: "external-graphic" doesn't work with my Cocoon2. If I run my xml/xsl-files without Cocoon2 from fop.bat, then it works perfect. The generated pdf-file contains the image. But if I try to generate the pdf with Cocoon2 "on the fly", the generated pdf-file doesn't contain

RE: [RTl] i18n transformer

2001-10-29 Thread Peter Royal
>Hm.. on the first glance this looks more like a DictionarySelector/Factory >to me. >(Did I get this wrong?) But there is already a XMLResourceBundleFactory >used in the current i18n transformer implementation. Yes, but the current I18nTransformer creates a private instance of the XMLResourceB

RE: cvs commit: xml-cocoon2/documentation/xdocs license.xml

2001-10-29 Thread Vadim Gritsenko
David, I'm not a lawyer, etc, but it looks to me that 1999-@year@ is better then just @year@. What do you think? :) Vadim > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 29, 2001 8:32 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: xml

Re: Singleton Component?

2001-10-29 Thread Berin Loritsch
Ovidiu Predescu wrote: > > Is it possible to create a Component which is a singleton? I can > implement the singleton myself but I was hoping to reuse an already > implemented pattern from Avalon. Extend the following interface: org.apache.avalon.framework.thread.ThreadSafe This will share one

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

2001-10-29 Thread Berin Loritsch
giacomo wrote: > > On Sun, 28 Oct 2001, Ovidiu Predescu wrote: > > > On Sat, 27 Oct 2001 23:02:29 +0200 (CEST), giacomo <[EMAIL PROTECTED]> wrote: > > > > > On Fri, 26 Oct 2001, Berin Loritsch wrote: > > > > > > > > /** > > > > > * Return the ComponentManager managing this instance. >

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

2001-10-29 Thread crossley
crossley01/10/29 05:34:56 Modified:documentation/xdocs Tag: cocoon_20_branch license.xml Log: Use Ant replacement macro @year@ (was hard-coded "1999-2000") Revision ChangesPath No revision No revision 1.1.2.3 +1 -1

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

2001-10-29 Thread crossley
crossley01/10/29 05:31:59 Modified:documentation/xdocs license.xml Log: Use Ant replacement macro @year@ (was hard-coded "1999-2000") Revision ChangesPath 1.3 +1 -1 xml-cocoon2/documentation/xdocs/license.xml Index: license.xml =

Re: [C2]: Release Candidate 2

2001-10-29 Thread Joerg Henne
Carsten, Carsten Ziegeler wrote: > > So anything missing here? it would probably be a good idea to apply the patch I posted a while ago (and attached to this message). The patch causes a siginificant performance improvement for most serializers. Joerg Henne Hi, the Cocoon2 serializers for t

Re: [C2]: Release Candidate 2

2001-10-29 Thread David Crossley
Carsten wrote: > Hi Team, > > some days ago we decided to make the release candidate 2 > on next monday (5th of november). > > The question is now, what has to be done until then? > > 1) We have many open bugs in bugzilla. These must be reviewed >and then solved (or declared invalid etc). >

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/parser JaxpParser.java

2001-10-29 Thread cziegeler
cziegeler01/10/29 04:22:01 Modified:.changes.xml src/org/apache/cocoon Cocoon.java src/org/apache/cocoon/components/parser JaxpParser.java Log: The JAXPParser is now Poolable and Configurable. It is theoretically possible to turn on validation

[C2]: Release Candidate 2

2001-10-29 Thread Carsten Ziegeler
Hi Team, some days ago we decided to make the release candidate 2 on next monday (5th of november). The question is now, what has to be done until then? 1) We have many open bugs in bugzilla. These must be reviewed and then solved (or declared invalid etc). 2) Documentation updates (this ar

RE: Singleton Component?

2001-10-29 Thread Gerhard Froehlich
Hi Ovidiu, I asked the same question months ago. I initiated a little discussion in avalon group. The result was, that singelton classes are/will not supported by avalon. I redesinged my idea and switched to ThreadSafe. Cheers Gerhard >-Original Message- >From: [EMAIL PROTECTED] [mailto

DO NOT REPLY [Bug 4487] New: - Debug level is aways DEBUG when hand-mounting Cocoon webapp on Tomcat4.

2001-10-29 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: [RTl] i18n transformer

2001-10-29 Thread Neeme Praks
> -Original Message- > From: Torsten Curdt [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 27, 2001 6:10 AM > Subject: RE: [RTl] i18n transformer [snip] > Hm.. on the first glance this looks more like a > DictionarySelector/Factory to me. > (Did I get this wrong?) But there is alre

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

2001-10-29 Thread Sylvain Wallez
Oh, as I don't use TC 3.3, I didn't follow this thread. Thanks for the pointer and sorry for the noise ! Sylvain. Carsten Ziegeler a écrit : > > Hi, > > see here for more information: > http://marc.theaimsgroup.com/?t=10039394415&w=2&r=1 > > Carsten > > > -Original Message- > >

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

2001-10-29 Thread Carsten Ziegeler
Hi, see here for more information: http://marc.theaimsgroup.com/?t=10039394415&w=2&r=1 Carsten > -Original Message- > From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 29, 2001 9:36 AM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: xml-cocoon2/src/org/apach

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

2001-10-29 Thread Sylvain Wallez
Ovidiu or Carsten, can you explain us what are these classloading problems ? [EMAIL PROTECTED] a écrit : > > cziegeler01/10/28 23:38:56 > > Modified:src/org/apache/cocoon/servlet Tag: cocoon_20_branch > CocoonServlet.java > Log: > Sync with 2.1: create a di