Cocoon 2.0 - 2.1 transition question: call-template with nodes

2004-12-27 Thread Benedikt Heinen
I'm trying to move from cocoon 2.0 to 2.1, but I am having trouble getting some of my old stylesheets to work in 2.1. Specifically, some of the style sheets passed template methods with nodes being passed as parameters - Cocoon 2.1 only seems to pass in the text within the nodes, hence further

Cocoon authentication problem

2004-12-27 Thread Vlad Golodov
Hi All, I have an example of authentication in cocoon. It works perfectly, but if i copy the authentication folder into my own project, then i encounter an error message: Type 'auth-loggedIn' is not defined for 'act' at

Re: Cocoon authentication problem

2004-12-27 Thread Jorg Heymans
Vlad Golodov wrote: Hi All, I have an example of authentication in cocoon. It works perfectly, but if i copy the authentication folder into my own project, then i encounter an error message: Type 'auth-loggedIn' is not defined for 'act' at

URL extensions versus URL parameters for passing values to XSLT

2004-12-27 Thread Schultz, Gary - COMM
We are going to implement a web site feature that allows users to change text sizes by clicking a one of three buttons (small, medium/default or large) or changing to a print friendly view or default view by clicking a link in a breadcrumb. Each of these options passes values to the sitemap map

Saxon

2004-12-27 Thread Jean-Claude Moissinac
Hello I would like to use Saxon and Xalan in my site. The article in http://wiki.apache.org/cocoon/Saxon helps me well with saxon7 But with saxon8, I get an error in the cocoon shell window: ... 16:06:38.553 WARN!! Error for /samples/hello-world/hello.saxon java.lang.NoClassDefFoundError:

RE: Still challenged with building Cocoon in Eclipse

2004-12-27 Thread Torsten Schlabach
Hi! Just wondering, did you manage to get it to work? Thanks for asking ... The answer is: yes and no! But I think I finally sorted this out, I am just not yet too sure about it. To make a long story short: I finally managed to build Cocoon using the external Ant supplied by the Cocoon

Re: Still challenged with building Cocoon in Eclipse

2004-12-27 Thread Gregor J. Rothfuss
Torsten Schlabach wrote: 1. External tasks. The Cocoon build process starts with building some Ant tasks (one of them being XPatch) that get used immediately during the very same run of Ant. I actually wonder why that is and why those tasks are not readily compiled to .class files inside the tools

Re: Still challenged with building Cocoon in Eclipse

2004-12-27 Thread Torsten Schlabach
Gregor, i wonder that too. imho worth bringing up on the dev list. I will do that! presumably it runs inside the same VM as eclipse, and you can add these options to your eclipse startup parameters. i use eclipse.exe -Xmx1024m -Xms512m , for instance. I remember having seen an option to

Rép. : URL extensions versus URL parameters for passing values to XSLT

2004-12-27 Thread Willy Reinhardt
Hi, According my experience the pattern matching system provide best performances because cocoon caching can handle different document according url. With parameters it proceed whole document again. Happy new year to Cocooners ! Willy [EMAIL PROTECTED] 27/12/04 16:15 We are going to

RE: Rép. : URL extensions versus URL parameters for passing values to XSLT

2004-12-27 Thread Schultz, Gary - COMM
Any idea what the performance difference might be? In looking further into this, I have discovered that the conventional parameter method, while complicating the sitemap, will lead to less complicated xslt code and processes in the other transformation files. -Original Message- From:

Load Testing / Profiling

2004-12-27 Thread Anton Andreev
Hello everyone, Thanks for all of your suggestions. I'm testing Cocoon with JMeter now, and the problem i've ran into is that i'm loosing SESSION ID after the first request and so my second request does not get through... I wonder if anybody ran into the same problem with Cocoon and JMeter..

Creating a new Transformer

2004-12-27 Thread Armaz Mellati
Hi I have a problem to make my Transformers to work. Goal : Make a slightly altered CincludeTransformer To do this I have copied the whole source of the CincludeTransformer into a class of my own, renamed it, compiled and added in the sitemap under the transformer definitions. When I try to use

Re: Saxon

2004-12-27 Thread Antonio Gallardo
On Lun, 27 de Diciembre de 2004, 9:20, Jean-Claude Moissinac dijo: Hello I would like to use Saxon and Xalan in my site. The article in http://wiki.apache.org/cocoon/Saxon helps me well with saxon7 But with saxon8, I get an error in the cocoon shell window: ... 16:06:38.553 WARN!! Error

CompilingClassLoader problems inside a WAR

2004-12-27 Thread Paul Christmann
I am attempting (for my first time) to build a cocoon web application and deploy it as a WAR to Tomcat. However, I am encountering a problem that occurs *only* when I deploy my app as a WAR. If I deploy it as an expanded folder (either myself, or by using Tomcat's unpackWARS attribute) then the

Problems with Xindice

2004-12-27 Thread javascript
I'm using Xindice embedded in Cocoon 2.1.6. When I use this code: x:query type=update collection=cms oid=samples.xml xmlns:x=http://apache.org/cocoon/xmldb/1.0; xu:modifications version=1.0 xmlns:xu=http://www.xmldb.org/xupdate; xu:update select=/page/content/[EMAIL PROTECTED] =

Re: Problems with Xindice

2004-12-27 Thread oliver charlet
I also had problems with xindice XUpdate. Got no answer from this list, but saw in the mailing list archives, that quite a lot had more or less the same problem. one suggestion was to switch to the latest xalan and xerces version, but for me it did not change anything. I even used the patch

using cocoon from SVN code repository (Was: decrease memory footprint)

2004-12-27 Thread David Crossley
Eli Spizzichino (es) wrote: Tony Collen wrote: ? I need to discover which version is deployed I have tried with the status generator but it doesn't output the version. es, I just committed a patch to the StatusGenerator and the Status Generator sample page to SVN TRUNK, and I will