Try this. Here datatypes also are of concern :).
Try to search for examples on www.google.com.
Have fun,
Leonid Kleiner
- Original Message -
From: "Axel Honfi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 27, 2002
Hi all!
I try install tomcat4.0.4 and deploy cocoon-2.0.2. Use JDK_1.3.1,
I configure DELI component with cocoon-documentation recomendation:
Uncomment DELI-configurations lines in cocoon.xconf and validate other
config files in resources/deli/config directory
Restart tomcat and try requested d
Sorry for being long, I'm just beginning my day.
( 09:40 AM in France :)
I have simply replaced "FileWritingTransformer" with
"SourceWritingTransformer" in the sitemap :
1.
2.
3. Inside test-write.xml :
http://apache.org/cocoon/source/1.0";>
Hi Matthieu and all cocoon user colleagues,
I looked into the archives as well, found something but that doesn't help at
all. There is a link to a xsl-file that does not contain any xsl-tag. I
don't know what the answer is and I stuck at this problem in a very urgent
project.
Please help me!
Be
I had a similar problem, Derek, which I eventually tracked down to
authorisation problems. My DB was set up for user@localhost, and the driver
was trying to connect with [EMAIL PROTECTED] When I added this
authorisation to the MySQL tables, it worked w/o problem. Yours may be a
different cause
Hi,
Add the request namespace declaration:
xmlns:request="http://xml.apache.org/cocoon/requestgenerator/2.0";
and try
HTH,
Michael
> -Original Message-
> From: Volker Schneider [mailto:[EMAIL PROTECTED]]
> Sent: woensdag 27 maart 2002 10:04
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>
Hi Volker,
Declare in your xsl file the request's namespace for example:
http://xml.apache.org/cocoon/requestgenerator/2.0"; ...>
and then refer to request's elements with defined prefix, ex:
req:requestParameters
Best regards
Roman
Volker Schneider wrote:
> Hi Matthieu and all c
Hi Volker,
Here is the mail that gave me the answer :
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=100349922300307&w=2
Actually, you have to declare the "request" namespace in your stylesheet :
xmlns:request="http://xml.apache.org/cocoon/requestgenerator/2.0";
then you match the requ
Hi Matthieu, Roman and Michael,
thank you very much for your quick replies.
This solved my problem.
Best regards
- Volker -
-Original Message-
From: Matthieu Benéteau [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 27. März 2002 10:16
To: [EMAIL PROTECTED]
Subject: RE: XML namespaces and re
Hi,
I have some troubles with the database sample in cocoon 2.0.2
running under tomcat 4.0.4-b2 and jdk 1.4.0-final on a SuSE 7.3
linux box. I built cocoon with jdk1.4 via
build.sh -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes webapp
(I also tried
build.sh -Dinclude.webapp.lib
Cocoon - Version 2.01
Java - 1.3.1
Cocoon installed by support staff on server.
>>> [EMAIL PROTECTED] 27/03/2002 09:42:46 >>>
Tell us, version of Cocoon and JDK.
Have you compiled Cocoon by yourself and under what JDK ?
-Original Message-
From: Derek Hohls [mailto:[EMAIL PROTECTED]]
Se
Hi,
does anyone know how to tell cocoon (2.0.2) to keep
an initial statement in a xml-
file? Or to add one, if it got lost during processing of
a pipeline?
I already tried
- using xhtml or xml-serializer
- saying
no
in the definition of the serializer
but without success.
Background of
Peter
Thanks for the hint; could you be more specific as to what/how
the authorisation was implemented?
Derek
>>> [EMAIL PROTECTED] 27/03/2002 10:42:13 >>>
I had a similar problem, Derek, which I eventually tracked down to
authorisation problems. My DB was set up for user@localhost, and the
d
You can find more on mySQL authorisartion in the documents on the mySQL
site. One of them is http://www.mysql.com/articles/mysql_intro.html
All it comes down to is setting the correct entries in the user and db
tables in the mysql database.
Bert
At 11:43 27/03/2002 +0200, you wrote:
>Peter
>
>T
> > public CacheValidity generateValidity() {
> > return new TimeStampCacheValidity(documentTimestamp);
> > }
> > or
> > public CacheValidity generateValidity() {
> > return new DeltaTimeCacheValidity(10);
> > }
> >
> > If I am not mistaken, the ESQL statem
As I'm not really interested in the actual sources, I would normally download
the bin file. However, is it still the case that if I want a cutdown core
installation I'm better off getting the src and running the build routine?
With the distribution file getting ever bigger, on my slow connectio
At 9:55 am +0100 27/3/02, Matthieu Benéteau wrote:
>1. logger="sitemap.transformer.tofile"
>
>src="org.apache.cocoon.transformation.SourceWritingTransformer">
>
>
the serialize parameter is wrong, try this:
--> xml
Why th
It's working ! :)
Thanks a lot.
Matthieu
> -Message d'origine-
> De : Jeremy Quinn [mailto:[EMAIL PROTECTED]]
> Envoyé : mercredi 27 mars 2002 11:26
> Objet : RE: SourceWritingTransformer : Cannot get 'xml' serializer
>
>
> At 9:55 am +0100 27/3/02, Matthieu Benéteau wrote:
> >1. >lo
resolved this myself - i confused
with . xml & xhtml serializer just work
find. - Sorry for the noise.
- Lars
On Wednesday 27 March 2002 10:41, you wrote:
> Hi,
>
> does anyone know how to tell cocoon (2.0.2) to keep
> an initial statement in a xml-
> file? Or to add one, if it got lost during
Hi guys,
I'm seeing a weird error in my site since upgrading to c2.0.2: my sessions
aren't working. For example:
... does not seem to work, even though in the request I have:
REQUEST SESSION ID: B440D61213A0602456F2225255A93103
SESSION ATTRIBUT
Hi Peter,
As far as I know, the .tar.gz and the .zip files have exactly the same
content. I always choose the .tar.gz and Cocoon works fine in Linux and
Windows.
The reason why the .tar.gz is smaller is that the files are tarred together
first to create one large file which is then gzipped. In t
Yes, it is broken: see this my bug report and solution!
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7478
java.lang.NullPointerException in AbstractValidatorAction
Summary: java.lang.NullPointerException in
AbstractValidatorAction
Product: Cocoon 2
On Tuesday 26 March 2002 07:54 pm, MJ Ray wrote:
> Anthony W. Marino wrote:
> > Anyone have any experiences with "4 Suite Server "http://fourthought.com";
> > compared to cocoon2?
>
> They were developing a fairly nippy XSLT engine last I saw, but I've not
> tried the recent 4SS releases. I think
Anthony W. Marino wrote:
> On Tuesday 26 March 2002 07:54 pm, MJ Ray wrote:
> >How things are going to shake out will be interesting to see.
> If I may ask, what do you mean by this last statement?
It's always interesting to see how different implementations of similar
ideas compare when they've
> From: Rune Sandnes [mailto:[EMAIL PROTECTED]]
>
> > > public CacheValidity generateValidity() {
> > > return new TimeStampCacheValidity(documentTimestamp);
> > > }
> > > or
> > > public CacheValidity generateValidity() {
> > > return new DeltaTimeCacheValidity
On Wednesday 27 March 2002 07:36 am, MJ Ray wrote:
> Anthony W. Marino wrote:
> > On Tuesday 26 March 2002 07:54 pm, MJ Ray wrote:
> > >How things are going to shake out will be interesting to see.
> >
> > If I may ask, what do you mean by this last statement?
>
> It's always interesting to see ho
Anthony W. Marino wrote:
> On Wednesday 27 March 2002 07:36 am, MJ Ray wrote:
> > Anthony W. Marino wrote:
> > > On Tuesday 26 March 2002 07:54 pm, MJ Ray wrote:
> > > >How things are going to shake out will be interesting to see.
> > > If I may ask, what do you mean by this last statement?
> > It
On Wednesday 27 March 2002 09:12 am, MJ Ray wrote:
> Anthony W. Marino wrote:
> > On Wednesday 27 March 2002 07:36 am, MJ Ray wrote:
> > > Anthony W. Marino wrote:
> > > > On Tuesday 26 March 2002 07:54 pm, MJ Ray wrote:
> > > > >How things are going to shake out will be interesting to see.
> > >
Hi,
I know a couple of folks have posted a link to my Introduction
to Cocoon 2 tutorial [1], I just wondered if it could get
added to the Cocoon links on the website?
Am writing an XSP tutorial currently.
Cheers,
L.
[1].
http://www-105.ibm.com/developerworks/education.nsf/xml-onlinecourse-byt
Hello, :-(
I try to modify the protected example for managing authentification.
So, I added this sentence in the hsqldb database WEB-INF/db/cocoondb.script
:
CREATE TABLE IDENTIFICATION_TABLE(ID INTEGER,NAME VARCHAR,PASSWORD VARCHAR,UNIQUE(ID))
I populated the base with two records
INSERT INT
Hello all
I have the following problem:
After updating cocoon from version 2.0.1 to 2.0.2
non-english characters are not normally decoded on page , generated by XSP .
In XSP page I use following encode declaration:
If I use static XML file and XSL transformation,
output page is fine.
Where am
Hello all
I have the following problem:
After updating cocoon from version 2.0.1 to 2.0.2
non-english characters are not normally decoded on page , generated by XSP .
In XSP page I use following encode declaration:
If I use static XML file and XSL transformation,
output page is fine.
Where
I make a map:aggregate with two XML files.
If both files are ok, the output is ok.
If one file is missing, half the output is an exception (a FileNotFound
exception).
Most of the time, displaying an exception is bad.
So I would like the "erroneous" map:part simply be ignored, and the
correct
Hopefully someone can help me ?
Followed the advice in cocoon-2.0.2\docs\installing\index.html, i.e.
created the endorsed directory, copied xerces xalan and xml-apis
Build clean then build installwar
Compile falls over EsqlConnection, saying it should be declared abstract due
to missing methods
Hi
I tried to send this directly to
Carsten Ziegeler, but the email was rejected
with this message:
>> <[EMAIL PROTECTED]>:
>> 212.8.217.2 failed after I sent the message.
>> Remote host said: 552 Error: content rejected
and so I am posting it to the users group hoping that
it will get to
Title: RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection Pooling Doesn't Work (for me) - any ideas
I don't know about your compile problems, but I do know that JDBC connections are fairly problematic with jdk1.4 since they changed some things. I had no problems building the CVS a few wee
The "employee" database which is a part of the
>samples has NEVER worked correctly and as you probably
>know many many postings have been sent to the
>cocoon-users mailing list about this.
>
>I greatly appreciate the work and complexity
>of the product and the time and effort that has been
>put in
Hello!
I have a serious problem with file-uploads. I need to check if the file
already exists in the specified directory and if yes, create a new
subdirectory and store it there. And I need to delete files in the upload
directory.
I examined the xsp-upload-sample, but I still don't have a clue w
I'm trying to load context data from a pipeline using the load command in
the sunshine:createcontext tag. I created a pipeline called getusers. Its
output is
- http://apache.org/xsp";
xmlns:xspdoc="http://apache.org/cocoon/XSPDoc/v1";
xmlns:esql="http://apache.org/cocoon/SQL/v2";>
bert
bert
Hello.
I have the Entity Catalog working for XML documents going through the
pipeline ( I guess the file generator does this. )
But has anyone used the Entity Catalog mechanism for xml documents being
uploaded to the system? I have a webapp that has users uploading xml
files, and I need to
You should write error handler. See samples sitemap and sub sitemap.
Vadim
> From: Olivier Rossel [mailto:[EMAIL PROTECTED]]
>
> I make a map:aggregate with two XML files.
>
> If both files are ok, the output is ok.
>
> If one file is missing, half the output is an exception (a
FileNotFound
>
> From: yuryx [mailto:[EMAIL PROTECTED]]
>
> Hello all
>
> I have the following problem:
> After updating cocoon from version 2.0.1 to 2.0.2
> non-english characters are not normally decoded on page , generated by
XSP .
I fail to see difference. In both cases, in Cocoon 2.0.1 and in Cocoon
2.0
hello,
we tried to access the ./processed/somePath/SOME_FILE.xml (which was
originally resolved via xsp through an database-query) directly through a
browser and cocoon doesnt deliver anything back, just loads forever...
many thanks so far,
dirk
our stacktrace looks like follows:
Origina
Dirk,
I guess this is your sitemap snippet:
Here are some advices:
1. Always have serializer
2. Try first without CInclude:
3. If it works, test that links in the generated include tags are
working and produce correct result.
4. then add cinclude back.
Also,
What Cocoon
Hello,
I am using cocoon 2.0,2 Tomcat 4.0.1 JDK 1.3.1
My match entry for my XSP reads like this ..
OK, I'm pretty sure this is a simple thing to do but I'm fairly new to
Cocoon and I cannot figure it out. I've looked at the FAQ about
concatenating files and I get "Stylesheet directed termination" errors.
I've tried the document() function and I get transformHandler errors. I
don't really
I fail to see difference. In both cases, in Cocoon 2.0.1 and in Cocoon2.0.2, XSP page with KOI8-R encoding, produces following Java code:this.characters("\n??\n ");
yes, in sample_xsp.java:
this.characters("\n ");
this.contentHandler.startElement(
> From: Joseph Rajkumar [mailto:[EMAIL PROTECTED]]
>
> Hi
> I tried to send this directly to
> Carsten Ziegeler, but the email was rejected
> with this message:
> >> <[EMAIL PROTECTED]>:
> >> 212.8.217.2 failed after I sent the message.
> >> Remote host said: 552 Error: content rejected
>
> The XSP code snippet is
>
>
>
>
> itemsXML
>
>
>
> -
> If I do as above the contents of itemsXML is
This note is mostly for the benefit of anyone else searching for help
with Redirect. Sorry if Xalan is a bit off topic for Cocoon2, but I
expect that a lot of XSLT users will be using Cocoon as a framework for
Xalan-J/XSLT-based applications.
I spotted Redirect in Chapter 8(?) of "XSLT" by Dou
I also have the same problem in Win 2000
Server.
I solve this with change my Locale to
Ukrainian,
delete all files in ...WEB-INF/tmp
And now it works OK. But I do not shure that
it's
good solution. I use "windows-1251"
encoding
It is work only in cocoon 2.0.1
In 2.0.2 I have "ðÒÉ×ÅÔ" inste
John
I do not think you are the only one with this 'problem' - would
you be able (in your spare time!?) to post a quick (or detailed?)
walk-through of the steps you took to solve it. I understand
the general approach - it would just be very useful to have a
working example to demonstrate all t
Hey, guys,
working with Cocoon 2.0.2 i discovered that every serialized
HTML file contains a line like that:
But, i cannot find where i can tell cocoon to set another charset before
the response.getWriter() call?
How can i fix that?
I need that to correct decode request parameters th
53 matches
Mail list logo