Problems with cocoon deployment

2012-03-06 Thread Matthieu Nannini, Dr.
Hi, Tomcat6 is running ok on localhost:8080 but when I try to call localhost:8080/cocoon, I get the following page: Any ideas where I could look to solve that ? Thanks Matt - HTTP Status 500 - type Exception report message description The server encountered an internal error () that

Source Write Transformer and Namespace

2005-03-22 Thread Matthieu Paindavoine
Hello, There was a thread just before Christmas on Sourcewriting using namespaces, but no real resolution. I am experiencing the same problem with an insert (so I am not at liberty to remove the namespace), in that my transform is successful when the doesn't contain namespaces, and fails otherwi

Read XML file from XSP

2004-07-07 Thread Matthieu Richard-Molard
Hello! Many thanks for your answer! My older Cocoon projects were written in XSP, but the combination of appropriayte pipelines matches and the "lighter" generators and transformers results in more cleanly built (and more maintainable apps). That's just what I have to do! In the first version of my

Re: XSP file as serializer

2004-07-06 Thread Matthieu Richard-Molard
Hi! Thanks for your answer. I have information about sql requests stored in a XML file. I'd like my XSP to read them and generate the requests Is it possible by using a XSP file as a serializer? Thank you. Le 6 juil. 04, à 10:44, Derek Hohls a écrit : Matt Maybe you could define what you mean by

XSP file as serializer

2004-07-06 Thread Matthieu Richard-Molard
Hello! Is it possible to use a xsp file as a serializer? The aim is to manage data from a xml file without resorting to the "util" logicsheet I tried to do it this way : but it gave no results. Any clue would be heartily welcome! Thanks Matt. -

Cocoon 2.1.5 starting problem : no prompt to shutdown properly

2004-07-06 Thread Matthieu Richard-Molard
Hello! I've begun using Cocoon 2.1.5 and it works, but at startup, I can't get the prompt and all modifications to hsqldb configuration files get lost since I cant shutdown Cocoon properly: here's what i get on my xterm: Opening database: /Users/mattaios/Desktop/cocoon-2.1.5old/build/webapp/WEB-I

Re: pipeline to read an xml file from an xsp

2004-07-05 Thread Matthieu Richard-Molard
, Matthieu Richard-Molard wrote: I'm trying to write a pipeline in order to get data from an XML to XSP: I specified sql requests in xml and i want the user to choose between them through an XSP page Perhaps I could hard-code the file access in Java but that would be cheating ... There must be some

Re: pipeline to read an xml file from an xsp

2004-07-01 Thread Matthieu Richard-Molard
Hello! Thanks for your answer. Le 1 juil. 04, à 00:20, Joerg Heinicke a écrit : On 30.06.2004 15:47, Matthieu Richard-Molard wrote: I'm trying to write a pipeline in order to get data from an XML to XSP: I specified sql requests in xml and i want the user to choose between them through a

[c2.1.5] add tables and data to hsqldb through cocoondb.script

2004-07-01 Thread Matthieu Richard-Molard
Hello! I'm using the latest Cocoon version (2.1.5) , and I try to have my Cocoon 2.0 programs work with it: but i don't manage to add data to the hsqldb database by writing "CREATE TABLE" and "INSERT" commands in the cocoondb.script file, as I did with the older version since each time i resta

pipeline to read an xml file from an xsp

2004-06-30 Thread Matthieu Richard-Molard
Hi! I'm trying to write a pipeline in order to get data from an XML to XSP: I specified sql requests in xml and i want the user to choose between them through an XSP page Perhaps I could hard-code the file access in Java but that would be cheating ... There must be some other, pure Cocoon way to

export dynamic xml (with esql) to pdf

2004-06-30 Thread Matthieu Richard-Molard
Hi! I'm a Cocoon 2.0 user, under Tomcat 4.1.30 I'm looking for the right way to get a pdf version of an esql database request i've just executed. with simple-page2html.xsl and serialize type="fo2pdf" this way : It gives me the right parameter values but n

export dynamic xml (with esql) to pdf

2004-06-29 Thread Matthieu Richard-Molard
Hi! I'm a Cocoon 2.0 user, under Tomcat 4.1.30 I'm looking for the right way to get a pdf version of an esql database request i've just executed. with simple-page2html.xsl and serialize type="fo2pdf" this way : It gives me the right parameter values but n

Re: configuring sitemap location

2003-08-22 Thread Matthieu
Hello, some solutions that might work. 1) For the principal sitemap, use simlink, ex: your sitemap is in /work/cocoon/sitemap.xmap and the sitemap.xmap in .../webapp/cocoon2/sitemap.xmap is a link to that file. 2) For the submap the src parameter can take absolute path This kind of

Re: SourceWritingTransformer error

2003-08-22 Thread Matthieu
Both side are true ... in cocoon 2.0.4 the syntax is http://apache.org/cocoon/source/1.0"; overwrite="true"> It's not what is explained on cocoon 2.0 documentation but the exemples in scratchpad show this (see mount/editor/tests and particulary file make-page.xsl) this version of