Re: Cocoon and MySQL

2003-02-03 Thread Martin Holz
"Richard Cunliffe" <[EMAIL PROTECTED]> writes: > Martin, > > I have made your suggested changes and the web page still comes up > completely blank. Is there anything else I should be looking at? Lower log level and look into the logs :-(. Usually SQLTransformer complains about sql errors. Change

AW: Cocoon and MySQL

2003-02-03 Thread Marco Rolappe
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS treamPipeline.java:395) ... > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von Richard Cunliffe > Gesendet: Montag, 3. Februar 2003 15:29 > An: [EMAIL PROTECTED] > Betreff: RE: Cocoon a

RE: Cocoon and MySQL

2003-02-03 Thread Richard Cunliffe
] Subject: Re: Cocoon and MySQL Hello Richard, "Richard Cunliffe" <[EMAIL PROTECTED]> writes: > (logs attached) > > Hi, > > I have now got cocoon to start, and I have now put my pipeline in, but > the page is coming up blank, when viewed through IE6. > > My

Re: Cocoon and MySQL

2003-02-03 Thread Martin Holz
Hello Richard, "Richard Cunliffe" <[EMAIL PROTECTED]> writes: > (logs attached) > > Hi, > > I have now got cocoon to start, and I have now put my pipeline in, but > the page is coming up blank, when viewed through IE6. > > My pipeline in the sitemap looks like this: > > > > > >

RE: Cocoon and MySQL

2003-02-03 Thread Richard Cunliffe
(logs attached) Hi, I have now got cocoon to start, and I have now put my pipeline in, but the page is coming up blank, when viewed through IE6. My pipeline in the sitemap looks like this:

AW: Cocoon and MySQL

2003-02-02 Thread Marco Rolappe
ou're using the standard. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Richard Cunliffe Gesendet: Sonntag, 2. Februar 2003 23:52 An: [EMAIL PROTECTED] Betreff: Cocoon and MySQL (I have attached my cocoon and tomcat logs as Zip files)

Cocoon and MySQL

2003-02-02 Thread Richard Cunliffe
(I have attached my cocoon and tomcat logs as Zip files)     Hi,       MS Windows  XP     Apache 2.0.43     Tomcat 4.0.6     Cocoon  2.0.4     JDK   1.3.1_06     MySQL 

Re: processing certain xml ,xsl file with xsp under cocoon and mysql?

2002-12-30 Thread Konstantin Piroumian
You can use something like this: ... ... and a pipeline: You can also implement cache validity policy in your generator to check if the XSLT has changed since last request and if not then use the cached version without need to retrieve it from the DB. Konstantin From: "Hubert

processing certain xml ,xsl file with xsp under cocoon and mysql?

2002-12-30 Thread Hubert Holtz
Hello, I don't know know how to open new XML files with a certain XSL file with the help of XSP and my Mysql database in Cocoon. I have a table called sites with an column for id,lang,XML,XSL, in my xsp- file I have a string-array called parameters where the 2 parameters of the typed url (e.g. ht

processing certain xml ,xsl file with xsp under cocoon and mysql?

2002-12-29 Thread Hubert Holtz
Hello, I don't know know how to open new XML files with a certain XSL file with the help of XSP and my Mysql database in Cocoon. I have a table called sites with an column for id,lang,XML,XSL, in my xsp- file I have a string-array called parameters where the 2 parameters of the typed url (e.g

RE: Cocoon and mysql

2002-04-22 Thread Vadim Gritsenko
> From: Matthias Brunner [mailto:[EMAIL PROTECTED]] > > Hello, > > I'm trying to get cocoon to work with mysql. I've followed the instructions in > http://www.galatea.com/flashguides/cocoon-tips-2.xml exactly but I'm always > getting an "NoValidConnectionException". > > Stack trace: > > Origin

Cocoon and mysql

2002-04-22 Thread Matthias Brunner
Hello, I'm trying to get cocoon to work with mysql. I've followed the instructions in http://www.galatea.com/flashguides/cocoon-tips-2.xml exactly but I'm always getting an "NoValidConnectionException". Stack trace: Original exception : java.lang.RuntimeException: Could not get the datasource