Re: Montée en charge : loadbalancing ou clustering?

2006-10-26 Thread Sylvain Wallez
olivier nouguier wrote: Ben jsuis pas un expert de continuation, mais j'imagine mal comment ce services ne puisse pas être statefull ... par contre je ne sais pas s'il s'appuie sur la session ou un autre grigri :-) Effectivement, l'utilisation des continuations rend l'application statefull,

Re: fo2pdf Serialzer problem

2006-10-26 Thread Bertrand Delacretaz
On 10/25/06, Andrea König [EMAIL PROTECTED] wrote: If I start cocoon standalone I get the following: http errorr: 500 internal server error. RequestURI=/samples/blocks/fop/hello.pdf The following should work, can you try that? -Get the Cocoon 2.1.9 release -Unpack in an empty directory

Re: fo2pdf Serialzer problem

2006-10-26 Thread Andrea König
Dear Bertrand, I have downloaded and installed the cocoon-2.1.9 release. I am using jdk1.4. If I run the fop example it doesn't work. I get an error message java.lang.NoClassDefFoundError org.apache.cocoon.components.renderer.ExtendableRendererFactory.class$(ExtendableRendererFactory.java:42)

RE: fo2pdf Serialzer problem

2006-10-26 Thread Jeroen Reijn
Hi Andrea, did you perhaps modify your blocks.properties? Regards, Reijn -Original Message- From: Andrea König [mailto:[EMAIL PROTECTED] Posted At: Thursday, October 26, 2006 11:17 AM Posted To: Cocoon User List Conversation: fo2pdf Serialzer problem Subject: Re: fo2pdf Serialzer

Is it possible to change the layout of Widgets with AJAX=true

2006-10-26 Thread Robby Pelssers, AGP
Hi all, I have following problem: Suppose I have a set ofobjects whose properties I either want to show in Mode 'edit' or 'output'. Depending on some event (user changes Mode of one object by clicking on button in repeaterrow), I want to change the state of the property-i widgets from

Re: Intercepting exceptions in cocoon?

2006-10-26 Thread Bertrand Delacretaz
On 10/26/06, Antony Grinyer [EMAIL PROTECTED] wrote: ...is there a way to intercept the exception before cocoon can report it? Yes, using map:handle-errors, have a look at the error handling samples at http://cocoon.zones.apache.org/demos/release/samples/errorhandling/welcome -Bertrand

Re: fo2pdf Serialzer problem

2006-10-26 Thread Bertrand Delacretaz
On 10/26/06, Andrea König [EMAIL PROTECTED] wrote: ...I have downloaded and installed the cocoon-2.1.9 release. I am using jdk1.4. If I run the fop example it doesn't work. I get an error message.. To be sure, I just tried this scenario (same as suggested before) on my macosx 10.4.8, JDK

Re: fo2pdf Serialzer problem

2006-10-26 Thread Andrea König
Hi All, many thanks for your help. I have installed cocoon-2.1.9 a second time. You are right, the fop sample works. I found out what the difference between the newly installed cocoon and my version is. It is the fop version. Cocoon comes with fop-0.20.5, but I use at least fop version

RE: fo2pdf Serialzer problem

2006-10-26 Thread Kai Mütz
See https://issues.apache.org/jira/browse/COCOON-1924 You need the FOPNGSerializer delivered with current SVN Trunk (2.2-dev). It uses the new FOP API. You need at least fop-0.92 in order to work with this Serializer. Regards, Kai -Original Message- From: [EMAIL PROTECTED]

RE: Dynamic HTML Values and AJAX

2006-10-26 Thread Stewart, Gary
-Original Message- From: Jason Johnston [mailto:[EMAIL PROTECTED] Sent: 26 October 2006 01:34 To: users@cocoon.apache.org Subject: Re: Dynamic HTML Values and AJAX You should be able to get the AJAX framework to update that snippet of code by wrapping it in a bu:replace

Re: Intercepting exceptions in cocoon?

2006-10-26 Thread Ralph Goers
Have you looked at http://cocoon.apache.org/2.1/userdocs/concepts/errorhandling.html? Antony Grinyer wrote: Hi all, In version 1 of our application we returned exceptions wrapped in XML so we could pass the XML down the pipeline and handle the messages gracefully using XSLT. In version

RE: Intercepting exceptions in cocoon?

2006-10-26 Thread Antony Grinyer
Thanks everyone - that's exactly what I need :) Ant -Original Message- From: Ralph Goers [mailto:[EMAIL PROTECTED] Sent: 26 October 2006 15:07 To: users@cocoon.apache.org Subject: Re: Intercepting exceptions in cocoon? Have you looked at

Re: fo2pdf Serialzer problem

2006-10-26 Thread Bertrand Delacretaz
On 10/26/06, Andrea König [EMAIL PROTECTED] wrote: ...Does anybody know somthing about cocoon-2.1.9 and fop-0.91?.. As Kai said, FOP 0.9x is available as a new block in Cocoon 2.2. If Cocoon 2.2. is too much bleeding edge for you, adapting the new block to 2.1.x shouldn't be hard. If you do

RE: Is it possible to change the layout of Widgets with AJAX=true

2006-10-26 Thread Martijn C. Vos
Robby Pelssers, AGP mailto:[EMAIL PROTECTED] schreef: Suppose I have a set of objects whose properties I either want to show in Mode 'edit' or 'output'. Depending on some event (user changes Mode of one object by clicking on button in repeaterrow), I want to change the state of the

Cocoon blank welcome page

2006-10-26 Thread Dave Kroondyk
Hi, Im new to cocoon and just tried to install 2.1.9. I set my JAVA_HOME env. I unpacked it, I ran build.bat successfully. I started cocoon with cocoon.bat. It looks like it starts, but when I go to localhost:, I just get a blank page in Firefox. I have jdk 1.5.0_07 installed. What

HTML Generator/proxy using POST method

2006-10-26 Thread Tal Shalif
How do I generate (in a sitemap.xmap pipeline) HTML from a remote HTTP server passing through the client browser's form parameters using the POST method? What I would like to achieve is embed a foreign site (e.g. a PHP based trouble ticket system running on Apache server) inside a

problem with installing cocoon on Tomcat running on Ubuntu

2006-10-26 Thread Gol3m
Hi, I'am almost done with the cocoon installing within Tomcat5.0 running on Ubuntu Dapper Drake. I installed Tomcat5 following the instructions on http://wiki.ubuntuusers.de/Tomcat and it's running fine. Afterwards I deployed cocoon as a war-file in Tomcat webapps, which worked well also.

RE: Cocoon blank welcome page

2006-10-26 Thread Dave Kroondyk
Nevermind, I figured out it was not using the Default webapp folder (build\webapp) but was using ..\webapp a folder that previously existed before the install. Im assuming it used this because it saw it there somehow? Oh well, Ive got it working now. Dave From: Dave

Cocoon 2.2 template-samples , ajax-samples blocks

2006-10-26 Thread Patrick Refondini
Hi, I am doing my first steps in a Cocoon 2.2 block using: dependency groupIdorg.apache.cocoon/groupId artifactIdcocoon-core/artifactId version2.2.0-M2-SNAPSHOT/version /dependency dependency groupIdorg.apache.cocoon/groupId

Re: Cocoon 2.2 template-samples , ajax-samples blocks

2006-10-26 Thread Felix Knecht
Hi Patrick The easiest way (at last for the moment) is to have a look at the source code. e.g. for cocoon-forms there exists 2 folders - blocks/cocoon-forms/cocoon-forms-impl (/pom.xml) - blocks/cocoon-forms/cocoon-forms-sample (/pom.xml) To get the correct version for the dependency have a look