Re: high memory usage in MemoryAspectDataStore (portal block)

2010-06-08 Thread Nils Kaiser
be mentioned in the documentation for the portal profiles and in a comment in cocoon.xconf or the 2.2 spring files... Or GroupBasedProfileManager could throw an exception as it is creating a memory leak with the wrong behavior. Best, Nils Kaiser Am 07.06.2010 22:55, schrieb Nils Kaiser:

high memory usage in MemoryAspectDataStore (portal block)

2010-06-07 Thread Nils Kaiser
es the aspect data for every coplet to the MemoryAspectDataStore, where it seem to stay forever. Is this normal behavior or does it happen to an invalid configuration? Thanks for any hint! Best regards, Nils Kaiser

Set content-type charset in serializer

2007-01-31 Thread Nils Kaiser
Hello, I want to specify the charset in the content-type header. I found a jira issue stating that support for this is in cocoon 2.1.10 which I use (http://issues.apache.org/jira/browse/COCOON-1049). I tried to specified the charset in the serializer attribute 'mime-type' but it did not work

Re: Crawling over web pages with cocoon (Running a pipeline per page)

2006-09-05 Thread Nils Kaiser
So you mean you would get a dump of the site and call cocoon pipelines for the convertion. I like the idea of doing this in two steps, as it allows us to check everything / remove pages not needed before converting. Maybe a list of the urls (crawled together by wget or something else) would be

Crawling over web pages with cocoon (Running a pipeline per page)

2006-09-04 Thread Nils Kaiser
Hello, I have a usecase where I need to crawl over a web page to migrate content to another system. As I have used some of the components needed for the migration with cocoon already, it would be great if I could use the pipeline again. So the question is, how do I crawl the page automaticall

Re: Puzzle: Login method using the following criteria

2006-08-01 Thread Nils Kaiser
If that is still a problem, you could send another pipeline to the client which shows the same content but does not perform the request check (for example by appending a prefix). You can then even use resources inside both pipelines to do similar transforms. it doesn't

Re: Puzzle: Login method using the following criteria

2006-08-01 Thread Nils Kaiser
Hey Dennis, in your flowscript, when the user is successfully logged in, don't redirect using the cocoon:// url, but instead call the pipeline using sendPage. The request headers should not be there as it is an internal request. If that is still a problem, you could send another pipeline to

Re: Bring xml in better "shape"

2006-07-28 Thread Nils Kaiser
If you just want your visitors to be able to view the data (in a web page) instead of beeing able to save the xml to a file for later processing, you can also transform the xml stream using the "xml2html.xslt" stylesheet (cocoon/webapp/stylesheets/system) and serialize it using the HTML seriali

Triggering reload of sitemap/resources

2006-06-22 Thread Nils Kaiser
Hello all! we are using cocoon as a kind of CMS supporting many 'sites'. At the moment we let cocoon reload sitemaps and xslt files. I could imagine that this is quite expensive in terms of performance. So the idea was to deactivate the reload (I know that it is possible for the sitemap), and

Changing log level at runtime

2006-05-29 Thread Nils Kaiser
Hello, we are running a cocoon 2.1.8 application on Tomcat 5.5.15. We need a way to change the log level configuration on developer, staging and production systems. Before starting from scratch, I wanted to ask the members of this list what solutions they use to solve this problem? I guess p

Profiler accuracy

2006-05-21 Thread Nils Kaiser
the profiler does only show the local sitemap URI. Any ideas? Thx, Nils Kaiser

Profiler accuracy

2006-05-21 Thread Nils Kaiser
the profiler does only show the local sitemap URI. Any ideas? Thx, Nils Kaiser

Call pipeline in root sitemap using flow

2006-05-16 Thread Nils Kaiser
Hello, I use flow to handle some special cases and was wondering how I can redirect to a pipeline in the root or upper-level sitemap. Example: I have to sitemaps A and B A mounts B, in B flow is used, on errors I want to call the error page in A Any ideas how to do that? Thx, Nils ---

Profiler won't show pipeline content - document not well formed due to & character

2006-05-08 Thread Nils Kaiser
Hello, I have a self-written transformer that uses DOM4J and XSLT to do some transformations. I use two transformers of that type in my pipeline. The pipeline is working like a charm, but in the profiler I get problems showing the fragments after the second transformer in some cases. The profi

Re: Profiler shows 2 entries per request

2006-05-02 Thread Nils Kaiser
I am using the default profiler from the profiler block. And yes the pipeline is a caching pipeline (profilecaching). Regards, Nils Ard Schrijvers schrieb: Don't know which profiler you are using, and what kind of request, but is it a generator in a caching pipeline? They do a request for fe

Profiler shows 2 entries per request

2006-05-01 Thread Nils Kaiser
Hello, the profiler shows 2 entries per request here. Both with identical time data... Something wrong in my components or has someone else experienced this before? Greetings, Nils

Profiler shows 2 entries per request

2006-05-01 Thread Nils Kaiser
Hello, the profiler shows 2 entries per request here. Both with identical time data... Something wrong in my components or has someone else experienced this before? Greetings, Nils

Re: Custom Pipeline Caching

2006-05-01 Thread Nils Kaiser
Well I think in my environment step 2 is the way to go... Creating a timestamp or cache-key might not be a problem. The only thing might be that the content to fetch is itself initialized by some transformations and therefore submitted as SAX events, which gives me the problem that I would need

Re: Custom Pipeline Caching - Using DelayedValidity?

2006-04-30 Thread Nils Kaiser
Well, after browsing around I wonder if I could use a delayed validity to implement this. It would not help me skipping the request step for the external content, but I could get a validity on the content and therefore skip the following transformers. Am I right with the delayed validity beein

What is the cachepoint pipeline?

2006-04-30 Thread Nils Kaiser
Hello, as I am getting deeper into caching these days (see my other post about caching complex transformers depending on external requests), I was asking myself what the cachepoint caching pipeline is? I could only find very few information on the mailing list, on daisy the page is empty. May

Re: Custom Pipeline Caching

2006-04-29 Thread Nils Kaiser
help you [1] Best Regards, Antonio Gallardo [1] http://marc.theaimsgroup.com/?t=11407151791 Nils Kaiser escribió: Hello, I have a complex pipeline which contains some self written components that generate and transform data in steps that cannot really be c

Custom Pipeline Caching

2006-04-29 Thread Nils Kaiser
Hello, I have a complex pipeline which contains some self written components that generate and transform data in steps that cannot really be cached (dependent on external resources like the result of a request...). What are the possibilities to implement a custom cachin scheme? Is there a way

"Real" Pipeline Redirect

2006-03-27 Thread Nils Kaiser
as request attribute. 5) call a reader ProcessedPipelineReader that writes the outputStream to the client. Well, what do you think? Is the solution too dirty? Greets, Nils Kaiser - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Passing parameter to the XSLTProcessor... is this posible?

