Deploy additional WAR files to a Cocoon installation

2007-04-23 Thread Steven Barrett
Is it possible to deploy a new (non-cocoon) web application (war file) to the Jetty container that a Cocoon installation is shipped with? My ISP's server has a Cocoon installation and I would like to deploy another war to that environment. Is this possible or is a full blown Servlet container

AW: [GT2007] [VOTE] Conference location + time

2007-04-23 Thread Merico Raffaele
Location: B) Rome C) London Time: A) or B) -Ursprüngliche Nachricht- Von: Arje Cahn [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 11. April 2007 15:08 An: [EMAIL PROTECTED]; users@cocoon.apache.org Betreff: [GT2007] [VOTE] Conference location + time Hi all, Please cast your

Print Scheduling in Cocoon

2007-04-23 Thread Tony Edwards
Hi All, Does anyone have an example of print scheduling in Cocoon using Quartz or whatever? I have a requirement to print documents at a particular day and time etc and was just wondering if it was pretty straight forward to set up. Thanks for any advice, Tony

Antw: Print Scheduling in Cocoon

2007-04-23 Thread Martin Geissler
Hello Tony, did I understand you right? You want Cocoon to print out on on paper at a particular day and time? Or do you need a pfd-file or HTML Page generated at a particular day and time. For me, I do not use cocoon-quartz at all. My solution ist to create a cocoon CLI or ANT -Task to generate

Logs

2007-04-23 Thread Peter Flynn
In my webapps/ROOT there's a logs directory, but none of the logs contain any information about who has visited the site. How do I turn on access logging? Or is it already on but hidden somewhere I don't know about? This is an experimental site, so it's running as root. When I switch it

Re: Antw: Print Scheduling in Cocoon

2007-04-23 Thread Tony Edwards
Sorry about the ambiguity, but it's more the generate a document in html/pdf! I'll check out your postings and see how I go. Thanks for the pointers! Tony Martin Geissler wrote: Hello Tony, did I understand you right? You want Cocoon to print out on on paper at a particular day and time? Or

Re: request parameter from sax stream/xml file to sitemap

2007-04-23 Thread SETIssl
Thanks for your reply. I tried to implement a DatabaseSelectAction like its described in the docs and the api, but couldn't find any details or any kind of example on how the request/the sitemap pipeline action part actually should look like. so if anyone got this action type working or a

Re: Logs

2007-04-23 Thread Sebastian Wenzky
Peter Flynn wrote: In my webapps/ROOT there's a logs directory, but none of the logs contain any information about who has visited the site. How do I turn on access logging? Or is it already on but hidden somewhere I don't know about? This is an experimental site, so it's running as root.

Cocoon SVN problem

2007-04-23 Thread Markus Angst
Hello, There is a problem in the Cocoon SVN repository that probably only affects Windows users. There are four files in /src/blocks/template/resources/META-INF/: LICENSE.txt, NOTICE.txt, license.txt and notice.txt. As case doesn't matter for Windows, this creates problems on checking out

Re: Cocoon SVN problem

2007-04-23 Thread Joerg Heinicke
Hello Markus, the issue itself (change file name to lower case for license.txt and notice.txt) has been fixed in SVN. Unfortunately, this leads to the behaviour you observed, there is no way to influence the order of SVN actions (first delete old version, later check out new version). There

different Sax events

2007-04-23 Thread Rashel Shehata
Hi, I'm trying to use the jx transformer to generate both the form template and model xml.. When I take the serialized xml output from my generator, save it as a file(from the browser) and use that file as input to the default generator to start a pipeline, the form displays probably... However

Re: Catching exceptions in binding

2007-04-23 Thread Jason Johnston
Andre Juffer wrote: Hi, suppose I have the following: fb:javascript id=someId path=. direction=save fb:save-form object.setValues(values); /fb:save-form /fb:javascript Suppose the 'object.setValues(values)' throws an exception for whatever reason. With flow I have