cvs commit: xml-cocoon2/xdocs docs-book.xml site-book.xml

2001-06-18 Thread cziegeler
cziegeler01/06/19 00:12:37 Modified:xdocsTag: cocoon_20_branch docs-book.xml site-book.xml Log: Started very poor documentation about caching by simply copying the old mail Revision ChangesPath No revision No revision

[C2]: Updating ToDo list

2001-06-18 Thread Carsten Ziegeler
Hello, I think we should update our ToDo list for the next beta. There are currently the following points in the ToDo list: 1. Reloading of jar-files. The class-path for the Cocoon-Servlet is only build once when the servlet is initialised. If you want to deploy other jar files you hav

moving apache cocoon web site into cocoon2

2001-06-18 Thread Donald Ball
there's been some renewed interest from the xml pmc in using cocoon2 to generate part or all of xml.apache.org. do y'all think c2 is stable and capable of performing that job? does anyone have any particular interest in spearheading this? i don't think it should be too hard to transform the styleb

[PATCH] HTTP Headers are case-insensitive (fwd)

2001-06-18 Thread Donald Ball
i would like to porpose vadim gritsenko for committer access to the apache cocoon project. his patches betray a comfortable understanding of the cocoon codebase and a willingness to hunt down bugs. votes? - donald - To unsubscr

Re: Problems initializing cocoon2

2001-06-18 Thread giacomo
On Mon, 18 Jun 2001, Carlos wrote: > Good afternoon: > > I am getting the following errors when tryinf to access cocoon2. I am > accessing it over HTTP, and using JDK 1.3.0 on Linux Redhat 7 > > 2001-06-18 03:55:53 - path="/cocoon" :ERROR 99290 [cocoon ] > (Thread-10): Cannot produce a valid

Problems initializing cocoon2

2001-06-18 Thread Carlos
Good afternoon: I am getting the following errors when tryinf to access cocoon2. I am accessing it over HTTP, and using JDK 1.3.0 on Linux Redhat 7 2001-06-18 03:55:53 - path="/cocoon" :ERROR 99290 [cocoon ] (Thread-10): Cannot produce a valid parser javax.xml.parsers.ParserConfigurationExc

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

2001-06-18 Thread giacomo
giacomo 01/06/18 14:48:50 Modified:webapp/sub Tag: cocoon_20_branch sitemap.xmap Log: fixed one of the errors concerning sub sitemaps Revision ChangesPath No revision No revision 1.2.2.1 +1 -1 xml-cocoon2/webapp/

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

2001-06-18 Thread giacomo
giacomo 01/06/18 14:48:15 Modified:webapp/sub sitemap.xmap Log: fixed one of the errors concerning sub sitemaps Revision ChangesPath 1.3 +1 -1 xml-cocoon2/webapp/sub/sitemap.xmap Index: sitemap.xmap ==

RE: [C2] storing extension

2001-06-18 Thread giacomo
On Mon, 18 Jun 2001, Vadim Gritsenko wrote: > I think he meant these files: > > > > > > > > Store.hold(): > > > > > > > When holding a object in the memory, it will be simultaneously written > > > > > > > on to filesystem. The reason is, that when for example the JVM is >restartet > > > > > > >

Re: [C2] storing extension

2001-06-18 Thread gerhard
> > Ok, > > then I will start with the implementation this week. > > One question still left: > > - where to store the files/file? My proposal: COCOON_WORKDIR/cache-files > > I've lost you here. Which files/files are you talking about? Sorry, I meant where to store the cached objects on the fs or

cvs commit: xml-cocoon2/webapp cocoon.xconf

2001-06-18 Thread giacomo
giacomo 01/06/18 13:52:11 Modified:webapp cocoon.xconf Log: fixed bug which prevents XSP from working Revision ChangesPath 1.10 +1 -1 xml-cocoon2/webapp/cocoon.xconf Index: cocoon.xconf ==

cvs commit: xml-cocoon2/webapp cocoon.xconf

2001-06-18 Thread giacomo
giacomo 01/06/18 13:51:38 Modified:webapp Tag: cocoon_20_branch cocoon.xconf Log: fixed bug which prevents XSP from working Revision ChangesPath No revision No revision 1.7.2.3 +1 -1 xml-cocoon2/webapp/cocoon.x

