[patch] entity catalogs - xdocs and samples

2001-08-23 Thread David Crossley
Attached is a collection of bits to support the new facility for entity catalogs. There is a README inside the tar file that describes where each piece needs to go. There is a doco page xdocs/catalog.xml, a new sample, a default catalog, some default entities, an example CatalogManager.properties,

Re: AW: AW: IT'S TIME TO REDO YOUR TESTS, GENTLEMEN!

2001-08-23 Thread Berin Loritsch
Gerhard Froehlich wrote: > > > >The Monitor class is in Excalibur's scratchpad section--awaiting > >the soon inclusion > >in the main excalibur jar. > Sounds very cool. But when you have many resources isn't it dangerous > that this collection becomes to big? They are light-weight resources, and

cvs commit: xml-cocoon2/webapp/sub/stylesheets simple-samples2html.xsl

2001-08-23 Thread vgritsenko
vgritsenko01/08/23 18:30:37 Modified:webapp/sub/stylesheets Tag: cocoon_20_branch simple-samples2html.xsl Log: version number Revision ChangesPath No revision No revision 1.1.2.2 +1 -1 xml

cvs commit: xml-cocoon2/webapp/sub/stylesheets simple-samples2html.xsl

2001-08-23 Thread vgritsenko
vgritsenko01/08/23 18:29:36 Modified:webapp/sub/stylesheets simple-samples2html.xsl Log: version number Revision ChangesPath 1.2 +1 -1 xml-cocoon2/webapp/sub/stylesheets/simple-samples2html.xsl Index: simple-samples2html.xsl

cvs commit: xml-cocoon2/webapp/sub/stylesheets simple-samples2html.xsl error2html.xsl

2001-08-23 Thread vgritsenko
vgritsenko01/08/23 18:22:24 Modified:webapp/sub Tag: cocoon_20_branch sitemap.xmap webapp/sub/docs Tag: cocoon_20_branch samples.xml webapp/sub/stylesheets Tag: cocoon_20_branch error2html.xsl Added: webapp/sub/docs Tag: cocoon_20_branch error-givin

cvs commit: xml-cocoon2/webapp/sub/stylesheets simple-samples2html.xsl error2html.xsl

2001-08-23 Thread vgritsenko
vgritsenko01/08/23 18:20:10 Modified:webapp/sub sitemap.xmap webapp/sub/docs samples.xml webapp/sub/stylesheets error2html.xsl Added: webapp/sub/docs error-giving-page.xml hello-page.xml simple.xsp webapp/sub/s

RE: [C2 diff] mru store gc logging

2001-08-23 Thread Vadim Gritsenko
Thanks, applied. BTW, what do you think about while() loop just below debug() statement? It looks to me then when this situation arises there are chances that storage whould be empty before GC would be kicked again... Do you want to look into this? Vadim > -Original Message- > From: Ma

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/store MRUMemoryStore.java

2001-08-23 Thread vgritsenko
vgritsenko01/08/23 17:33:48 Modified:src/org/apache/cocoon/components/store Tag: cocoon_20_branch MRUMemoryStore.java Log: Patch from Marcus Crafter [[EMAIL PROTECTED]] Revision ChangesPath No revision No

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/store MRUMemoryStore.java

2001-08-23 Thread vgritsenko
vgritsenko01/08/23 17:33:10 Modified:src/org/apache/cocoon/components/store MRUMemoryStore.java Log: Patch from Marcus Crafter [[EMAIL PROTECTED]] Revision ChangesPath 1.15 +8 -0 xml-cocoon2/src/org/apache/cocoon/components/store/MRUMemoryStore.java Index

AW: AW: [C2] little caching issue

2001-08-23 Thread Gerhard Froehlich
Hi, forget it, the problem was that the get() method of the mrustore didn't looked on fs anymore. this bug was fixed by rick yesterday objects _are_ removed from the store fs and memory! Sorry for making noise Cheers Gerhard >-Ursprüngliche Nachricht- >Von: Gerhard Froehlich [mailto:[EM

AW: AW: IT'S TIME TO REDO YOUR TESTS, GENTLEMEN!

2001-08-23 Thread Gerhard Froehlich
>I have created and Active Monitor class that would help us >minimize the number >of accesses to the webapp resources. Using the FileResource, we >can register >and class (i.e. the cache, etc.) with a PropertyChangeListener. >That listener >will recieve messages who's name is the same as the

Re: [C2] [2.1-dev] proposed changes to the Source interface

