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 source:path doesn't contain namespaces, and

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

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:

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

Re: pipeline to read an xml file from an xsp

2004-07-05 Thread Matthieu Richard-Molard
; /map:match> Could you give me a hint? Many thanks in advance. Matt Le 1 juil. 04, à 20:03, Joerg Heinicke a écrit : On 01.07.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

[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 restart

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 an XSP

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 : map:match pattern=forms/*.pdf map:generate type=serverpages

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 : map:match pattern=forms/*.pdf map:generate type=serverpages

Re: SourceWritingTransformer error

2003-08-22 Thread Matthieu
Both side are true ... in cocoon 2.0.4 the syntax is source:write src=xml/resource-list.xml xmlns:source=http://apache.org/cocoon/source/1.0; overwrite=true xsl:copy-of select=/*/ /source:write It's not what is explained on cocoon 2.0 documentation but the exemples in scratchpad

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 map:match pattern=*/**