RE: [C2] storing extension

2001-06-18 Thread Vadim Gritsenko
I think he meant these files: > > > > > > Store.hold(): > > > > > > When holding a object in the memory, it will be simultaneously written > > > > > > on to filesystem. The reason is, that when for example the JVM is restartet > > > > > > all cached objects will be in persistent state on the file

Re: [C2] storing extension

2001-06-18 Thread giacomo
On Mon, 18 Jun 2001, gerhard wrote: > - Original Message - > From: "giacomo" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, June 17, 2001 1:09 PM > Subject: Re: [C2] storing extension > > On Sun, 17 Jun 2001, gerhard wrote: > > > > > > > Hi Team, > > > > > following proposa

Re: [PATCH] Offline content generation

2001-06-18 Thread giacomo
On Mon, 18 Jun 2001, Vadim Gritsenko wrote: > Hi everybody, > > After short investigation of Cocoon's Main.java, I understood that it was not > intended for field use (looks like experimental code). The two main problems > are: > 1. Recursive design (leads to OutOfMemory beacuse every recursive

C2: new WriteDOMSessionTransformer

2001-06-18 Thread Beauprez Sven
The last one for today :-) This is the counterpart of ReadDOMSessionTransformer. Its main purpose was to test the ReadDOMSessionTransformer and i didn't use it for something else yet, but someone might find it useful... Again, feel free to add it to C2 if you want Sven ___

C2: new ReadDOMSessionTransformer

2001-06-18 Thread Beauprez Sven
This one might be less interesting, but still useful. Most of the times, when someone has to fill in a form on a website and you need to keep the information in the session because you have to use it for the same (eg. when the user wants to fill in some parst of the same form again) or for other

Re: [C2] storing extension

2001-06-18 Thread gerhard
- Original Message - From: "giacomo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 17, 2001 1:09 PM Subject: Re: [C2] storing extension > On Sun, 17 Jun 2001, gerhard wrote: > > > > > Hi Team, > > > > following proposal for the storing extension: > > > > > > > > Store.ho

Re: document() function failing in Xalan 2.1.0 under Cocoon 1.8.2

2001-06-18 Thread Gary L Peskin
This is a problem with your classpath. You have an older version of the DOM classes in it. Check your classpath and your lib/ext directory. Gary - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAI

Re: Please help [SE3.1] & [C2-dev]

2001-06-18 Thread Donald Ball
On Mon, 18 Jun 2001, Morrison, John wrote: > Cocoon 2 _was_ working with ServletExec 3.1 at one time. I updated my C2 > sources and it's failing. *Please* take pity on me. Help!? what's it doing now? exceptions would probly be helpful. ---

Re: AW: Caching design issue

2001-06-18 Thread Michael Hartle
Carsten Ziegeler wrote: > If you have a component which depends on sitemap parameters the generated > key for this component must have all this parameters in the key. So if there > are two different pipelines with the same component but different parameters > this must be different keys for exact

[Bug 2215] New: - XSP doesn't work anymore. (HEAD)

2001-06-18 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2215 *** shadow/2215 Mon Jun 18 08:34:50 2001 --- shadow/2215.tmp.19505 Mon Jun 18 08:34:51 2001 *** *** 0 --- 1,120 + ++ + | XSP doesn't work

Re: [C2] actions, forms, etc.

2001-06-18 Thread Christian Haul
On 15.Jun.2001 -- 04:34 AM, Davanum Srinivas wrote: > Also, It will be *REALLY* helpful if you could submit a sample that shows off how to >use the > LogicSheet and actions. Finally Please consider submitting some documentation >similar to the ones > in xdocs directory to make it easy for people

Re: [C2][i18n] Patches for i18nTransformer2

2001-06-18 Thread Piroumian, Konstantin
I've updated my CVS snapshot and didn't get any differences. It seems that there were no chages since Saturday, isn't it? (There was no difference at all). Kot. - Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: "Piroumian, Konstantin" <[EMAIL PROTECTED]> Cc: <[EMAIL P

Re: CVS is down?

2001-06-18 Thread Piroumian, Konstantin
It worked. But it's so slow... - Original Message - From: "Piroumian, Konstantin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 6:28 PM Subject: CVS is down? > Hi! > > Could not update my C2 repository from CVS - it hangs while checking > x