2001-08-23 Thread Ovidiu Predescu
On Thu, 23 Aug 2001 10:06:31 +0200, Sylvain Wallez <[EMAIL PROTECTED]> wrote: > Ovidiu Predescu wrote: > > Sylvain, > > > > On Thu, 16 Aug 2001 10:52:25 +0200, Sylvain Wallez ><[EMAIL PROTECTED]> wrote: > > > > > >>>public interface XMLFragment > >>>{ > >>> void toSAX(ContentHandler handler

[C2 diff] mru store gc logging

2001-08-23 Thread Marcus Crafter
Hi All, Attached is a simple patch adding some logging before and after the garbage collector is invoked in the MRUMemoryStore. Hopefully this can give us some indication as to how much has been freed, and what is available. Diff is against the cocoon_20_b

Re: [C2] cocoon:/ url's don't work from root to subsitemap

2001-08-23 Thread Davanum Srinivas
Dev Team, Can some one look into this? I have added a test case for this in C2.1 CVS. - Try http://localhost:8080/cocoon/welcome.source - THIS WORKS!!! - Try http://localhost:8080/cocoon/sub/welcome.source - THIS DOES NOT WORK Thanks, dims PS: FYI, Am on a mini vacation till Aug 28th.

cvs commit: xml-cocoon2/webapp/stylesheets simple-xml2html.xsl

2001-08-23 Thread dims
dims01/08/23 10:46:20 Modified:webapp sitemap.xmap Added: webapp/stylesheets simple-xml2html.xsl Log: Adding test case for accessing sub sitemap using "cocoon:" protocol. - Try http://localhost:8080/cocoon/welcome.source - THIS WORKS!!! - Try http://localhost:80

RE: [C2] sitemap creation threading issue ?

2001-08-23 Thread Michael McKibben
Thanks for the link. This is the best explaination I've read so far. Now I have to go fix all my buggy code!! Regards, --mike -Original Message- From: Leo Sutic [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 1:08 AM To: [EMAIL PROTECTED] Subject: RE: [C2] sitemap creation th

[C2] cocoon:/ url's don't work from root to subsitemap

2001-08-23 Thread Stuart Roebuck
I've got a root sitemap containing the following simple matcher: > > > > > > > It simply takes any url that returns XML followed by ".source" and returns it as an HTML representation. ( - my browser doesn't like displaying straight XML) Ho

cvs commit: xml-cocoon2/src/org/apache/cocoon/generation XMLDBCollectionGenerator.java

2001-08-23 Thread dims
dims01/08/23 07:43:29 Modified:src/org/apache/cocoon/generation XMLDBCollectionGenerator.java Log: Typo in XMLDBCollectionGenerator.java Revision ChangesPath 1.2 +1 -1 xml-cocoon2/src/org/apache/cocoon/generation/XMLDBCollectionGen

Re: Patches and additions to XML:DB

2001-08-23 Thread Gianugo Rabellino
On Thu, Aug 23, 2001 at 06:02:44AM -0700, Davanum Srinivas wrote: > > I'm sending a set of patches to the XML:DB generator that allow > > for better performance and error handling: can anyone with > > commit karma do the update please? > Gianugo, > Updated C2.1, Please take a look. Great Dims, t

wrong java code in sidemap,java

2001-08-23 Thread Klaus Bertram
Hi all, here are code form the sitemap.xmap and the corosponding sitemap_xmap.java The sessionstate & next-page-page match can't redirect. the sides always redirect to "dynamic-page2" the java file test if(true) .. but on what I cant find the generated file to fix it, so its your turn Klaus Bert

cvs commit: xml-cocoon2/xdocs faq.xml

2001-08-23 Thread dims
dims01/08/23 06:04:37 Modified:xdocsTag: cocoon_20_branch faq.xml Log: "Proposed addition and corrections to faq.xml" from Gianugo Rabellino <[EMAIL PROTECTED]> Revision ChangesPath No revision No revision 1.1.

cvs commit: xml-cocoon2/xdocs faq.xml

2001-08-23 Thread dims
dims01/08/23 06:03:58 Modified:xdocsfaq.xml Log: "Proposed addition and corrections to faq.xml" from Gianugo Rabellino <[EMAIL PROTECTED]> Revision ChangesPath 1.15 +14 -1 xml-cocoon2/xdocs/faq.xml Index: faq.xml =

Re: AW: IT'S TIME TO REDO YOUR TESTS, GENTLEMEN!

2001-08-23 Thread Berin Loritsch
Gerhard Froehlich wrote: > > Hi, > According to my tracing tool (OptimizeIT) most of the cpu time was consumed > by the method java.util.ZipFile.open(). As I traced down the thread > the first "core" method from cocoon I hit in this tree of method invocations > was the process() method of the Cac

Re: Patches and additions to XML:DB

2001-08-23 Thread Davanum Srinivas
Gianugo, Updated C2.1, Please take a look. Thanks, dims --- Gianugo Rabellino <[EMAIL PROTECTED]> wrote: > Ciao, > > I'm sending a set of patches to the XML:DB generator that allow > for better performance and error handling: can anyone with > commit karma do the update please? > > Enclosed yo

cvs commit: xml-cocoon2/xdocs xmldbcollection-generator.xml

2001-08-23 Thread dims
dims01/08/23 05:55:47 Added: src/org/apache/cocoon/generation XMLDBCollectionGenerator.java xdocsxmldbcollection-generator.xml Log: Missed some files in "Patches and additions to XML:DB" from "Gianugo Rabellino <[EMAIL PROTECTED]>"

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

2001-08-23 Thread dims
dims01/08/23 05:54:58 Modified:.build.xml src/org/apache/cocoon/generation XMLDBGenerator.java xdocsdocs-book.xml generators.xml Log: "Patches and additions to XML:DB" from "Gianugo Rabellino <[EMAIL PROTECTED]>" Revision Changes

RE: [c2] MRUMemoryStore bug & patch

2001-08-23 Thread Vadim Gritsenko
Thanks, Applied with small change: add to mrulist only existing objects ;) Vadim > -Original Message- > From: Rick Tessner [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 22, 2001 11:39 PM > To: [EMAIL PROTECTED] > Subject: [c2] MRUMemoryStore bug & patch > > > Hello all, > > Th

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/store MRUMemoryStore.java

2001-08-23 Thread vgritsenko
vgritsenko01/08/23 05:22:24 Modified:src/org/apache/cocoon/components/store Tag: cocoon_20_branch MRUMemoryStore.java Log: Rick Tessner [[EMAIL PROTECTED]] Revision ChangesPath No revision No revision

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/store MRUMemoryStore.java

2001-08-23 Thread vgritsenko
vgritsenko01/08/23 05:20:34 Modified:src/org/apache/cocoon/components/store MRUMemoryStore.java Log: patch from Rick Tessner [[EMAIL PROTECTED]] Revision ChangesPath 1.14 +29 -27 xml-cocoon2/src/org/apache/cocoon/components/store/MRUMemoryStore.java Index:

Re: error on DatabaseAuthenticatorAction

2001-08-23 Thread Martin Man
Dne 22. srpen 2001, <[EMAIL PROTECTED]> napsal: > Hi all, > > I have updated from cocoon_20_branch a new version. > after installing and test of the default samples, there is a bug in the > DatabaseAuthenticatorAction > no Where params are adding to the sql. > ooops, my error, will fix it tomor

Re: AW: [C2] little caching issue

2001-08-23 Thread Gerhard Froehlich
> >> > I can fix this, if you want... > << > > Carsten is away for a couple of weeks - so go ahead with any changes. lucky boy :) Ok I will do Cheers Gerhard -- Gerhard Fröhlich [EMAIL PROTECTED] "black holes are, when GOD is dividing by zero" GMX - Die Kommunikationsplattform im Internet.

