Re: cocoon et sessions

2005-10-14 Thread Frédéric Glorieux
Non, la rédaction est faite avec Daisy, A cause du Wiki ? Pas toujours facile de trouver la bonne recette de production. Chez nous pour la doc on utilise OpenOffice en source. mais la publication finale pour les releases avec Forrest qui reprend le contenu de Daisy (c'est en cours de

Re: Getting started (again)

2005-10-14 Thread Derek Hohls
Hans I am not aware of any such packages - could be that I have not been paying enough attention to announcements! - but I think that general purpose modules like these need to be promoted more... so instead of just getting stared from scratch, you can get started with a portal/ blog/forum

Re: DELI Aspect Renderer

2005-10-14 Thread Paolo Ambrosio
http://issues.apache.org/bugzilla/show_bug.cgi?id=36954 Trying to generate a patch, I found I uploaded the wrong class. I am really really sorry. I hope no one tested it. I'll correct the bugzilla entry ASAP. - To unsubscribe,

Re: Pipeline has already been processed for this request

2005-10-14 Thread Leszek Gawron
Sylvain Wallez wrote: Matt Robinson wrote: Hello. What does this message mean and what do I need to do to fix it. It seems to have something to do with the Cocoon Flow Continuation... I am calling several pipelines (one at a time) in the same flowscript and using Cocoon Forms to pass

Re: Where's the best place to run code at Cocoon startup?

2005-10-14 Thread David Perez
Sylvain Wallez schrieb: David Legg wrote: I've got some singleton Java classes that I'd rather configure and init at Cocoon init time instead of the first time a page is requested. Where's the best place to do this? I've looked at the xconf file but I'm not sure if this is what I need.

Re: Axis block

2005-10-14 Thread Jan
Maybe you want to have a look at http://wiki.apache.org/cocoon/FlowAndWebServices I setup an example, which provides a simple echo-method. I think Sebastien Arbogast improved my solution in a more generic way ... You can also search the mailinglist for [WebServices] How to use the SoapServer

Linking/including mutiple flowscript files

2005-10-14 Thread Derek Hohls
Is it possible to have one master flowscript file which links or includes other child flowscript files, in much the same way as XSL uses the include statement? If so, how?; if not, what is the best design approach for ensuring a clean design around location of logic in appropriate places?

Re: Where's the best place to run code at Cocoon startup?

2005-10-14 Thread David Legg
David Perez wrote: Another solution I use is to inherit the Cocoon servlet and override the standard servlet init method. Thanks for the suggestion. I need to configure the component before use so it makes sense to use the Avalon framework. Actually, doing this has given me the excuse I

Re: Linking/including mutiple flowscript files

2005-10-14 Thread Leszek Gawron
Derek Hohls wrote: Is it possible to have one master flowscript file which links or includes other child flowscript files, in much the same way as XSL uses the include statement? If so, how?; if not, what is the best design approach for ensuring a clean design around location of logic in

Re: Linking/including mutiple flowscript files

2005-10-14 Thread Andre Juffer
Derek Hohls wrote: Is it possible to have one master flowscript file which links or includes other child flowscript files, in much the same way as XSL uses the include statement? You could use something like cocoon.load(resource://org/apache/cocoon/forms/flow/javascript/Form.js);

Re: Where's the best place to run code at Cocoon startup?

2005-10-14 Thread Geert Josten
Another solution I use is to inherit the Cocoon servlet and override the standard servlet init method. Thanks for the suggestion. I need to configure the component before use so it makes sense to use the Avalon framework. Actually, doing this has given me the excuse I needed to explore the

Re: Linking/including mutiple flowscript files

2005-10-14 Thread Derek Hohls
Thanks Andre! I assume any changes to file such as "hibernate.js" would immediately show up in the master flowscript? [EMAIL PROTECTED] 2005/10/14 12:28:16 PM Derek Hohls wrote: Is it possible to have one "master" flowscript file which links or includes other "child" flowscript files, in much

XSP's Manual

2005-10-14 Thread EVA
Hello all!! I'm looking for a complete XSP's manual or tutorial or guide. I'd like in spanish but it isn't important this. Spanish or English. I found in Cocoon's manuals only small references to XSP. Thank you very much. Best desires from Seville (Spain)

Re: Linking/including mutiple flowscript files

2005-10-14 Thread Upayavira
Derek Hohls wrote: Is it possible to have one master flowscript file which links or includes other child flowscript files, in much the same way as XSL uses the include statement? If so, how?; if not, what is the best design approach for ensuring a clean design around location of logic

Re: Where's the best place to run code at Cocoon startup?

2005-10-14 Thread Sylvain Wallez
David Perez wrote: Sylvain Wallez schrieb: David Legg wrote: I've got some singleton Java classes that I'd rather configure and init at Cocoon init time instead of the first time a page is requested. Where's the best place to do this? I've looked at the xconf file but I'm not sure if

Re: Linking/including mutiple flowscript files

2005-10-14 Thread Sylvain Wallez
Derek Hohls wrote: Is it possible to have one master flowscript file which links or includes other child flowscript files, in much the same way as XSL uses the include statement? If so, how?; if not, what is the best design approach for ensuring a clean design around location of logic in

Re: XSP's Manual

2005-10-14 Thread Manuel Grau
Hola Eva!! Mira en programacion.com a ver si hay algo. Un saludo. Hello all!! I'm looking for a complete XSP's manual or tutorial or guide. I'd like in spanish but it isn't important this. Spanish or English. I found in Cocoon's manuals only small references to XSP. Thank you very much.

Re: CForms: restoring multivaluefield widgets

2005-10-14 Thread Jean-Baptiste Quenot
* Stefan Warringa: How do I restore a multivaluefield widget? With fb:multi-value id=widgetName parent-path=enclosingElementName row-path=elementName/ -- Jean-Baptiste Quenot Systèmes d'Information ANYWARE TECHNOLOGIES Tel : +33 (0)5 61 00 52 90 Fax : +33 (0)5 61 00 51 46

Re: Linking/including mutiple flowscript files

2005-10-14 Thread Jean-Baptiste Quenot
* Leszek Gawron: Derek Hohls wrote: Is it possible to have one master flowscript file which links or includes other child flowscript files, you can use cocoon.load( scriptUri ) in your main script e.g.: cocoon.load(...Form.js); I have a feeling there are some caching issues with

Re: Linking/including mutiple flowscript files

2005-10-14 Thread Andre Juffer
Derek Hohls wrote: Thanks Andre! I assume any changes to file such as hibernate.js would immediately show up in the master flowscript? Yes, it should. [EMAIL PROTECTED] 2005/10/14 12:28:16 PM Derek Hohls wrote: Is it possible to have one master flowscript file which links or

[CForms/flow/ajax] Weird problem with ajax=true

2005-10-14 Thread Thorsten Scherler
Hey all, lenya just added the dynamic repeater example to the default pub. The problem with it is, that if we use ajax=true and submit the form we lose the focus on the flow script. It shows the form (form.show()) and then after submitting the form it does not return to the flow script

Pipeline Question

2005-10-14 Thread news
Hello List, I ve got two pipelines: map:match pattern=*/*/*.pdf map:generate src={global:xml-path}/{1}/{3}.xml/ map:transform type=xslt-saxon src={global:stylesheet-path}/{1}/{2}.xsl label=content/ map:serialize type=fo2pdf/ /map:match map:match

Re: Pipeline Question

2005-10-14 Thread Upayavira
[EMAIL PROTECTED] wrote: Hello List, I ve got two pipelines: map:match pattern=*/*/*.pdf map:generate src={global:xml-path}/{1}/{3}.xml/ map:transform type=xslt-saxon src={global:stylesheet-path}/{1}/{2}.xsl label=content/ map:serialize type=fo2pdf/

Re: Pipeline Question

2005-10-14 Thread Ross Gardler
[EMAIL PROTECTED] wrote: Is there a way to tell Cocoon to use a pipeline only if a wildcard is NOT of a special value? I want the fist pipeline beeing matched only if the first wildcard is NOT Print. Is this possible? How? You could use the regular expression matcher. See

Re: Flow - passing data to sitemap

2005-10-14 Thread Peter Sparkes
Hi Mark and Leszek, Thanks for your help Peter On Oct 13, 2005, at 1:27 AM, Peter Sparkes wrote: However, I can't find any information about module:flow-attr: in the cocoon documentation. Can someone, please, tell me where I can find the documentation. What you have there is the

Re: Pipeline Question

2005-10-14 Thread Derek Hohls
In general, the idea with the sitemap is to put the most specific matches first, with the most general ones towards the end, so that Cocoon will process the one you want first. (I am sure this is in the docs, somewhere, but cannot find the reference...) [EMAIL PROTECTED] 2005/10/14 03:15:57

Re: Getting started (again)

2005-10-14 Thread Jean-Baptiste Quenot
* Jonas Lundberg: I have a blog/forum/website script package for Cocoon (using eXist/xQuery). But I thought that there were many of these around already. Is there any interest in that? Yes, I am interested. Is the code available? -- Jean-Baptiste Quenot Systèmes d'Information

[CForms/Binding] Exception in form.save(doc) method

2005-10-14 Thread Christofer Dutz
Hi, After using JDom as Dom implementation for my model. I managed to get the form-binding load my model and I was able to pass it to cocoon as source of a pipeline. Unfortunately I get a strange exception while calling the forms save mthod. Here the exception: Internal Server

Re: [CForms/flow/ajax] Weird problem with ajax=true

2005-10-14 Thread Felix Röthenbacher
Hi Thorsten Thorsten Scherler wrote: Hey all, lenya just added the dynamic repeater example to the default pub. The problem with it is, that if we use ajax=true and submit the form we lose the focus on the flow script. It shows the form (form.show()) and then after submitting the form it

Re: XSP's Manual

2005-10-14 Thread EVA
It was nearer than i thought... http://cocoon.apache.org/2.1/userdocs/xsp/index.html Kisses 2005/10/14, Manuel Grau [EMAIL PROTECTED]: Hola Eva!! Mira en programacion.com a ver si hay algo. Un saludo. Hello all!! I'm looking for a complete XSP's manual or tutorial or guide. I'd like in

sendmailtransformer email:body - newlines

2005-10-14 Thread Peter Sparkes
Hi, I can't work out how to put: a. newlines, tabs etc in the sendmailtransformer email:body b. html in the sendmailtransformer email:body Help please Peter Sparkes - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Cocoon 2.1.7 Could not load class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource

2005-10-14 Thread Sullivan, Sean C - MWT
Hi, I am porting an application from Cocoon 2.0.x to Cocoon 2.1.7 The platform is J2SE 1.3.1 and Websphere 4.0.7 Cocoon 2.1.7 is throwing a ConfigurationException. How do I fix this error? org.apache.avalon.framework.configuration.ConfigurationException: Could not load class

AW: sendmailtransformer email:body - newlines

2005-10-14 Thread Christofer Dutz
Funny ... just had the same Problem ... solved that by building a HTML-Mail and escaping all the HTML in CDATA section ... would be interested in any good hints :) Chris -Ursprüngliche Nachricht- Von: Peter Sparkes [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 14. Oktober 2005 18:53 An:

Re: [CForms/flow/ajax] Weird problem with ajax=true

2005-10-14 Thread Sylvain Wallez
Felix Röthenbacher wrote: Hi Thorsten Thorsten Scherler wrote: Hey all, lenya just added the dynamic repeater example to the default pub. The problem with it is, that if we use ajax=true and submit the form we lose the focus on the flow script. It shows the form (form.show()) and then after

Re: Cocoon 2.1.7 Could not load class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource

2005-10-14 Thread Sylvain Wallez
Sullivan, Sean C - MWT wrote: Hi, I am porting an application from Cocoon 2.0.x to Cocoon 2.1.7 The platform is J2SE 1.3.1 and Websphere 4.0.7 Cocoon 2.1.7 is throwing a ConfigurationException. How do I fix this error? Please read our answers :-)

Re: AW: sendmailtransformer email:body - newlines

2005-10-14 Thread Mark Lundquist
On Oct 14, 2005, at 10:03 AM, Christofer Dutz wrote: Funny ... just had the same Problem ... solved that by building a HTML-Mail and escaping all the HTML in CDATA section ... Yup, that's what you have to do. SendMailTransformer is crazy that way. —ml—

Error while reading resource://org/apache/cocoon/components/treeprocessor/treeprocessor-builtins.xml

2005-10-14 Thread Sullivan, Sean C - MWT
I am using Cocoon 2.1.7 on J2SE 1.3.1 Where can I find treeprocessor-builtins.xml? Is it embedded inside a Jar? Which Jar? Sean --- full exception chain stacktrace org.apache.avalon.framework.configuration.ConfigurationException: Error while reading

Re: Getting started (again)

2005-10-14 Thread Jonas Lundberg
The code will be available, as soon as I get it hosted. Right now, I am waiting to see whether sourceforge feels like hosting it. Then, it will be an early release of the code. Not all increments of the current iteration are finished. Or, should I wait and release it when it is all finished? Hans

Re: Error while reading resource://org/apache/cocoon/components/treeprocessor/treeprocessor-builtins.xml

2005-10-14 Thread Sylvain Wallez
Sullivan, Sean C - MWT wrote: I am using Cocoon 2.1.7 on J2SE 1.3.1 Where can I find treeprocessor-builtins.xml? Is it embedded inside a Jar? Which Jar? It is in cocoon.jar. But this error makes me think that you may have several conflicting versions of cocoon-xxx.jar in your

Re: WebDAV issue in 2.1.8

2005-10-14 Thread Joerg Heinicke
On 13.10.2005 17:06, Jean-Baptiste Quenot wrote: map:generate type=xpathtraverse src=webdav://management2/toc-repo/ What is xpathtraverse? XPathTraversableGenerator Jörg - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Error while reading resource://org/apache/cocoon/components/treeprocessor/treeprocessor-builtins.xml

2005-10-14 Thread Sullivan, Sean C - MWT
This is what I have in the WEB-INF/lib folder: altrmi-common-0.9.2.jar altrmi-registry-0.9.2.jar altrmi-server-impl-0.9.2.jar altrmi-server-interfaces-0.9.2.jar avalon-framework-api-4.1.5.jar avalon-framework-impl-4.1.5.jar cocoon-deprecated.jar cocoon-deprecated.src.jar cocoon.jar

Re: XSP's Manual

2005-10-14 Thread Antonio Gallardo
Hi Eva, First, I need to advise that XSP is no longer the best way to use cocoon. There is a lot more interesting stuff like flow. Anyway, I have some notes in spanish. I wrote this file when I had 0 cocoon knowledge to help me understand more how Cocoon works and how I can use it to build