CVS is down?

2001-06-18 Thread Piroumian, Konstantin
Hi! Could not update my C2 repository from CVS - it hangs while checking xml-cocoon2 directory. Is CVS offline or maybe our network is too slow now? Regards, Konstantin Piroumian. - To unsubscribe, e-mail: [EMAIL PROTECTED]

C2: new FilterTransformer

2001-06-18 Thread Beauprez Sven
Hi, In addition to the SQLTransformer, this one can be very handy... Feel free to add it to C2 Sven FilterTransformer.java - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

[PATCH] Offline content generation

2001-06-18 Thread Vadim Gritsenko
Hi everybody, After short investigation of Cocoon's Main.java, I understood that it was not intended for field use (looks like experimental code). The two main problems are: 1. Recursive design (leads to OutOfMemory beacuse every recursive call requires stack of local variables, which includes M

[review] Cocoon support in Borland JBuilder 5 Enterprise

2001-06-18 Thread Stefano Mazzocchi
People, in case you didn't know, Borland JBuilder 5 Enterprise Edition ships with Apache Cocoon and adds a set of tools and wizards that simplify the development of Cocoon-powered solutions. A couple of hours ago, I received a full copy of the baby (many thanks to Borland for this 3500$ gift!) a

[PATCH] To prevent OutOfMemory errors...

2001-06-18 Thread Vadim Gritsenko
Hello, I found that sitemap is not releasing EventPipelines as it should, which is the reason of OutOfMemory errors I got recently... Patch is attached. Thanks, Vadim sitemap.xsl.diff - To unsubscribe, e-mail: [EMAIL PROTECTE

[PATCH] HTTP Headers are case-insensitive

2001-06-18 Thread Vadim Gritsenko
Hello everybody, I found that CommandLineRequest does not treat headers correctly, so "User-Agent" and "user-agent" would be two different headers if using this request. Patch is attached to fix this problem. Also, some request header - related code fixed in TraxTransformer also. I'm not sure ab

Please help [SE3.1] & [C2-dev]

2001-06-18 Thread Morrison, John
Cocoon 2 _was_ working with ServletExec 3.1 at one time. I updated my C2 sources and it's failing. *Please* take pity on me. Help!? John. === Information in this email and any attachments are confidential, and may not be cop

Re: sitemap component selector (was: sub sitemap broken)

2001-06-18 Thread Sergio Carvalho
I also get the same error by requesting a page from the sub-sitemap with a ?cocoon-reload=true parameter. On Mon, 18 Jun 2001 11:56:59 +0200 "Torsten Curdt" <[EMAIL PROTECTED]> wrote: > What I found out so far > > 1) When I start with a clean repository everything seems to work... > 2) Re

document() function failing in Xalan 2.1.0 under Cocoon 1.8.2

2001-06-18 Thread Edwards, Jayme
Hello,   I've been using Xalan 2.1.0 with Cocoon 1.8.2 by configuring a Xalan2Transformer I wrote to adapt Xalan2 to Cocoon. You just compile this class under whatever package name you want and set it as the transformer property in your cocoon.properties file. The code for the transformer

sitemap component selector (was: sub sitemap broken)

2001-06-18 Thread Torsten Curdt
What I found out so far 1) When I start with a clean repository everything seems to work... 2) Restarting Tomcat a second time shows the bug. I checked the SitemapComponentSelector. The parent selector is always set - never null. That's really strange! What's the difference to a clean repos

C2: extended SQLTransformer

2001-06-18 Thread Beauprez Sven
Hi, I rewritten some parts of and added some new features to the SQLTransformer. Overall there were too many changes to make a diff, so i posted the complete source file and also a txt with some explanation. The biggest change is that it now uses prepared and callable statements. The biggest add

RE: [C2] Problems with cocoon_20_branch

2001-06-18 Thread Ignacio J. Ortega
HOla a todos: Sorry for repliying to myself, perhaps is better to post a bug with this findings on nagoya? I'm saying something stupid, or that belongs to Cocoon-user? Any comment will be appreciated, TIA Saludos , Ignacio J. Ortega > -Mensaje original- > De: Ignacio J. Ortega [mailt