Re: IncludeTransformer

2008-01-17 Thread Sébastien Geindre
Second approach : use transformer given by franco (http://www.mail-archive.com/users@cocoon.apache.org/msg39623.html), but it seems to not be compatible with C2.2. public class HTTPPostTransformer extends AbstractTransformer implements Recyclable, Composable { ... this

Re: Cocoon 2.2.x upgrade related help

2008-01-17 Thread Rainer Pruy
Just to add to the observation... Such error always happens when a reactor build hits a war project in maven. An effective workaround is (as was mentioned) to run the build in the war project directly (thus avoiding the reactor related problem). Sorry, I do not know any further background or

Re: NullPointerException in AbstractWidgetDefinitionBuilder

2008-01-17 Thread Joerg Heinicke
On 17.01.2008 05:45, Harald Entner wrote: In normal mode everything runs fine. But when running a jmeter test with 40 concurrent users, the AbstractWidgetDefinitionBuilder throws a NullPointerException. see the full stacktrace at (1) java.lang.NullPointerException at

Re: Undefined error in carselector (cforms, cocoon 2.1)

2008-01-17 Thread Grzegorz Kossakowski
Jasha Joachimsthal pisze: Hi there, I'm trying to create a form based on the carselector sample [1] in Cocoon 2.1.11. When I change the first pulldown menu, I get an error Request failed, show server response?. When I click yes, I get an error that it tries to do a request for a pipeline

RE: IncludeTransformer -- it works

2008-01-17 Thread Boisvert, Eric
Yes Eric.. This stx is even cleaner and it works too, post.stx == ?xml version=1.0 encoding=UTF-8? stx:transform xmlns:stx=http://stx.sourceforge.net/2002/ns; version=1.0 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: NullPointerException in AbstractWidgetDefinitionBuilder

2008-01-17 Thread Vadim Gritsenko
On Jan 17, 2008, at 8:12 AM, Joerg Heinicke wrote: On 17.01.2008 05:45, Harald Entner wrote: In normal mode everything runs fine. But when running a jmeter test with 40 concurrent users, the AbstractWidgetDefinitionBuilder throws a NullPointerException. see the full stacktrace at (1)

Re: IncludeTransformer

2008-01-17 Thread Sébastien Geindre
I never try, but I will shortly (like.. Today) for exactly the same reasons Sébastien (to fetch data from a remote WFS). STX is a bit more tricky that XSLT but in a simple series of WFS calls, it should be quite obvious. The great benefit of STX is that it's SAX driven (so I don't expect

RE: Undefined error in carselector (cforms, cocoon 2.1)

2008-01-17 Thread Jasha Joachimsthal
Hey Grzegorz, Ah, I'm not the only one and luckily you know how to solve it :) Any idea what your fix was (release numbers don't say much for me)? Jasha Van: Grzegorz Kossakowski [mailto:[EMAIL PROTECTED] Verzonden: do 1/17/2008 17:08 Aan:

Re: Undefined error in carselector (cforms, cocoon 2.1)

2008-01-17 Thread Grzegorz Kossakowski
Jasha Joachimsthal pisze: Hey Grzegorz, Ah, I'm not the only one and luckily you know how to solve it :) Any idea what your fix was (release numbers don't say much for me)? Actually it's a revision number not release number. I was referring to this commit[1] but you cannot backport this