RE: SQLTransformer: the last one?

2001-08-20 Thread tom . klaasen
Looks A-OK, thanks. tomK > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Sent: maandag 20 augustus 2001 19:29 > To: [EMAIL PROTECTED] > Subject: Re: SQLTransformer: the last one? > > > Tom, > Checked in. Please cross-check. > > Thanks, > dims > > --- [EMAIL

Re: [Docs] General Planning

2001-08-20 Thread Ovidiu Predescu
Hi Berin, On Mon, 20 Aug 2001 10:12:16 -0400, Berin Loritsch <[EMAIL PROTECTED]> wrote: > The 1st order of business is the _requirement_ of both > printable and browsable documentation. The Printable > docs will be a very simple markup, with minimal graphics. > They will have *no* navigation li

Re: [C2 patch] appending to cocoon.log

2001-08-20 Thread Piroumian, Konstantin
Hi, Marcus and all! > Hi Vadim, > > On Sat, 18 Aug 2001, Vadim Gritsenko wrote: > > > Hm. Interesting question. :) > > I just modified this so it's compatible with other boolean settings. > > "True" might be overkill - next thing you know people will ask about internationalization ;) > > *nod* Po

Re: [C2][donation] XML:DB generator

2001-08-20 Thread Craeg K. Strong
Gianugo Rabellino wrote: >since an XML:DB compliant database can be seen (roughly) as >a "xpath-enabled" filesystem where directories are called Collections ans >files are called Resources, it might make sense to write something like the >DirectoryGenerator in order to query Collections and singl

Re: Is this a Xalan issue? (was Fwd: [C2 patch] Incorrect serialization toXML)

