You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Conor McLaughlin <co...@gmail.com> on 2005/07/08 10:13:10 UTC

processPipelineTo function

Hello
I am trying out flowscript for the first time but I think I may have some 
kind of configuration problem.
When attempting to call the processPipelineTo function I receive the error:
'processPipeLineTo is not a function'

Any help would be appreciated

Conor


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: processPipelineTo function

Posted by Conor McLaughlin <co...@gmail.com>.
 Doh!!
Thanks for that

Conor    


----- Original Message ----- 
From: "Jens Maukisch" <jm...@s-und-n.de>
To: <us...@cocoon.apache.org>
Sent: Friday, July 08, 2005 10:12 AM
Subject: AW: processPipelineTo function


> Hi,
> 
>> The exact code i have is:
>> 
>>     var stream = new java.io.ByteArrayOutputStream;
>>     cocoon.processPipeLineTo("match", {}, stream);
> cocoon.processPipelineTo(...)
> with a lowercase l in pipeline.
>     
> hth
> Jens
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


AW: processPipelineTo function

Posted by Jens Maukisch <jm...@s-und-n.de>.
Hi,

> The exact code i have is:
> 
>     var stream = new java.io.ByteArrayOutputStream;
>     cocoon.processPipeLineTo("match", {}, stream);
cocoon.processPipelineTo(...)
with a lowercase l in pipeline.

hth
Jens


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: processPipelineTo function

Posted by Conor McLaughlin <co...@gmail.com>.
The exact code i have is:

    var stream = new java.io.ByteArrayOutputStream;
    cocoon.processPipeLineTo("match", {}, stream);

I copied this from elsewhere - is this correct?

Thanks
Conor

 
----- Original Message ----- 
From: "Ugo Cei" <ug...@apache.org>
To: <us...@cocoon.apache.org>
Sent: Friday, July 08, 2005 9:21 AM
Subject: Re: processPipelineTo function


> Il giorno 08/lug/05, alle 10:13, Conor McLaughlin ha scritto:
> 
>> Hello
>> I am trying out flowscript for the first time but I think I may have 
>> some kind of configuration problem.
>> When attempting to call the processPipelineTo function I receive the 
>> error:
>> 'processPipeLineTo is not a function'
> 
> Should be
> 
> cocoon.processPipelineTo(uri, bizData, outStream);
> 
> Check your capitalization.
> 
> Ugo
> 
> -- 
> Ugo Cei
> Tech Blog: http://agylen.com/
> Open Source Zone: http://oszone.org/
> Wine & Food Blog: http://www.divinocibo.it/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: processPipelineTo function

Posted by Ugo Cei <ug...@apache.org>.
Il giorno 08/lug/05, alle 10:13, Conor McLaughlin ha scritto:

> Hello
> I am trying out flowscript for the first time but I think I may have 
> some kind of configuration problem.
> When attempting to call the processPipelineTo function I receive the 
> error:
> 'processPipeLineTo is not a function'

Should be

	cocoon.processPipelineTo(uri, bizData, outStream);

Check your capitalization.

	Ugo

-- 
Ugo Cei
Tech Blog: http://agylen.com/
Open Source Zone: http://oszone.org/
Wine & Food Blog: http://www.divinocibo.it/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org