Re: [Exist-open] problem while processing large xmls

2007-10-22 Thread Christofer Dutz
Hi, I think you might be experiencing a problem with the memorymanager of your java virtual machine. The problem with this ist, that everytime the VM increases the amount of allocated memory, it expects this to be in one block. Whenever there is no unfragmented block able to contain all the VM me

Re: [Exist-open] problem while processing large xmls

2007-10-22 Thread Christofer Dutz
Uuups ... sorry for posting to the wrong mailinglist. Seems that I setup my mail-filters a litte wrong ;) Christofer Dutz schrieb: Hi, I think you might be experiencing a problem with the memorymanager of your java virtual machine. The problem with this ist, that everytime the VM increases the

Cocoon+facelets

2007-10-22 Thread vtysh
Is anybody experienced how to run facelets application on cocoon, even very simple? I already tried to use examples from faces blocks, but cocoon ignores xmlns:ui namespace of facelets. Also i tried to include FacesServlet to cocoon web.xml but cocoon doesn't want to start. The reason is cocoon do

cocoon-validation-impl availability

2007-10-22 Thread Jean-Claude Vogel
Hello, I need to validate my outgoing xml stream with cocoon. So I would like to know if the Cocoon block 'cocoon-validation-impl' is already available and if it can be accessed somewhere in a Maven repository. Thanks Jean-Claude

Compiled XSLT

2007-10-22 Thread Tobia Conforto
Hello, I'm wondering if there is a way to pre-compile XSLT into Java classes, using the command-line xsltc compiler, put those classes somewhere in Cocoon's classpath and use them as transformers. Tobia - To unsubscribe, e-mail

RE: Cacheable transformer

2007-10-22 Thread Ard Schrijvers
Hello Francesco, > > Hi all, > I'm getting through some troubles with a trasformer I'm developing. > > I read about caching here: http://cocoon.apache.org/2.1/userdocs/ > concepts/caching.html and I tried to apply those concepts to > my transformer, having also a look to cocoon's source code >

RE: Compiled XSLT

2007-10-22 Thread Ard Schrijvers
your xsl stylesheets are compiled only once in cocoon and then held in memory cache. Unless you set the maxobjects of your default transient store (from top of my head, so might be a little different) extremely low, stylesheets won't have to be recompiled Regards Ard > > > Hello, > > I'm wonde

RE: Performance problems with 2.1.10 using FOM JavaScript cocoon.load()

2007-10-22 Thread Ard Schrijvers
Hello Ferda, we have experienced similar problems. We upgraded to the last rhino version (At that moment the trunk, but there might be a new release which you can use) and replaced in all flowscript files all loadPackage declarations with loadClass (and then only the classes you need). Something

Re: Compiled XSLT

2007-10-22 Thread Tobia Conforto
Ard Schrijvers wrote: > > I'm wondering if there is a way to pre-compile XSLT into Java > > classes, using the command-line xsltc compiler, put those classes > > somewhere in Cocoon's classpath and use them as transformers. > > your xsl stylesheets are compiled only once in cocoon and then held in

CForms event - display javascript confirm dialog?

2007-10-22 Thread Gary Larsen
Is there an easy way to show a confirm dialog, like windows.confirm(), while processing an event in Cocoon Forms? Thanks for any help. gary

Re: CForms event - display javascript confirm dialog?

2007-10-22 Thread Robin Wyles
As you probably realise window.confirm() is a client side JS function so can't really be used in conjunction with CForms events. What I've done successfully in the past is to put the confirm dialog contents in a hidden and use custom styling to render it as a visible dojo dialog box. The e

Re: Continuation.suspend(); does not stop

2007-10-22 Thread Torsten Curdt
Any luck? On 16.10.2007, at 12:19, Torsten Curdt wrote: Well ...that were not the instructions I gave ;) unjar the block use ant with the commmons-javaflow ant task jar the block Let me be more explicit: jar xvf cocoon-javaflow-block.jar (see http://commons.apache.org/sandbox/javaflow/ant

Re: Compiled XSLT

2007-10-22 Thread Ralph Goers
There is no such thing as "secret" Java. JAD can convert Java classes into pretty readable code. You can use an obfuscater but even then someone determined could still figure it out. I imagine some folks would argue that XSLT is already obfustacted. ;-) Actually, since Cocoon can already run

FW: Please point me to the documentation for producing PS, RTF etc..

2007-10-22 Thread siegfried
I'm posting this again since I did not see it appear in the list. Please forgive me if this appears twice! There used to be a sample program that showed how to use cocoon to produce your choice of HTML, PS, RTF or PDF with a single XML file. I have progressed thru the tutorial at http://coc

Re: Please point me to the documentation for producing PS, RTF etc..

2007-10-22 Thread Joerg Heinicke
On 22.10.2007 20:14 Uhr, siegfried wrote: I'm posting this again since I did not see it appear in the list. It was on the list. You can find my answer at http://marc.info/?t=11929663462&r=1&w=4. Joerg - To unsubscribe,