No valid JdbcConnection class available with MySQL

2003-06-01 Thread Austin Tashis
I'm just getting started with Cocoon and trying to get the database connectivity part working with MySQL. I set up the database, set up the configurations in web.xml and cocoon.conf and installed the MySQL driver, but when I try to run it I get the following error: org.apache.cocoon.ProcessingE

Crashing on Generating Program Code

2003-06-01 Thread Lutz . Wiggershaus
Return Receipt Your Crashing on Generating Program Code document :

Re: Basic Usage / Hosting Questions

2003-06-01 Thread Jeremy Quinn
On Friday, May 30, 2003, at 03:39 PM, JD Daniels wrote: So question one: Am I better off from a server resource standpoint, to have ONE installation of Cocoon, and point the appBase to a subdirectory of it? A popular way of running several cocoon-based projects as separate virtual hosts, is

Re: R: R: R: encoding url for reader / better ways pass strings toareader?

2003-06-01 Thread Peter Klotz
Hi, is the EncodeURL transformer not supposed to do exactly this? But at least in Cooon 2.0.4 it does not seem to work, the URLs are not changed at all. But either way, a transformer or such a action should be a integral part of Cocoon. Peter Andrea Pierini wrote: [...] -Messaggio origina

Re: whitespaces using xsl:copy-of

2003-06-01 Thread Stefan Pietschmann
Thanx alot, that worked like a charm ;) regards, Stefan - Original Message - From: "Wei Tjong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 01, 2003 8:15 AM Subject: Re: whitespaces using xsl:copy-of > Hi Stephan, > > Try . This is a top level element, so it > must

Re: whitespaces using xsl:copy-of

2003-06-01 Thread Wei Tjong
Hi Stephan, Try . This is a top level element, so it must come after the element. Best regards, Liaw Wei Tjong - Original Message - From: Stefan Pietschmann To: [EMAIL PROTECTED] Sent: Sunday, June 01, 2003 12:39 AM Subject: whitespaces using xsl:copy-of hi guys, at the moment I'm

Re: Crashing on Generating Program Code

2003-06-01 Thread Joerg Heinicke
Hello Scott, you must have read the wrong mails or forums ;-) This is the most annoying error using JDK 1.4 with anything related to XML, also known as "endorsed problem". The solution can be found at http://wiki.cocoondev.org/Wiki.jsp?page=Cocoon2.1DevSetupWin2000, issue no. 13 or at http://w

Crashing on Generating Program Code

2003-06-01 Thread Scott McClure
I have been unable to get any version of cocoon running except for 2.0.4 Binary dist. (my compiled version is always missing the lib directory for some reason... I could just copy it in I guess) either way, When I get it running, and I try to navigate to the main page I always get the error lis

recommed upgrading to Xalan 2.5 when using document() regularly

2003-06-01 Thread Bruce Robertson
I've found that under JDK 1.4 my Cocoon 2.0.4 based project (http://heml.mta.ca) tended to spawn a huge number of open files and after a couple of days of service would: a) crash with a 'too many open files' jvm error b) start throwing 'unknown xpath error's in unlikely places. By checking with

Re: whitespaces using xsl:copy-of

2003-06-01 Thread Joerg Heinicke
Hello Stefan, it's not possible by using , but by using the identity transformation. Replace your with and add the following template to your stylesheet: In this identity transformation only elements and text nodes containing non-whitespace characters are copied to the out

I have a problem with transformer XInclude

2003-06-01 Thread bosspring ...
I am a Spanish student that I am developping a Cocoon project. (I'm sorry, but my English is very poor) I have various XML files relationated and for this example I use artistas.xml (contains information of artists) and canciones.xml (contains information of songs). I want to select one artist

whitespaces using xsl:copy-of

2003-06-01 Thread Stefan Pietschmann
hi guys,   at the moment I'm writing a Transformer for Cocoon 2.0.4 and my problem is as follows:   There are certain tags not touched by the xslt a step earlier in the pipeline and I want to read them out. let's say the structure is:         Now I simply use xsl:copy-of in my XSLT to co

I have a problem with transformer XInclude

2003-06-01 Thread bosspring ...
I am a Spanish student that I am developping a Cocoon project.  (I'm sorry, but my English is very poor) I have various XML files relationated and for this example I use artistas.xml (contains information of artists) and canciones.xml (contains information of songs). I want to select one artist of

Re: flow - sendmailaction - content

2003-06-01 Thread Christian Haul
Yan, Charlene wrote: Chris, Could you give me an example on attaching the url as an attachment please? I was looking at www.cocooncenter.com sendmail example. Do you attach the url in the sendmail.xsp or where? I can't do much testing right now because my system is down.:( Please look at the s