Re: [C2] I18NTransformer: caching of dictionaries

2001-06-29 Thread Steffen Stundzig
Hi Marcus, > Marcus Crafter <[EMAIL PROTECTED]> wrote: > > > > is anybody working on the caching of dictionaries in the I18NTransformer? > > Yes, I'm currently rewriting how the i18n transformer accesses the > dictionary files. In the avalon scratchpad there is an > XMLResourc

Writing a Connection Pool

2001-06-29 Thread Michael Gerzabek
Hello, I want to integrate an existing Pool-Implementation into C2. Is there some piece of documentation how to do this? - Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [C2.1] Performance and Startup times

2001-06-29 Thread Marcus Crafter
n Thu, 28 Jun 2001, Donald Ball wrote: > On Thu, 28 Jun 2001, Stuart Roebuck wrote: > > > I think one of the big delays is the initialisation of multiple pool > > components? Is lazy initialisation / loading a desirable and feasible > > option? > > _something_ to improve startup times would be

RE: Writing a Connection Pool

2001-06-29 Thread Torsten Curdt
C2 is already using the Avalon Connection Pool -- Torsten > -Original Message- > From: Michael Gerzabek [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 29, 2001 10:09 AM > To: [EMAIL PROTECTED] > Subject: Writing a Connection Pool > > > Hello, > > I want to integrate an existing Pool-I

RE: [C2] jar files

2001-06-29 Thread Morrison, John
I've attached 2 files, the jar.xml reformatted in the correct format and a modified docs-book.xml so it gets added to the ant docs build. Please correct any errors... J. === Information in this email and any attachments are c

Jikes

2001-06-29 Thread Morrison, John
Hi all, Is this sentence in xsp-internals still correct: "Compiled programming languages must specify their preferred compiler as a sitemap parameter" or should it read something along the lines of: "Compiled programming languages must specify their preferred compiler as a parameter in cocoon.

RE: [C2] jar files

2001-06-29 Thread Morrison, John
> velocity-1.1-rc1.jar - it contains an additional class from > LogKit (see > below) > > Also, and this is prob directed to the wrong people, why > does the velocity > > jar include so many other apache projects? Shouldn't the > jar files for > them > > be included seperately so they can

Re: Jikes

2001-06-29 Thread Marcus Crafter
Hi John, On Fri, 29 Jun 2001, Morrison, John wrote: > Is this sentence in xsp-internals still correct: > > "Compiled programming languages must specify their preferred compiler as a > sitemap parameter" > > or should it read something along the lines of: > > "Compiled programming languages mu

Adding Pool/ DataSource

2001-06-29 Thread Michael Gerzabek
Hi, I'm writing on an extension for c2. We have a pool-implementation in c++ that we call through static classes via JNI. Now we want to integrate the pool into c2. I wonder what's the best way to do so? Is there a way to setup a datasource other than jdbc and j2ee? Is there a way to wrap some cl

Re: [C2.1] Performance and Startup times

2001-06-29 Thread Stuart Roebuck
I've determined that a significant portion of the processing time is spent satisfying java.io.File.getCanonicalFile() calls. Most of these calls pass duplicate paths - i.e. paths that have been 'canonicalized' one or more times before, so I tried patching java.io.File.getCanonicalFile to use

[C2] LocaleAction v1

2001-06-29 Thread Marcus Crafter
Hi Konstantin, Attached is my first open cut of the LocaleAction. I've also cc'd cocoon-dev for public review. As you know the code is based on LangSelect, but has been extended to include full Locale support. Simple documentation is provided in the

RE: Jikes

2001-06-29 Thread Morrison, John
> -Original Message- > From: Marcus Crafter [mailto:[EMAIL PROTECTED]] > Sent: Friday, 29 June 2001 13:03 > To: '[EMAIL PROTECTED]' > Subject: Re: Jikes > > > Hi John, > > On Fri, 29 Jun 2001, Morrison, John wrote: > > > Is this sentence in xsp-internals still correct: > > > > "Comp

[C2][Patch] /map:pipelines/map:handle-errors

2001-06-29 Thread Steffen Stundzig
Hi all, I've the problem, that I must beautify the page that raises on an ResourceNotFoundException if no matching pipeline could be found. Unfortunately this page is directly written as HTML into the ServletOutputStream from inside the Cocoon Servlet. Or I've overlooked something? My idea wa

SQL-Transformer, two more parameters

2001-06-29 Thread Mariano Kamp
Hi there, I needed to pass in two more parameters to SQL Transformer. I changed the code accordingly. I attached the diff. If this is the right approach to pass in the parameters, feel free to add it. If not, could you please tell me what would have been the proper approach. Mariano

AW: Need Cocoon2 test with latest Xalan CVS

2001-06-29 Thread Carsten Ziegeler
> Scott Boag wrote: > > Without more information we can't be sure, but we think we may have > replicated and fixed this problem. By any chance was the context node in > this case a DocumentFragment? > Yes, sorry I forgot to tell this...it is a DocumentFragment. > Please try again to see if the p

Re: AW: Need Cocoon2 test with latest Xalan CVS

2001-06-29 Thread Scott_Boag
We really need more info... -scott "Carsten Zie

Re: AW: Need Cocoon2 test with latest Xalan CVS

2001-06-29 Thread Scott_Boag
Carsten, I think I just checked in a fix that will solve this. Sorry to make you go through these cycles, but can you try again? -scott "Carsten

Re: something funny with namespaces and xalan2.2dev (fwd)

2001-06-29 Thread Scott_Boag
> the problem does _not_ occur from the command line. The command line allows different "flavors" for processing. -flavor th should replicate the TransformerHandler setup of Cocoon. Or, at least, I was hoping this was the case. -scott

RE: [C2][Patch] /map:pipelines/map:handle-errors

2001-06-29 Thread Vadim Gritsenko
Steffen, I do not think that this is going to work out... I am also thinking about how to beautify 404, but I don't think that creating map:handle-errors element floating around out of any containing map:pipeline element is the way to go. I do think however about creating different types of map:

Re: AW: cvs commit: xml-cocoon2/src/org/apache/cocoon/transformationI18nTransformer.java TraxTransformer.java

2001-06-29 Thread giacomo
On Thu, 28 Jun 2001, Carsten Ziegeler wrote: > Hi Team, > > first the good news: We have a working cocoon: protocol. Just add > > > > > > Awesome work! Congratulation. > to your sitemap and you will get the response of the hello.html > pipeline as xml. > > The ContentAggregator

hi!!

2001-06-29 Thread Chittajallu, Vamsi
hi, i read through the documnetation of jmeter but was not sure if we will have to modify anything atall or just use it? do i have to write testcases? if so where will i add them? can i just check an url? when i try to give a url, actually the window says that no command like open, help is stil

cvs commit: xml-cocoon2/lib logkit-1.0b2-dev.jar logkit-1.0b2.jar

2001-06-29 Thread giacomo
giacomo 01/06/29 14:56:08 Added: lib Tag: cocoon_20_branch logkit-1.0b2-dev.jar Removed: lib Tag: cocoon_20_branch logkit-1.0b2.jar Log: Changed LogKit to contain the ServletOutputLogtarget Revision ChangesPath No revision No

cvs commit: xml-cocoon2/lib logkit-1.0b2-dev.jar logkit-1.0b2.jar

2001-06-29 Thread giacomo
giacomo 01/06/29 14:56:41 Added: lib logkit-1.0b2-dev.jar Removed: lib logkit-1.0b2.jar Log: Changed LogKit to contain the ServletOutputLogtarget Revision ChangesPath 1.2 +95 -0 xml-cocoon2/lib/logkit-1.0b2-dev.jar <> ---

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

2001-06-29 Thread vgritsenko
vgritsenko01/06/29 18:44:45 Modified:xdocsdocs-book.xml site-book.xml Added: xdocsjars.xml Log: Added documentation on included jars, thanks to Morrison, John [[EMAIL PROTECTED]] Revision ChangesPath 1.12 +1 -0 xml-cocoon2/xdocs/docs-book.xml

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

2001-06-29 Thread vgritsenko
vgritsenko01/06/29 18:50:26 Modified:xdocsTag: cocoon_20_branch docs-book.xml site-book.xml Added: xdocsTag: cocoon_20_branch jars.xml Log: Added documentation on included jars, thanks to Morrison, John [[EMAIL PROTECTED]] Revision ChangesPath No

RE: [C2] jar files

2001-06-29 Thread Vadim Gritsenko
John, Thanks for the document. I have added it to cocoon docs with some modifications, also I reduced column count so document fits to screen. Cocooners, Please - who knows what is dom2.jar - update doc to remove question marks Thanks, Vadim > > I've attached 2 files, the jar.xml reformatted i

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

2001-06-29 Thread vgritsenko
vgritsenko01/06/29 19:38:32 Modified:src/org/apache/cocoon/transformation SQLTransformer.java Log: Added row-element and doc-element default parameters, thanks to Mariano Kamp [[EMAIL PROTECTED]] Revision ChangesPath 1.11 +13 -1 xml-cocoon2/src/org/apache/coc

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

2001-06-29 Thread vgritsenko
vgritsenko01/06/29 19:42:42 Modified:src/org/apache/cocoon/transformation Tag: cocoon_20_branch SQLTransformer.java Log: Added row-element and doc-element default parameters, thanks to Mariano Kamp [[EMAIL PROTECTED]] Revision ChangesPath No

COCOON Documentation -- no documentation = SUCK!!! Re: [PRE-PROPOSAL] jakarta-tomcat-doc sub-project : WAS: [Tomcat Docu mentation Redactors To Hire]

2001-06-29 Thread Frans Thamura
Hi all, I think I will try to approach the cocoon commiter to read this email.. with the subject "COCOON SUCK" I got this idea, after all my script which develop using Cocoon 1.82 is not work well in Cocoon 2.0b1 an 2.1 .. Cocoon 2 is suck.. So, Read below email from tomcat mailing list... We

Re: [C2] jar files

2001-06-29 Thread giacomo
On Thu, 28 Jun 2001, Piroumian, Konstantin wrote: > > Hi all, > > > > I've been looking at the jar files which C2 uses and I've some questions > (no > > surprise there ;)... > > > > I'm creating a webapp which *only* serves XML. No SVG, jpg, pdf, just > XML. > > So I was looking to see which jar

Re: [C2][Patch] /map:pipelines/map:handle-errors

2001-06-29 Thread giacomo
On Fri, 29 Jun 2001, Steffen Stundzig wrote: > Hi all, > > I've the problem, that I must beautify the page that raises on an > ResourceNotFoundException if no matching pipeline could be found. > > Unfortunately this page is directly written as HTML > into the ServletOutputStream from inside the C

Re: [C2] I18NTransformer: caching of dictionaries

2001-06-29 Thread Marcus Crafter
On Fri, 29 Jun 2001, Steffen Stundzig wrote: > Hi Marcus, > > > Marcus Crafter <[EMAIL PROTECTED]> wrote: > > > > I'm sure lots of work can be done to the XMLResourceBundle to > > improve it - it's not yet officially part of Avalon, so help would > > definitely be appreciated there.

Re: something funny with namespaces and xalan2.2dev (fwd)

2001-06-29 Thread Scott_Boag
I haven't forgotten it. It was on my list for today. -scott Donald Ball

Re: something funny with namespaces and xalan2.2dev (fwd)

2001-06-29 Thread Scott_Boag
Don, I certainly can't replicate this on the command line, with any of the different flavors. Some questions: 1) When did you get your last CVS refresh? Did you try it with the latest? (A nasty bug was discovered with TransformerHandler the other day that was effecting the Cocoon environment).

Re: something funny with namespaces and xalan2.2dev (fwd)

2001-06-29 Thread Donald Ball
On Fri, 29 Jun 2001 [EMAIL PROTECTED] wrote: > Don, I certainly can't replicate this on the command line, with any of the > different flavors. Some questions: the problem does _not_ occur from the command line. > 1) When did you get your last CVS refresh? Did you try it with the latest? > (A