Gel de cocoon en version 2.1.4

2006-10-05 Thread Sylvain Gonnet
Bonjour, Nous avons actuellement des problèmes avec une application cocoon qui utilise une vieille version (2.1.4). Nous n'avons aucun problème sur nos plateformes mais en production nous avons rencontré les problèmes suivants: * apparition d'erreur de type broken pipe * problème

Re: cocoon best editor ?

2006-10-05 Thread Tony Edwards
I use Eclipse with the JSEclipse plugin for my flow development plus the Sunbow plugin for Cocoon deployment. I'm still looking for a decent linux based xsl debugger (I use XSLerator from Marrowsoft. Its a Windows app but its bloody tops!) Eclipse has plugins aplenty for xml

AW: cocoon best editor ?

2006-10-05 Thread [EMAIL PROTECTED]
Hi Maurizio Well I can simply tell you what I use: Eclipse 3.2.1 with the following (partially commercial) plug-ins - Oxygen (For XML/XSL/XQuery editing/deguging/profiling) - Aptana (For HTML / _javascript_ editing) - Subclipse (Subversion Client) - Sysdeo Tomcat plug-in (For

(Cocoon 2.1.9) HSSFSerializer problem

2006-10-05 Thread Werner Vesterås
I would like to be able to generate excel sheets from Cocoon 2.1.9, but I have a problem using the HSSFSerializer. This is my sitemap: ?xml version=1.0 encoding=UTF-8? map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0; map:components map:generators default=file map:generator

Re: (Cocoon 2.1.9) HSSFSerializer problem

2006-10-05 Thread Felix Knecht
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For me the 'list of items to iterate over' seems to miss (http://cocoon.apache.org/2.1/userdocs/flow/jxtemplate.html). I don't think you can use jx:forEach in the way of a 'normal' for ... next loop. You can use cocoon-views

Re: RE: RE: Cannot get JSPReader/JSPGenerator to work

2006-10-05 Thread Paritosh Patel
I am using the JSPReader/JSPGenerator that comes with Cocoon 2.1.9. I guess, the first question is: has anyone got the Welcome JSP to work? Its in the Samples (JSP Block). - pdp - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: cocoon best editor ?

2006-10-05 Thread Yves Zoundi
I like to use pollo to edit the sitemap.xmap files(http://pollo.sf.net) For coding I use Netbeans(Cocoon actions, selectors) + Oxygen XML Editor(xml/xsl files) maurizio wrote: Greetings. I am wondering which is the most used/preferred editor for Cocoon developing. I do like ViM over

RE: RE: RE: Cannot get JSPReader/JSPGenerator to work

2006-10-05 Thread Geert Josten
I just did.. :-) I did the following: - build cocoon 2.1.9 with standalone-demo flag (just to show how I am running cocoon) - copy the following libraries from tomcat5/common/lib to build/webapp/web-inf/lib: . ant.jar . jaspar-compiler.jar . jasper-runtime.jar . servlet-api.jar - run:

RE: RE: RE: Cannot get JSPReader/JSPGenerator to work

2006-10-05 Thread Geert Josten
Yuck! I am getting the following error in Tomcat. Anyone seen this before? org.apache.jasper.JasperException: Unable to compile class for JSP Generated servlet error: [javac] javac: invalid flag: Files\Apache [javac] Usage: javac options source files Kind regards, Geert -Oorspronkelijk

Re: Fw: Reading Output params from Stored Proc in sitemap

2006-10-05 Thread Jeroen Reijn
Oleg, I'm afraid that you can't do it the way you propose. You can't get content from the SAX stream while it's still processing the current pipeline. An alternative to using the sitemap approach is executing this process from flow. That way you can call the pipeline and use it's result for

Re: AW: cocoon best editor ?

2006-10-05 Thread maurizio
Thank you Chris (and all other ppl), i'll take a look at these software applications (plus Lomboz, seems interesting btw). In fact the goal is to develop all aspect of Cocoon, without be forced to have Cocoon running on same machine where i use Eclipse (i.e. on a virtual machine or another machine

RE: RE: RE: Cannot get JSPReader/JSPGenerator to work

2006-10-05 Thread Geert Josten
More news on this matter: When running in Tomcat context and you have trouble getting the JSP's to work, you can let Tomcat take care of it, though this will have limitations as Cocoon is simply being bypassed. Remove the servlet-mapping for *.jsp from Cocoons web.xml to enable this. The

Re: FileUploadManager

2006-10-05 Thread Joerg Heinicke
On 04.10.2006 15:41, Richard Light wrote: Just to report back: I have now got file uploading working, but only because I found this resource through a search of the Wiki: http://wiki.apache.org/cocoon/RecipeUploadUsingAction This code compiled and ran first time. Thanks for reporting

Re: handling burden of multiple firefox request

2006-10-05 Thread Eli Spizzichino
Jason Johnston wrote: It sounds like you should create your own custom Reader Eli Spizzichino wrote: I'll let you know Transforming it to a reader worked as expected! Now I got the cache doing the expire work and serve however the http headers didn't changed at all so it's still actually

Re: background Action - temporary lock xml file for cocoon requests

2006-10-05 Thread Joerg Heinicke
Quite late but ... On 03.02.2006 20:48, Dominique wrote: I have a Cocoon Action that takes a lot of time and adds new entries to an XML document (Lenya's sitetree.xml). I have put this action inside a different Thread so the user can continue browsing without having to wait to long: However,

transversable generator and exist sources

2006-10-05 Thread Abbas Mousavi
Hi allI am using cocoon 1.2.10-dev with eXist 1.1.rc2-newcore. when I use Transversabledirectoy generator (org.apache.cocoon.generation.TraversableGenerator)on an eXist source (with xmldb:exist potocol) I get somethig like this:collection:collection name="math" uri="xmldb:exist:///math"