2001-08-20 Thread Scott_Boag
Yes, it is a general Xalan issue, for both serializers and for input SAX events for the source tree. There has been some discussion about reworking the namespace handling in the serializers (see http://marc.theaimsgroup.com/?t=9974111761&w=2&r=1). And note the long outstanding bug in bugzil

Naming and patterns

2001-08-20 Thread Laran Coates
I've been going over some old design patterns today and I noticed that the new Monitor framework seems to conform to the Observer pattern. Also, the Action seems to conform pretty well to the Command pattern. Am I right about this? How much is everyone using patterns in the design decisions?

Source intergace: release() or recycle()?

2001-08-20 Thread Vadim Gritsenko
Cocooners, Let's decide on this. Two opinions were expressed (see Re: [PROPOSAL] Changing Source interface thread): > It seems that calling this method is necessary. I am +1 on release() > as the source is not recycled. > >Carsten And: > The Recyclable interface is for any object--not just com

Re: [C2][donation] XML:DB generator

2001-08-20 Thread Gianugo Rabellino
> This sounds like just what the Doctor ordered! We have been looking for > a good solution to the > problem of query/update of XML fragments within a large pool of documents. Thanks Craeg. In order to have a full XML:DB support, though, there is still some work to do: since an XML:DB compliant

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

2001-08-20 Thread Ovidiu Predescu
Hi Dims, This sounds great! I'll go ahead and do the work, test it and then post the patches. Thanks, Ovidiu On Mon, 20 Aug 2001 05:56:32 -0700 (PDT), Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Ovidiu, > > Sounds Great! Since no one objected.Please go ahead and submit patches >aga

Problem with handle-errors and sub-sitemap

2001-08-20 Thread Vadim Gritsenko
Carsten, I found one more problem after your checkin "Redesigned the handling of the cocoon: protocol" with handle-errors elements and sub-sitemaps. If exception is thrown in subsitemap, handle-error in parent sitemap can not be handled correctly as state of the environment (namely, "prefix" a

cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap Manager.java

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 14:49:15 Modified:src/org/apache/cocoon/environment Tag: cocoon_20_branch Environment.java AbstractEnvironment.java src/org/apache/cocoon/sitemap Tag: cocoon_20_branch Manager.java Log: QUICK FIX to ma

cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap Manager.java

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 14:47:30 Modified:src/org/apache/cocoon/environment Environment.java AbstractEnvironment.java src/org/apache/cocoon/sitemap Manager.java Log: QUICK FIX to make handle-errors work again. Revision ChangesPath 1.10

RE: More on Debugging Cocoon2 in VAJ

2001-08-20 Thread Kaufman, Noah
Hi, Joerg! Hmm, okay - we have already added the IBM IDE Utility classes to our workspace. We then imported the Java source for Cocoon 2 into its own project in the workspace. We then created individual projects for all of the various components that Cocoon 2 uses (e.g. Ant, Avalon, Bat

AW: [C2] Loadtest

2001-08-20 Thread Stefan Seifert
> > - the first one is a project for a cocoon-based web site > with 3 dozens > >tables and a couple SQL Statements using ESQL for each page > request. I > >served 50 simulatnous user without acceptable performance degradation > >and _without_ caching (only XSL Stylesheets were cached). > CPU t

Re: [C2][donation] XML:DB generator

2001-08-20 Thread Davanum Srinivas
Craeg, If we get good feedback, patches, stress-tests, samples, docs from users like yourself i a week or two, then we can ask for a formal [VOTE]. If not, it will be there in C2.1 repository and you guys can port it back to C2.0 in your environment. Thanks, dims --- "Craeg K. Strong" <[EMAIL

Re: [C2][donation] XML:DB generator

2001-08-20 Thread Craeg K. Strong
giacomo wrote: >On Mon, 20 Aug 2001, Davanum Srinivas wrote: > >>Gianugo, >>Thanks a ton for taking the time to submit a new Generator...I have checked in the >diff's, .java >>and .xml files. Please take a look and see if anything is broken. I have not checked >in any of the >>jars as this is a

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

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 13:24:34 Modified:src/org/apache/cocoon Tag: cocoon_20_branch Cocoon.java Log: restore environment state Revision ChangesPath No revision No revision 1.9.2.13 +5 -3 xml-cocoon2/src/org/apache/co

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

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 13:23:52 Modified:src/org/apache/cocoon Cocoon.java Log: restore environment state Revision ChangesPath 1.19 +5 -3 xml-cocoon2/src/org/apache/cocoon/Cocoon.java Index: Cocoon.java ===

[C2 patch] Incorrect serialization to XML

2001-08-20 Thread Joerg Henne
Hi, the way I read the SAX specification, the qName (or raw name) of elements that is passed to the callback methods is of purely informal character and does not necessarily contain the full (raw) element name. However, C2's serialization to XML results in the qName being used to name the output

AW: [C2] Loadtest

2001-08-20 Thread Gerhard Froehlich
Hi, >Did you ever try the Web Stress Tool vom Microsoft >(http://webtool.rte.microsoft.com)? >Its for free, and has lot of options to simulate simultanous load, and >you can record real-world sample scripts on the fly using IE. Of course, >you're not limited to test windows systems, only the clien

RE: [C2 patch] appending to cocoon.log

2001-08-20 Thread John Morrison
> -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: Monday, 20 August 2001 8:07 pm > To: [EMAIL PROTECTED] > Subject: RE: [C2 patch] appending to cocoon.log > > > > -Original Message- > > From: Marcus Crafter [mailto:[EMAIL PROTECTED]] > > Sent: Monday

AW: [C2] Loadtest

2001-08-20 Thread Stefan Seifert
Did you ever try the Web Stress Tool vom Microsoft (http://webtool.rte.microsoft.com)? Its for free, and has lot of options to simulate simultanous load, and you can record real-world sample scripts on the fly using IE. Of course, you're not limited to test windows systems, only the client is a wi

RE: [C2 patch] small logging change

2001-08-20 Thread Vadim Gritsenko
Thanks again, Vadim > -Original Message- > From: Marcus Crafter [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 20, 2001 1:46 PM > To: Cocoon Developers Mailing List > Subject: [C2 patch] small logging change > > > Hi All, > > No great changes here. Just a small diff to keep t

RE: [C2 patch] appending to cocoon.log

2001-08-20 Thread Marcus Crafter
On Mon, 20 Aug 2001, Vadim Gritsenko wrote: > > True equates to false, not what most would expect > > TRUE equates to false, not what most would expect > > > > This could cause some configuration woes for the unwary. > > Point taken :) :-)

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

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 12:18:46 Modified:src/org/apache/cocoon/components/store Tag: cocoon_20_branch MRUMemoryStore.java Log: Patch from Marcus Crafter "small logging change" Revision ChangesPath No revision No

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

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 12:16:27 Modified:src/org/apache/cocoon/components/parser JaxpParser.java src/org/apache/cocoon/components/store MRUMemoryStore.java Log: Patch from Marcus Crafter "small logging change" Revision ChangesPath 1.7 +2 -2 xml-coc

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

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 11:57:57 Modified:src/org/apache/cocoon/servlet CocoonServlet.java Log: Consistent web.xml parameters (allow true/yes, ignore case) Revision ChangesPath 1.33 +13 -13xml-cocoon2/src/org/apache/cocoon/servlet/CocoonServlet.java Index: Cocoo

Re: AW: [C2] Release

2001-08-20 Thread giacomo
On Mon, 20 Aug 2001, Sylvain Wallez wrote: > giacomo wrote: > > On Thu, 16 Aug 2001, Sylvain Wallez wrote: > > > >>What about the "Cocoon contracts" post from Berin ? It contains > >>interesting ideas to allow more components to be ThreadSafe - and thus > >>avoid unnecessary pooling - but leads t

Re: [C2][donation] XML:DB generator

2001-08-20 Thread giacomo
On Mon, 20 Aug 2001, Davanum Srinivas wrote: > Gianugo, > Thanks a ton for taking the time to submit a new Generator...I have checked in the >diff's, .java > and .xml files. Please take a look and see if anything is broken. I have not checked >in any of the > jars as this is a strictly optional

Re: [C2][donation] XML:DB generator

2001-08-20 Thread giacomo
On Mon, 20 Aug 2001, Gianugo Rabellino wrote: > Ciao, > > during the last vacation I had the time to play around with Cocoon > 2 and XML:DB. XML:DB (http://www.xmldb.org) is a generic and quite > simple API for accessing XML databases/repositories, supported by > dbXML (http://www.dbxml.org) and

RE: [C2 patch] appending to cocoon.log

2001-08-20 Thread Marcus Crafter
Hi Vadim, On Sat, 18 Aug 2001, Vadim Gritsenko wrote: > Hm. Interesting question. :) > I just modified this so it's compatible with other boolean settings. > "True" might be overkill - next thing you know people will ask about >internationalization ;) *nod* Point taken. I just

Re: [C2][donation] XML:DB generator

2001-08-20 Thread Gianugo Rabellino
Dims, thanks for the quick reply: the checkin worked out of the box, however there is still something wrong with my code when a resource is not found (I'm throwing a ProcessingException which is quite weird). I'll study tomorrow the Cocoon error handling part and will come up with a small pa

[C2 patch] small logging change

2001-08-20 Thread Marcus Crafter
Hi All, No great changes here. Just a small diff to keep the 'Looking up' logging consistent among components. Cheers, Marcus -- . ,,$, Marcus Crafter ;$' ':Computer Systems Engineer $: : Open Sof

Re: SQLTransformer: the last one?

2001-08-20 Thread Davanum Srinivas
Tom, Checked in. Please cross-check. Thanks, dims --- [EMAIL PROTECTED] wrote: > Hi all, > > With this patch, SQLTransformer seems to behave like a good Transformer to > me :) > > Any comments welcome. > > > tomK > > > ATTACHMENT part 2 application/octet-stream name=SQLTransformer.java.p

cvs commit: xml-cocoon2/src/org/apache/cocoon/transformation SQLTransformer.java

2001-08-20 Thread dims
dims01/08/20 10:20:26 Modified:src/org/apache/cocoon/transformation Tag: cocoon_20_branch SQLTransformer.java Log: Patch from [EMAIL PROTECTED] for "SQLTransformer: the last one?" Revision ChangesPath No revision No

cvs commit: xml-cocoon2/src/org/apache/cocoon/transformation SQLTransformer.java

2001-08-20 Thread dims
dims01/08/20 10:18:38 Modified:src/org/apache/cocoon/transformation SQLTransformer.java Log: Patch from [EMAIL PROTECTED] for "SQLTransformer: the last one?" Revision ChangesPath 1.17 +11 -5 xml-cocoon2/src/org/apache/cocoon/transformation/SQLTransformer.ja

RE: [C2] sitemap creation threading issue ?

2001-08-20 Thread Michael McKibben
I read the article you referred to. It seems to me that this warning (i.e. the possibility of returning a pointer to an uninitialized object) does not apply to the case where you are assigning to a local (i.e.. stack) variable and not some instance variable (i.e. shared memory) and putting that va

Proof of concept

2001-08-20 Thread Laran Coates
Hi all, I'm interested in finding out how the lessons to be learned from studying the Cocoon project can help me in a project at my current company. We're tyring to do something very similar, publishing content for multiple formats, total isolation of presentation and business logic, easy to dep

cvs commit: xml-cocoon2/src/org/apache/cocoon/environment/commandline CommandLineSession.java CommandLineRequest.java

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 09:33:47 Modified:src/org/apache/cocoon/environment/commandline Tag: cocoon_20_branch CommandLineRequest.java Added: src/org/apache/cocoon/environment/commandline Tag: cocoon_20_branch CommandLineSession.java L

cvs commit: xml-cocoon2/src/org/apache/cocoon/environment/commandline CommandLineSession.java CommandLineRequest.java

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 09:31:49 Modified:src/org/apache/cocoon/environment/commandline CommandLineRequest.java Added: src/org/apache/cocoon/environment/commandline CommandLineSession.java Log: Add session to CLI Revision Chan

Re: [C2] sitemap creation threading issue ?

2001-08-20 Thread Berin Loritsch
Michael McKibben wrote: > > I briefly glanced at the patch and one thing you can do to optimize the > syncronization is to apply the "double check" lock pattern. This will allow > you to remove the synchronized keyword from the method. For example: Warning!!! I just read an article about the

cvs commit: xml-cocoon2/xdocs docs-book.xml xmldb-generator.xml

2001-08-20 Thread dims
dims01/08/20 09:26:00 Modified:xdocsdocs-book.xml xmldb-generator.xml Log: Fix docs for xmldb generator. Revision ChangesPath 1.23 +1 -0 xml-cocoon2/xdocs/docs-book.xml Index: docs-book.xml

RE: [C2] sitemap creation threading issue ?

2001-08-20 Thread Vadim Gritsenko
According to http://www.javaworld.com/javaworld/jw-02-2001/jw-0209-toolbox.html this technique does not work, especially on SMP systems. Vadim > -Original Message- > From: Michael McKibben [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 20, 2001 12:20 PM > To: '[EMAIL PROTECTED]' > Sub

Re: AW: [C2] Release

2001-08-20 Thread Sylvain Wallez
giacomo wrote: > On Thu, 16 Aug 2001, Sylvain Wallez wrote: > > >> >>Carsten Ziegeler wrote: >> >>>Ok, due to high demand, here is again the proposed Release Plan: >>> >>>Hi Team, >>> >>>now that some weeks have passed since our last release (the beta 2), >>>we should plan our next steps for get

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

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 09:19:00 Modified:src/org/apache/cocoon Tag: cocoon_20_branch Main.java Log: Added -followLinks option, fixed cache-dir context entry Revision ChangesPath No revision No revision 1.4.2.9 +21 -5

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

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 09:18:05 Modified:src/org/apache/cocoon Main.java Log: Added -followLinks option, fixed cache-dir context entry Revision ChangesPath 1.13 +21 -5 xml-cocoon2/src/org/apache/cocoon/Main.java Index: Main.java ==

Re: [C2][donation] XML:DB generator

2001-08-20 Thread Davanum Srinivas
Gianugo, Thanks a ton for taking the time to submit a new Generator...I have checked in the diff's, .java and .xml files. Please take a look and see if anything is broken. I have not checked in any of the jars as this is a strictly optional component. Team, This is an optional generator. build.

RE: [C2] sitemap creation threading issue ?

2001-08-20 Thread Michael McKibben
Opps, I see you already took care of this Carsten. Sorry, --mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: xml-cocoon2/xdocs xmldb-generator.xml generators.xml site-book.xml

2001-08-20 Thread dims
dims01/08/20 09:14:02 Modified:.build.xml xdocsgenerators.xml site-book.xml Added: src/org/apache/cocoon/generation XMLDBGenerator.java xdocsxmldb-generator.xml Log: Accept donation of XML:DB generator (Optional) from Gianugo

RE: [C2] sitemap creation threading issue ?

2001-08-20 Thread Michael McKibben
I briefly glanced at the patch and one thing you can do to optimize the syncronization is to apply the "double check" lock pattern. This will allow you to remove the synchronized keyword from the method. For example: Handler sitemapHandler = (Handler)sitemaps.get(source); if (sitemapHandler != n

Re: cvs commit: xml-cocoon2/src/org/apache/cocoon/acting OraAddAction.java

2001-08-20 Thread Davanum Srinivas
Yes. build.xml in both C2.0 and C2.1 build "**/Ora*.java" only if "ora.driver.present". Thanks, dims --- Berin Loritsch <[EMAIL PROTECTED]> wrote: > Davanum Srinivas wrote: > > > > OOOpsss!!! Sorry Berin. > > No problem. > > Oh, can you check if build.xml still builds these conditionaly?

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

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 08:46:45 Modified:src/org/apache/cocoon/components/store Tag: cocoon_20_branch MRUMemoryStore.java Log: minor changes: - logging - file naming logic in separate method Revision ChangesPath No revision

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

2001-08-20 Thread vgritsenko
vgritsenko01/08/20 08:46:08 Modified:src/org/apache/cocoon/components/store MRUMemoryStore.java Log: minor changes: - logging - file naming logic in separate method Revision ChangesPath 1.11 +41 -39 xml-cocoon2/src/org/apache/cocoon/components/store/MRUMemor

Re: cvs commit: xml-cocoon2/src/org/apache/cocoon/acting OraAddAction.java

2001-08-20 Thread Berin Loritsch
Davanum Srinivas wrote: > > OOOpsss!!! Sorry Berin. No problem. Oh, can you check if build.xml still builds these conditionaly? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: cvs commit: xml-cocoon2/src/org/apache/cocoon/acting OraAddAction.java

2001-08-20 Thread Davanum Srinivas
OOOpsss!!! Sorry Berin. Thanks, dims --- [EMAIL PROTECTED] wrote: > bloritsch01/08/20 08:22:16 > > Modified:src/org/apache/cocoon/acting OraAddAction.java > Log: > Add missing imports back in: > > THEY ARE REQUIRED FOR ORACLE SPECIFIC COMPONENTS! > > Revision Chang

RE: [C2] Patch for cookie.xsl

2001-08-20 Thread Azmi, Amir
Thanks Dims, looks good. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 9:14 AM To: [EMAIL PROTECTED] Subject: Re: [C2] Patch for cookie.xsl Amir, Sorry for the delay. Checked in your patch. Please try it out. Thanks, dims --- "Azmi

cvs commit: xml-cocoon2/src/org/apache/cocoon/acting OraAddAction.java

2001-08-20 Thread bloritsch
bloritsch01/08/20 08:22:16 Modified:src/org/apache/cocoon/acting OraAddAction.java Log: Add missing imports back in: THEY ARE REQUIRED FOR ORACLE SPECIFIC COMPONENTS! Revision ChangesPath 1.6 +5 -1 xml-cocoon2/src/org/apache/cocoon/acting/OraAddAction.jav

cvs commit: xml-cocoon2/src/org/apache/cocoon/acting OraAddAction.java

2001-08-20 Thread bloritsch
bloritsch01/08/20 08:21:16 Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch OraAddAction.java Log: Add missing imports back in: THEY ARE REQUIRED FOR ORACLE SPECIFIC COMPONENTS! Revision ChangesPath No revision

RE: [C2] Loadtest

2001-08-20 Thread Vadim Gritsenko
> > Hi all, > > I'm back from the dungeons of load testing. And I don't have particularly > good news, I'm afraid. > > C2 leaks memory and CPU. The accompanying PNG shows the graphs of a loadtest > with loadrunner, on tomcat 3.2.1 and C2 cvs version of last week, with 50 > concurrent users sur

Re: [C2] Loadtest

2001-08-20 Thread Gerhard Froehlich
Hi, the only hint I can give in a hurry know, play arround with parameters of the MRUMemoryStore component I developed. Maybe there are some leaks I didn't determined. - on/of filesystem store - heapsize - max. objects in the cache ... Cheers Gerhard > Hi all, > > I'm back from the dungeons o

Re: AW: [C2] sitemap creation threading issue ?

2001-08-20 Thread Marcus Crafter
Hi Carsten, Thanks for your help mate. I'll check out the changes you made. :-) Cheers, Marcus On Mon, 20 Aug 2001, Carsten Ziegeler wrote: > I just updated the logic a little bit, the threads are now > only blocked (synchronized) when no sitemap is available. > > Thi

RE: [C2] sitemap creation threading issue ?

2001-08-20 Thread Marcus Crafter
Hi John, On Mon, 20 Aug 2001, Morrison, John wrote: > I too have been running Load tests, I also noticed that 'something' was > happening regularly to slow the response. I hadn't gotten round to checking > the code though (the testing machines are isolated - 0 access from/to my dev > station).

AW: [C2] Loadtest

2001-08-20 Thread Matthew Langham
We have been using JProbe to find the source of memory leaks (the last time being the sub-sitemap problem a couple of weeks back). JProble allows you to snapshot the memory and then you can find out which objects remain in memory after the request has been processed. So that may be a start in nar

[Docs] Using Cocoon

2001-08-20 Thread Berin Loritsch
This documentation covers one method of developing with Cocoon. It should identify some underlying principals and how things work together. It should also cover concepts like the Sitemap and XSP. I am sending an RTF of some documentation that I began writing. It needs to be fleshed out alot mo

RE: [C2] Loadtest

2001-08-20 Thread Morrison, John
It looks like lots of people are now currently load testing. Could anybody else please also share their findings and settings? I've also been plugging in a profiling tool - but I couldn't see anything obvious :( Thanks, J. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL

[C2] Loadtest

2001-08-20 Thread tom . klaasen
Hi all, I'm back from the dungeons of load testing. And I don't have particularly good news, I'm afraid. C2 leaks memory and CPU. The accompanying PNG shows the graphs of a loadtest with loadrunner, on tomcat 3.2.1 and C2 cvs version of last week, with 50 concurrent users surfing around on the

SQLTransformer: the last one?

2001-08-20 Thread tom . klaasen
Hi all, With this patch, SQLTransformer seems to behave like a good Transformer to me :) Any comments welcome. tomK SQLTransformer.java.patch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EM

[Docs] Installation and Configuration

2001-08-20 Thread Berin Loritsch
This documentation should provide the installation instructions for Servlet 2.2 and Servlet 2.3 compliant installation. It should also provide solutions to common gotchas or deviations from the Servlet spec. It should also provide detailed instruction on the format and purpose of the cocoon.xcon

Fwd: [URGENT] Systems Expo 2001 in Munich, Germany

2001-08-20 Thread Davanum Srinivas
Forwarding this email to Cocoon-Dev as there are quite a few people in Europe Note: forwarded message attached. = Davanum Srinivas, JNI-FAQ Manager http://www.jGuru.com/faq/JNI __ Do You Yahoo!? Make international calls for as low as $.04

[Docs] General Planning

2001-08-20 Thread Berin Loritsch
I will not be able to do all the documentation, so I want to provide an outline for all the documentation we will need. Those who are interested, please make your contributions and the committers will add or patch the documentation. The 1st order of business is the _requirement_ of both printabl

[Issue] CLI XLink crawling doesn't work with aggregation

2001-08-20 Thread Berin Loritsch
One thing I noticed regarding Aggregation (which I like) is that when we execute Cocoon from the command line, the XLink crawling no longer works. This prompted the need for the URIs in files to enforce every resource being downloaded as necessary. Is there anything that can be done about that?

Re: [C2] Patch for cookie.xsl

2001-08-20 Thread Davanum Srinivas
Amir, Sorry for the delay. Checked in your patch. Please try it out. Thanks, dims --- "Azmi, Amir" <[EMAIL PROTECTED]> wrote: > Hi, > Cookie logicsheet has extra semicolons at places, which results in error > being thrown if I try to use it for instance as, > if(.equals("blah-blah")) > >

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

2001-08-20 Thread dims
dims01/08/20 06:08:47 Modified:src/org/apache/cocoon/components/language/markup/xsp/java cookie.xsl Log: Patch for cookie.xsl from Amir at [EMAIL PROTECTED] Revision ChangesPath 1.3 +10 -10 xml-cocoon2/src/org/apache/cocoon/component

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

2001-08-20 Thread dims
dims01/08/20 06:08:34 Modified:src/org/apache/cocoon/components/language/markup/xsp/java Tag: cocoon_20_branch cookie.xsl Log: Patch for cookie.xsl from Amir at [EMAIL PROTECTED] Revision ChangesPath No revision No

RE: [C2] sitemap creation threading issue ?

2001-08-20 Thread Morrison, John
I saw it go into cvs. Am building now... ;) hope it works *GRIN*. > -Original Message- > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > Sent: Monday, 20 August 2001 2:10 pm > To: [EMAIL PROTECTED] > Subject: AW: [C2] sitemap creation threading issue ? > > > I just updated the logi

AW: [PROPOSAL] Changing Source interface

2001-08-20 Thread Carsten Ziegeler
> Vadim Gritsenko wrote: > > Hi, > > One more change is required in Source interface as it exist now. > > Problem: > > > > > > > > > > Pipeline assembled by SitemapSource is never released as > TraxTransformer in its' > recycle method just nullifies ref

AW: [C2] sitemap creation threading issue ?

2001-08-20 Thread Carsten Ziegeler
I just updated the logic a little bit, the threads are now only blocked (synchronized) when no sitemap is available. This new code is a little bit confusion but it should work. Carsten > -Ursprüngliche Nachricht- > Von: Morrison, John [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 20. A

cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap Manager.java

2001-08-20 Thread cziegeler
cziegeler01/08/20 06:02:18 Modified:src/org/apache/cocoon/sitemap Tag: cocoon_20_branch Manager.java Log: Improved handler generation Revision ChangesPath No revision No revision 1.2.2.10 +21 -8

cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap Manager.java

2001-08-20 Thread cziegeler
cziegeler01/08/20 06:02:05 Modified:src/org/apache/cocoon/sitemap Manager.java Log: Improved handler generation Revision ChangesPath 1.9 +21 -8 xml-cocoon2/src/org/apache/cocoon/sitemap/Manager.java Index: Manager.java ===

[C2][donation] XML:DB generator

2001-08-20 Thread Gianugo Rabellino
Ciao, during the last vacation I had the time to play around with Cocoon 2 and XML:DB. XML:DB (http://www.xmldb.org) is a generic and quite simple API for accessing XML databases/repositories, supported by dbXML (http://www.dbxml.org) and (probably) by Ozone. I wrote a very simple Generator fo

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

2001-08-20 Thread Davanum Srinivas
Ovidiu, Sounds Great! Since no one objected.Please go ahead and submit patches against C2.1. I will try to get them in. Please post zip files (with diff's and new files) directly to cocoon-dev as usual. Thanks, dims PS: If there are problems with zip files, then you can upload them t

Re: proposal: entity resolution capability

2001-08-20 Thread Davanum Srinivas
David, Please look into the latest C2.1, I have added some support for Catalogs. See my commit message extract below. I used Norman Walsh's classes as the default since i have no idea about license for your classes etc. Thanks, dims ---

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/resolver Resolver.java ResolverImpl.java

2001-08-20 Thread dims
dims01/08/20 05:36:59 Modified:src/org/apache/cocoon cocoon.roles src/org/apache/cocoon/components/parser JaxpParser.java Added: lib resolver.jar src/org/apache/cocoon/components/resolver Resolver.java ResolverImpl.j

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/resolver - New directory

2001-08-20 Thread dims
dims01/08/20 05:31:52 xml-cocoon2/src/org/apache/cocoon/components/resolver - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

AW: [PROPOSAL] xdocs/faq.xml needs split into topic-based FAQs

2001-08-20 Thread Carsten Ziegeler
+1 ! Just do it... Carsten > David Crossley wrote: > > The frequently asked questions document xdocs/faq.xml would > be better split into smaller topic-based sub-documents. > The current FAQ as one long file is un-workable. > > A simple solution is required to fast-track the release. > So i p

[PROPOSAL] xdocs/faq.xml needs split into topic-based FAQs

2001-08-20 Thread David Crossley
The frequently asked questions document xdocs/faq.xml would be better split into smaller topic-based sub-documents. The current FAQ as one long file is un-workable. A simple solution is required to fast-track the release. So i propose to keep the existing document format, just break it up into a

RE: [C2] sitemap creation threading issue ?

2001-08-20 Thread Morrison, John
Yeah, and only on the huge box :( I've a tiddly little development server which is smaller than my dev box but is under my control and a whacking huge 'stage' set of machines. I'm getting better performance from my dev boxes than a multi-processor which a gig or so of memory! > -Original Me

AW: [C2] sitemap creation threading issue ?

2001-08-20 Thread Carsten Ziegeler
Hi John, do you mean 5 seconds or 5 milliseconds? I fear you mean seconds, right? Carsten > -Ursprüngliche Nachricht- > Von: Morrison, John [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 20. August 2001 13:47 > An: '[EMAIL PROTECTED]' > Betreff: RE: [C2] sitemap creation threading iss

RE: [C2] sitemap creation threading issue ?

2001-08-20 Thread Morrison, John
Hi all, esp Marcus, I too have been running Load tests, I also noticed that 'something' was happening regularly to slow the response. I hadn't gotten round to checking the code though (the testing machines are isolated - 0 access from/to my dev station). I saw your patch and rejoiced ;) but it'

Re: More on Debugging Cocoon2 in VAJ

2001-08-20 Thread Joerg Henne
Hi, "Kaufman, Noah" wrote: > > The problem we're having is that Cocoon 2 works fine with Tomcat > outside of the debugger, but when we run Cocoon 2 in the debugger it > craps out with the following error: "The sitemap handler's sitemap is > not available." which means absolutely nothin

RE: Why does Action extend ThreadSafe ?

2001-08-20 Thread Torsten Curdt
> > > > > There are two distinct problems here that I'd like to discuss > > > > > separately: XSP as actions and the Action interface. > > > > > > > > +0 on xsps as actions. sure, it might be nice to leverage existing > > > > logicsheets in xsp actions, but writing a standalone action class is qui