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
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
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
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
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
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
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
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
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
<>
---
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
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
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
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:
> 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
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
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
We really need more info...
-scott
"Carsten
Zie
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).
> 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
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
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
> -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
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
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
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
I haven't forgotten it. It was on my list for today.
-scott
Donald Ball
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
> 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
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.
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
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.
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
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
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]
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
35 matches
Mail list logo