memory management in cocoon

2003-11-21 Thread Uwe Gerger
in the janitor settings? 2) Which components are registered in the MRUStore? 3) How are the values for freememory and heapsize calculated? Is heapsize = -Xmx and freememory = totalmemory/4 ? 4) How does the clean up occurrs? Thanks in advance Uwe -- Uwe Gerger

Problem with Cocoon-Servlet

2003-10-27 Thread Uwe Gerger
(MuxableSocketHTTP.java:285) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:130) and attached the error.log! Any help is apreciated! Thanks in advance! -- Uwe Gerger_/_/_/ _/_/ _/_/ BMW AG, TG-53 IT-Technologie

How to change the location of cocoon.xconf and sitemap.xmap

2003-09-26 Thread Uwe Gerger
Hello, I would like to know if it's possible to put the files cocoon.xconf and sitemap.xmap on an other location, wich is independly from my WebApplication - directory. Thanks -- Uwe Gerger_/_/_/ _/_/ _/_/ BMW AG, TG-53 IT-Technologie

[Solution] Re: Example with StreamGenerator

2003-07-28 Thread Uwe Gerger
(); % h2 center font color='red'ERROR:/font This page can not be accessed directly! /center /h2 % } % /body /html -Original Message- From: Uwe Gerger [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 8:53 AM

Example with StreamGenerator

2003-07-24 Thread Uwe Gerger
Hello, i'm would like to use the StreamGenerator in my application. For this I searched for an example in my Cocoon 2.0.4 distribution, but without success! Can anybody help me? Thanks Uwe -- Uwe Gerger_/_/_/ _/_/ _/_/ BMW AG, TG-53

How to access the session object of another web-application?

2003-07-21 Thread Uwe Gerger
Hello, I have a web application (with struts) wich invokes via an URL the cocoon pipeline. In the action of the sitemap I would like to access the session object of the invoking web application to get get some information (data beans) out of it. Is this possible? Thanks Uwe -- Uwe Gerger

Samples with CastroTransformer

2003-07-18 Thread Uwe Gerger
Hello, are there some running samples with the CastorTransformer in the cocoon distribution? Or somewhere else? Thanks Uwe -- Uwe Gerger_/_/_/ _/_/ _/_/ BMW AG, TG-53 IT-Technologie _/ _/ _/_/_/_/ _/_/ 80788 Muenchen

Re: Beans as input for cocoon

2003-07-16 Thread Uwe Gerger
! Tony -Original Message- From: Alexander Schatten [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 July 2003 1:29 AM To: [EMAIL PROTECTED] Subject: Re: Beans as input for cocoon Uwe Gerger wrote: Hello, we have some Java-beans wich contains the data we wish to transform

Beans as input for cocoon

2003-07-15 Thread Uwe Gerger
Hello, we have some Java-beans wich contains the data we wish to transform with cocoon into PDF. Is there a way how we can get the data from the bean into cocoon? Maybe there is a special bean-transformer or something like this? Thanks in advance Uwe -- Uwe Gerger

Re: RequestGenerator: Problem with % character

2003-07-03 Thread Uwe Gerger
to encode characters, so a space can be represented as %20. That'll be part of the reason why it isn't working. Are you submitting from a form, or just typing in the URL? Regards, Upayavira On 3 Jul 2003 at 11:55, Uwe Gerger wrote: Hello, I'm using Cocoon 2.0.4 and I have the following