2006-03-20 Thread Nils Kaiser
Yes, this is possible. Here an example.         You just have to add the parameters to the xsl you are calling. In our case: Greets, Nils Kaiser Nicolás Lichtmaier schrieb: That's it. I'm matching in a pipeline with wildcards: ... and now I would like to pa

Custom XSL Transformer

2006-03-20 Thread Nils Kaiser
. How can I achieve that behavior? Can I do it in a trax-friendly manner? Thx for any help! Nils Kaiser - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error page during initialization

2006-03-16 Thread Nils Kaiser
Martijn C. Vos schrieb: Apart from your own sitemap.xmap, there's also the cocoon root sitemap that mounts your sitemap and has some default error handling. It uses stylesheets/system/error2html.xslt to turn the error message into the error page you see on your screen. That is only true if coc

Error page during initialization

2006-03-16 Thread Nils Kaiser
but could not found anything. Thanks, Nils Kaiser - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Accessing cocoon cache for own purposes

2006-03-15 Thread Nils Kaiser
I am getting content (most of it is images) from remote servers. The thing is that I wanted to implement a cache mechanism based on the http cache headers, i.e. sending a If-Modified-Since header and receiving a 304 if the resource hasn't changed. The second limitation is that the component is

Accessing cocoon cache for own purposes

2006-03-14 Thread Nils Kaiser
help! Greets, Nils Kaiser - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is Cocoon the right choice?

2006-03-14 Thread Nils Kaiser
Reinhard Poetz schrieb: Nils Kaiser wrote: What you're asking for is a long-time no-no of Cocoon which we call "dynamic pipelines". Currently there is no pipeline implementation that would allow this. That's the bad news. The good news is that the ice is breaking :-) I

Is Cocoon the right choice?

2006-03-13 Thread Nils Kaiser
Hello! Well, I am an happy cocoon user but I am working on a new project and not sure if cocoon is the right choice for it. The goal of the thing is to be able to extract information from existing web sites and to transform it and publish it to different channels. I already have built a project wi