Downloading a file - HTTP 503 error...

2005-05-27 Thread Derek Hohls
This is, I'm sure, a really silly question: I have a file located in the 'root' directory of a project folder... but when I try and access the link to download it, I get a 'HTTP 503' (service not available) error? I have setup a non-caching pipeline for this as per http://wiki.apache.org/cocoon/

Re: RSS feed

2005-05-27 Thread [EMAIL PROTECTED]
beyaRecords wrote: > Is it possible to receive information from this forum as a RSS feed? Another one: And you may also read it from your news client: -- [EMAIL PROTECTED] --

url prefix on resin

2005-05-27 Thread Marc Salvetti
Hello, i'm trying to configure my website to run on resin, and i can't manage to get rid of the prefix after the domain name. I want to access my cocoon server at www.domain.com/, not www.domain.com/prefix/ Does anyone know how to configure resin to send everything to the cocoon servlet ?

Cocoon.sendpage data object in another flowscript

2005-05-27 Thread Messing, Elad
Title: Cocoon.sendpage data object in another flowscript Hello all     I think I am missing something here:     I have a cocoon form. The last line of the form send the results to a pipeline - cocoon.sendPage("name", data);     No the pipeline name actually calls another flowsc

InputModules dynamic configuration

2005-05-27 Thread Alexander Berezhnoy
Hello! In the javadocs it's mentioned the possibility of request-time configuration of an InputModule: http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/modules/input/package-summary.html But I can't find anywhere the details of how to do that. Please, could anybody explain me

Re: Cocoon Users London Meetup in June

2005-05-27 Thread Upayavira
Mark Leicester wrote: Whoops, way too fast. If you are interested in coming along, please add your name here: http://wiki.apache.org/cocoon/CocoonUserGroupLondon Hello everyone, I'd like to invite Cocooners who will be in the London area on the evening of Wednesday June 15th, 2005 to an eveni

directory-independant Coocon applications

