RE: Connecting database and XML pages

2001-08-08 Thread annemarie . hartvigsen
Yep, it works now, thanx!:) What is the advantage of using connectio pool, anyway? /AM -Original Message- From: JEULIN Olivier [mailto:[EMAIL PROTECTED]] Sent: 8. august 2001 13:54 To: '[EMAIL PROTECTED]' Subject: RE: Connecting database and XML pages > I did as yo

RE: Connecting database and XML pages

2001-08-08 Thread JEULIN Olivier
> I did as you said, but I still get the same error message. OK, I've tried to use MySQL or Mysql (in the processor.xsp.pool.database.adaptor lines): and I got the exception too. So try to use DBMM instead of MySQL or Mysql, and it works... Dunno why... It seems to be a name conflict. I hope thi

RE: Connecting database and XML pages

2001-08-08 Thread annemarie . hartvigsen
of the changes done. /Anne Marie -Original Message- From: JEULIN Olivier [mailto:[EMAIL PROTECTED]] Sent: 8. august 2001 11:24 To: '[EMAIL PROTECTED]' Subject: RE: Connecting database and XML pages > I tried to implement your example, but can't get the > connectio

RE: Connecting database and XML pages

2001-08-08 Thread JEULIN Olivier
> I tried to implement your example, but can't get the > connection pooling to > work (I guess). It _works_ when I _don't_ use pooling, so I > can't understand > what's wrong. The driver is mm.mysql 2.0.4 and is located in > TOMCAT_HOME/lib. > > Below is the error message and cocoon.properties:

RE: Connecting database and XML pages

2001-08-07 Thread Terry Paddy
Same thing happens with PostgreSQL :( but there are lots of messages about this problem and you can see some info in the Turbine project. The important thing is ... its not your setup, it appears to be a bug. = ___ Terry Paddy - Christchurch, New Zealand _

RE: Connecting database and XML pages

2001-08-07 Thread annemarie . hartvigsen
org.gjt.mm.mysql.Driver What could be missing? /Anne Marie -Original Message- From: JEULIN Olivier [mailto:[EMAIL PROTECTED]] Sent: 31. juli 2001 13:26 To: '[EMAIL PROTECTED]' Subject: RE: Connecting database and XML pages As usual here, you forgot to tell which version

RE: Connecting database and XML pages

2001-08-01 Thread JEULIN Olivier
> Thank you, Olivier, you helped me to get started! You're welcome > I'm running c1.8.2 so I implemented your example. > > But when I try to open the pages, I get a > java.lang.ClassNotFoundException. > The same happens when I try to open pages from > cocoon/samples/sql. I guess I > have done

RE: Connecting database and XML pages

2001-08-01 Thread annemarie . hartvigsen
stake somewhere, but I need some hints as to what could be wrong... Thanx for your time! /Anne Marie -Original Message- From: JEULIN Olivier [mailto:[EMAIL PROTECTED]] Sent: 31. juli 2001 13:26 To: '[EMAIL PROTECTED]' Subject: RE: Connecting database and XML pages As usual here

RE: Connecting database and XML pages

2001-07-31 Thread JEULIN Olivier
.DBMM=org.gjt.mm.mysql.Driver You will need the JDBC adaptater for mysql (see the official mysql site, sun's JDBC section, or search the list's archives about it) HTH, Olivier > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Envoyé

Connecting database and XML pages

2001-07-30 Thread annemarie . hartvigsen
Hi, I have a mySQL database. I also have a web server: Apache-Tomcat-Cocoon. I want to make web pages written in XML, transformed to HTML or WML by the help of Cocoon. These pages will serve as an interface to the database. What is the best way to connect the database with the XML pages? My user