Re: What version of Java Tomcat

2007-04-06 Thread Peter Sparkes
Thanks Werner. As it's the first time I have build a system from scratch, to be on the safe side, I will use Tomcat 5.5.x and Java 1.5. Regards Peter I'm using Tomcat 5.5.x and Java 1.5 with Debian Sarge. I don't know if it is useful to try newer versions. Regards werner Peter Sparkes

Removing namespaces - code from FAQ problem

2007-04-06 Thread ypomonh
I have used the following piece of code from How can I remove namespaces from my xml files? from the official FAQ (http://cocoon.apache.org/2.1/faq/faq-xslt.html) but it escapes CDATA sections (eg. lt;![CDATA[blah blah]]gt;). How can I change it to avoid this side-effect..? --- Begin xsl ---

Re: Removing namespaces - code from FAQ problem

2007-04-06 Thread Joerg Heinicke
On 06.04.2007 10:08, [EMAIL PROTECTED] wrote: I have used the following piece of code from How can I remove namespaces from my xml files? from the official FAQ (http://cocoon.apache.org/2.1/faq/faq-xslt.html) but it escapes CDATA sections (eg. lt;![CDATA[blah blah]]gt;). How can I change it to

Re: URLs in blocks?

2007-04-06 Thread Alexander Klimetschek
Lally Singh schrieb: Of course, sorry -- too much late night hacking. I've got a class I'm setting up with a Spring bean. E.g: bean id=orgChart class=edu.vt.iddl.meval.org.spring2007.OrgChart2007 !-- an XML file describing the organization chart --

Re: Re: Removing namespaces - code from FAQ problem

2007-04-06 Thread ypomonh
On 06.04.2007 10:08, [EMAIL PROTECTED] wrote: I have used the following piece of code from How can I remove namespaces from my xml files? from the official FAQ (http://cocoon.apache.org/2.1/faq/faq-xslt.html) but it escapes CDATA sections (eg. lt;![CDATA[blah blah]]gt;). How can I

Workaround for Xalan bug?

2007-04-06 Thread Robert Dockins
I'm currently working on a web application using the eXist XML database (http://exist.sourceforge.net/), snapshot 1.1.1, which includes Cocoon (apparently version 2.1.7). I have a problem where one of my stylesheets fails and returns an empty reply (ie, no bytes are sent to the browser).

Cocoon Portal 2.1.9 - Load Testing

2007-04-06 Thread Erron Austin
In load testing our portal on Linux, Java 1.4.x (not quite sure of the Ram), I was throwing concurrent 400 users. An issue that I'm seeing is that I keep getting this message in the logs for each page: .. DEBUG (2007-04-06) 12:07.40:905 [sitemap] (/home/ese)

Re: Workaround for Xalan bug?

2007-04-06 Thread Joerg Heinicke
On 06.04.2007 21:08, Robert Dockins wrote: I'm currently working on a web application using the eXist XML database (http://exist.sourceforge.net/), snapshot 1.1.1, which includes Cocoon (apparently version 2.1.7). I have a problem where one of my stylesheets fails and returns an empty reply

Re: Removing namespaces - code from FAQ problem

2007-04-06 Thread Joerg Heinicke
On 06.04.2007 20:05, [EMAIL PROTECTED] wrote: How can I remove namespaces from my xml files? from the official FAQ (http://cocoon.apache.org/2.1/faq/faq-xslt.html) but it escapes CDATA sections (eg. lt;![CDATA[blah blah]]gt;). No, the stylesheet does not change anything in regards to CDATA

Re: Cocoon Portal 2.1.9 - Load Testing

2007-04-06 Thread Jason Johnston
Erron Austin wrote: In load testing our portal on Linux, Java 1.4.x (not quite sure of the Ram), I was throwing concurrent 400 users. An issue that I'm seeing is that I keep getting this message in the logs for each page: .. DEBUG (2007-04-06) 12:07.40:905 [sitemap] (/home/ese)