2005-05-27 Thread Gerald Aichholzer
Hi all, I have an application which is hast to be installed in Cocoon's root sitemap. I don't like this for several reasons (e.g. it's difficult to copy/move it to a new cocoon installation). There- fore I'd like to rewrite it, so that the application can be in- stalled in any webapp-subdirectory

AW: Cocoon.sendpage data object in another flowscript

2005-05-27 Thread Messing, Elad
Title: Cocoon.sendpage data object in another flowscript Some clarifications : My Flowscript :   function handleFormRestaurantMainSearch() {    var form = new Form("forms/restaurant_main_search.xml");        form.showForm("/template/forms/restaurant_main_search.xhtml");       var model = fo

Little acorns - great oaks

2005-05-27 Thread Derek Hohls
I am not sure if I should be really worried or not... I have an application that is running fine under Windows, Cocoon 2.1.5 on my development machine. When I uploaded the new files to the server, which is running Cocoon 2.1.5, one page suddenly stopped displaying info. Looking a little closer,

validating XML data in pipelines should be a standard feature

2005-05-27 Thread Lars Huttar
Dear Cocoon users/developers, Cocoon is billed as an "XML Web Development Framework". As such, you would expect it to be strong on the fundamentals of XML, one of which is ease of validation of XML documents. Not all environments might support the newer validation languages well, but surely DT

Re: directory-independant Coocon applications

2005-05-27 Thread [EMAIL PROTECTED]
Gerald Aichholzer wrote: > Hi all, > > I have an application which is hast to be installed in Cocoon's > root sitemap. I don't like this for several reasons (e.g. it's > difficult to copy/move it to a new cocoon installation). There- > fore I'd like to rewrite it, so that the application can be in

Re: directory-independant Coocon applications

2005-05-27 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > What about using absolute url instead of a relative one? > Sorry Gerald, I should have read your posting more carefully. I've had a similar problem some time ago and the only solution I could find was using *src="../../and-so-on"* generated by a relatively complicated X

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Bertrand Delacretaz
Le 27 mai 05, à 17:41, Lars Huttar a écrit : ...Feedback -- does this seem to other Cocoon users like a common need? Have you wished for XML validation in your Cocoon apps?.. Yes, it would certainly be useful. Not only a yes/no validation, but also a report of discrepancies against a schema wo

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Lars Huttar
Bertrand Delacretaz wrote: Le 27 mai 05, à 17:41, Lars Huttar a écrit : ...Feedback -- does this seem to other Cocoon users like a common need? Have you wished for XML validation in your Cocoon apps?.. Yes, it would certainly be useful. Not only a yes/no validation, but also a report of di

sitemap not found

2005-05-27 Thread Carlos M. S. Bento Nogueira
Hello Cocoon users! Is /web a reserved keyword for a directory in cocoon?? I'm trying to put to work a simplified version of the provided cforms examples but cocoon can't find my sitemap! My sitemap is under Tomcat 5.5/webapps/cocoon/reports/web Cocoon should find it when i type in browser: T

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Bertrand Delacretaz
Le 27 mai 05, à 19:00, Lars Huttar a écrit : ...David, can this code be put under the Apache license or something?.. I was thinking more about the libraries used, http://www.sun.com/software/xml/developers/multischema/ -Bertrand smime.p7s Description: S/MIME cryptographic signature

Re: [cforms] AJAX support?

2005-05-27 Thread Leszek Gawron
Antonio Gallardo wrote: On Jue, 26 de Mayo de 2005, 14:22, Leszek Gawron dijo: Reinhard Poetz wrote: Nacho Jimenez wrote: Hi all, I've read a couple of messages from Sylvain telling he's added AJAX support for CForms. I'd like to try it, does anyone know in which cocoon version is implem

InputModules dynamic configuration

2005-05-27 Thread Alexander Berezhnoy
Hello! In the javadocs it's mentioned the possibility of request-time configuration of an InputModule: http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/modules/input/package-summary.html But I couldn't find anywhere the details of how to do that. Please, could anybody explain me

Re: InputModules dynamic configuration

2005-05-27 Thread Upayavira
Alexander Berezhnoy wrote: Hello! In the javadocs it's mentioned the possibility of request-time configuration of an InputModule: http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/modules/input/package-summary.html But I couldn't find anywhere the details of how to do that. Pl

Re: Selection list populated from Hibernate POJO

2005-05-27 Thread Jakub Kaniewski
Ugo Cei wrote: B) possibly simpler: var form = new Form("formdef.xml"); var list = hibernateSession.find("from ..."); form.lookupWidget("widget-id").setSelectionList(list, "id", "name"); form.showForm("form-template"); Or declare selection list as JXPath in scheme value-path="id" label-path=

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Lars Huttar
Bertrand Delacretaz wrote: Le 27 mai 05, à 19:00, Lars Huttar a écrit : ...David, can this code be put under the Apache license or something?.. I was thinking more about the libraries used, http://www.sun.com/software/xml/developers/multischema/ -Bertrand The license agreement is: Cop

Re: changes are not reflected in the XML resources

2005-05-27 Thread Lars Huttar
fadi qutaishat wrote: Hi all, I have posted a question few days ago but I have got no response. Anyway, I have attached it again in case if anyone has had the same problem: I have got a problem in that cocoon always keeps the old version of my XML files, some times I do need to make some chang

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Bertrand Delacretaz
Le 27 mai 05, à 21:49, Lars Huttar a écrit : Bertrand Delacretaz wrote: ...I was thinking more about the libraries used, http://www.sun.com/software/xml/developers/multischema/.. ...The license agreement is: ...You acknowledge that Software is not designed,licensed or intended for use i

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Upayavira
Bertrand Delacretaz wrote: Le 27 mai 05, à 21:49, Lars Huttar a écrit : Bertrand Delacretaz wrote: ...I was thinking more about the libraries used, http://www.sun.com/software/xml/developers/multischema/.. ...The license agreement is: ...You acknowledge that Software is not designed,

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Bertrand Delacretaz
Le 27 mai 05, à 22:20, Bertrand Delacretaz a écrit : ...You acknowledge that Software is not designed,licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility... I'm afraid this might be a problem, I'll check on the dev@ list... Turns out this

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Upayavira
Bertrand Delacretaz wrote: Le 27 mai 05, à 22:20, Bertrand Delacretaz a écrit : ...You acknowledge that Software is not designed,licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility... I'm afraid this might be a problem, I'll check on the

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Sebastien Arbogast
I'm somewhat intrigued by this nuclear clause. Does someone know its origin ? Is it some US law restriction or some anti-nuclear conviction from Sun ? or what ? -- Sebastien ARBOGAST - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Lars Huttar
Sebastien Arbogast wrote: I'm somewhat intrigued by this nuclear clause. Does someone know its origin ? Is it some US law restriction or some anti-nuclear conviction from Sun ? or what ? Presumably, Sun doesn't want to be held liable if your software is used in a nuclear plant, malfunctions,

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Tony Collen
Lars Huttar wrote: Sebastien Arbogast wrote: I'm somewhat intrigued by this nuclear clause. Does someone know its origin ? Is it some US law restriction or some anti-nuclear conviction from Sun ? or what ? Presumably, Sun doesn't want to be held liable if your software is used in a nuclear

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Sebastien Arbogast
> > Presumably, Sun doesn't want to be held liable if your software is used > > in a nuclear plant, malfunctions, and causes a Chernobyl. > > Yep, basically if you tell the system to cool the reactor, and the JVM > is like, "wait a while, I have to do some garbage collection," you > aren't guarant

Cocon and WebServices

2005-05-27 Thread Sebastien Arbogast
Hi, I'm considering the possibility to integrate Web Services around my application (which uses a CHS architecture). For the moment my priority is to expose web services but later I'll probably need to consume some too. To expose Cocoon via SOAP I heard of two possible approaches : - the one intro

Re: validating XML data in pipelines should be a standard feature

2005-05-27 Thread Lars Huttar
Upayavira wrote: Bertrand Delacretaz wrote: Le 27 mai 05, à 22:20, Bertrand Delacretaz a écrit : ...You acknowledge that Software is not designed,licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility... I'm afraid this might be a probl