AW: [C2] little caching issue

2001-08-23 Thread Matthew Langham
Gerhard, >> I can fix this, if you want... << Carsten is away for a couple of weeks - so go ahead with any changes. Matthew -- Open Source Group sunShine - Lighting up e:Business = Matthew Langham, S&N AG, Klingender

Re: [C2] [2.1-dev] proposed changes to the Source interface

2001-08-23 Thread Sylvain Wallez
Ovidiu Predescu wrote: > Sylvain, > > On Thu, 16 Aug 2001 10:52:25 +0200, Sylvain Wallez <[EMAIL PROTECTED]> >wrote: > > >>>public interface XMLFragment >>>{ >>> void toSAX(ContentHandler handler) throws SAXException; >>> void toSAX(XMLConsumer consumer) throws SAXException; >>> void toDOM(

[C2] little caching issue

2001-08-23 Thread Gerhard Froehlich
Hi, I've little issue for our CachingPiplines. Following problem: If the cache gets a not valid object from the store it generates a new key and insert the object new in the store (memory and fs if configured). The not valid key is never removed (memory and fs). If the CachePipelines would call St

AW: LoadTest

2001-08-23 Thread Matthew Langham
Quick question for those of you using Apache+Tomcat: ajp13 or ajp12? From what I have read ajp13 is faster - is this your experience as well and are there any "gotchas"? Matthew -- Open Source Group sunShine - Lighting up e:Business =