Re: IncludeTransformer

2008-01-14 Thread Grzegorz Kossakowski
Sébastien Geindre pisze: > hi all, > > I wonder if i need to set all http header parameters when i user > IncludeTransformer or CIncludeTransformer requesting an external xml > ressrouce via http post I see your saga with calling an external service continues. Before I advise to you taking

Re: IncludeTransformer

2008-01-15 Thread Sébastien Geindre
I see your saga with calling an external service continues It's a real saga !!! I am writing the season 2 !!! what exactly http header parameters you need to set while calling your service? i wrote a WFS transformer which take a WFS xml request and make the http post request to a WFS webs

Re: IncludeTransformer

2008-01-16 Thread Grzegorz Kossakowski
Sébastien Geindre pisze: > >> I see your saga with calling an external service continues > It's a real saga !!! I am writing the season 2 !!! > >> what exactly http header parameters you need to set while >> calling your service? >> > i wrote a WFS transformer which take a WFS xml request and

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 transform

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 it

RE: IncludeTransformer

2008-01-17 Thread Boisvert, Eric
ocuments tends to be quite large) Wish me the best. Eric -Message d'origine- De : Sébastien Geindre [mailto:[EMAIL PROTECTED] Envoyé : 17 janvier 2008 05:03 À : users@cocoon.apache.org Objet : Re: IncludeTransformer >> Second approach : use transformer given by franco

Re: IncludeTransformer

2008-02-28 Thread Andy Stevens
Sébastien Geindre wrote: How can i log the http header of a request made by CIcludeTransformer ? One possibility would be to use Axis' tcpmon utility (http://ws.apache.org/axis/java/user-guide.html#AppendixUsingTheAxisTCPMonitorTcpmon)? Just change the CInclude to use localhost and configure

RE: IncludeTransformer -- it works

2008-01-17 Thread Boisvert, Eric
should try. -Message d'origine- De : Sébastien Geindre [mailto:[EMAIL PROTECTED] Envoyé : 17 janvier 2008 10:35 À : users@cocoon.apache.org Objet : Re: IncludeTransformer > I never try, but I will shortly (like.. Today) for exactly the same > reasons Sébastien (to fetch

RE: IncludeTransformer -- it works

2008-01-17 Thread Boisvert, Eric
ver.com/servlet/com.esri.esrimap.Esrimap?ServiceName=someDataStore&CustomService=Query No need for a buffer.. I should try. -Message d'origine- De : Sébastien Geindre [mailto:[EMAIL PROTECTED] Envoyé : 17 janvier 2008 10:35 À : users@cocoon.apache.org Objet : Re: IncludeTrans

Re: IncludeTransformer: 2 parallel threads only ?

2009-06-11 Thread Christophe Fondacci
Update : Default parallel inclusion seems to work fine with any number of threads. To workaround the last point of my previous email (parallel inclusion of "external" URLs), I made a XSP wrapper which is a XSP to include locally (through "cocoon:/"), though enabling parallelism, which simply inc

Re: IncludeTransformer: 2 parallel threads only ?

2009-06-11 Thread Christophe Fondacci
ynchronize until the previous call returns. Is there a way to workaround this ? Thank you, Christophe From: Christophe Fondacci Sent: Thursday, June 11, 2009 11:03 AM To: users@cocoon.apache.org Subject: Re: IncludeTransformer: 2 parallel threads only ? Update : Default parallel inclu