RE: xmlforms and Xindice and Mysql

2003-06-27 Thread Sylvain.Thevoz
Hi, look at cocoonwiki: http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice Sylvain -Message d'origine- De: Uwe Knorr [mailto:[EMAIL PROTECTED] Date: vendredi, 27. juin 2003 10:39 À: [EMAIL PROTECTED] Objet: xmlforms and Xindice and Mysql I want to ceate a multi-form-d

xmlforms and Xindice and Mysql

2003-06-27 Thread Uwe Knorr
I want to ceate a multi-form-dialog (xmlforms) which starts with a business model which is taken from a Xindice database or mysql database and stores the changes or the new data in theses locations. To make my work easier I would prefer to start with an example. Can someone send me such an

Re: newby with cocoon esql mysql linux

2003-06-17 Thread ntic
this sounds like a connection permission on mysql's end. what host permission have you granted the user? Can you connect via jdbc from the same machine usinga a simple jdbc test case? The mysql manual covers this config in pretty good detail. Geoff Howard -Original Message-

RE: newby with cocoon esql mysql linux

2003-06-17 Thread Geoff Howard
this sounds like a connection permission on mysql's end. what host permission have you granted the user? Can you connect via jdbc from the same machine usinga a simple jdbc test case? The mysql manual covers this config in pretty good detail. Geoff Howard > -Original

Re: newby with cocoon esql mysql linux

2003-06-17 Thread ntic
select * from table By the way: had problems with the mysql driver version 3.x under JDK 1.3.x. The problems vani

Re: newby with cocoon esql mysql linux

2003-06-17 Thread Mathias Wiegard
select * from table By the way: had problems with the mysql driver version 3.x under JDK 1.3.x. The problems vanished after I updated to JDK 1.4.1 that could be another reason for your problem... Hope it helps! Mat > V

newby with cocoon esql mysql linux

2003-06-17 Thread ntic
Hello, I've got some trouble with my cocoon configuration. I've got : mysql ver. 3.23.54 the driver is mysql-connector-java-3.0.8-stable-bin.jar in webapps/cocoon/WEB-INF/lib/ cocoon 2.0.4 my sitemap.xmap file contain : *http://apache.org/cocoon/s

Re: No valid JdbcConnection class available with MySQL

2003-06-03 Thread Geoff Howard
At 01:39 PM 6/2/2003, you wrote: On Monday, June 2, 2003, at 07:47 AM, Geoff Howard wrote: Not even by the name of the jar? For instance, in 2.0.x for jdk1.4 the excalibur datasource jar is called excalibur-datasource-vm14-20021121.jar. The vm14 stands for "virtual machine version 1.4" and I

Re: No valid JdbcConnection class available with MySQL

2003-06-03 Thread Austin Tashis
On Monday, June 2, 2003, at 07:47 AM, Geoff Howard wrote: Not even by the name of the jar? For instance, in 2.0.x for jdk1.4 the excalibur datasource jar is called excalibur-datasource-vm14-20021121.jar. The vm14 stands for "virtual machine version 1.4" and I think the other is called *vm12

Re: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Geoff Howard
y got the newer version to install and copied all the files I'd changed into it, and now it's WORKING! Both the HSQLDB examples and the MySQL example. So it must have been the JDK 1.3 version I'd been using. Good call. For future reference: hsqldb _is_ jdbc. If it's not work

Re: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Austin Tashis
On Monday, June 2, 2003, at 05:28 AM, Alexander Czernay wrote: Is there any trick to un-installing cocoon? I tried removing all its folders from Tomcat, but when I put the new cocoon.war file in there it didn't do anything. :-/ I ran into this problem, too. I finally found it was only a permi

Re: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Alexander Czernay
Is there any trick to un-installing cocoon? I tried removing all its folders from Tomcat, but when I put the new cocoon.war file in there it didn't do anything. :-/ I ran into this problem, too. I finally found it was only a permissions problem. You should check, if you granted read and execut

Re: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Austin Tashis
and copied all the files I'd changed into it, and now it's WORKING! Both the HSQLDB examples and the MySQL example. So it must have been the JDK 1.3 version I'd been using. Good call. Do a directory listing of your WEB-INF/lib - any jdk dependant jars should give some clue as to wh

RE: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Geoff Howard
valid JdbcConnection class available with MySQL > > > On Sunday, June 1, 2003, at 03:14 PM, Geoff Howard wrote: > > > If it's not already, you may want to set error level to info or debug - > > you may see more information. > > It is, but there are no data

Re: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Austin Tashis
On Sunday, June 1, 2003, at 03:14 PM, Geoff Howard wrote: If it's not already, you may want to set error level to info or debug - you may see more information. It is, but there are no database related messages The cocoon error log just contains the same error message that's displayed in the brow

Re: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Austin Tashis
On Sunday, June 1, 2003, at 03:53 PM, Scott McClure wrote: Is there any trick to un-installing cocoon? I tried removing all its folders from Tomcat, but when I put the new cocoon.war file in there it didn't do anything. :-/ Try using the web-based manager. First remove it, then delete the dir.

Re: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Scott McClure
Is there any trick to un-installing cocoon? I tried removing all its folders from Tomcat, but when I put the new cocoon.war file in there it didn't do anything. :-/ Try using the web-based manager. First remove it, then delete the dir. The manager is at /manager/html. ---

RE: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Geoff Howard
> > check through the logs in WEB-INF/logs and the tomcat logs as well for > > errors reported in instantiating the connection at startup. If it's not already, you may want to set error level to info or debug - you may see more information. > The cocoon error log just contains the same error m

Re: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Austin Tashis
s not having a problem with the database as other webapps are currently using it with no difficulty. Typically this problem has come down to one of the following: - permissions in mysql (is your user permitted to connect from localhost/ip?) Yes, I am using the same username/password as the other we

RE: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Geoff Howard
check through the logs in WEB-INF/logs and the tomcat logs as well for errors reported in instantiating the connection at startup. Typically this problem has come down to one of the following: - permissions in mysql (is your user permitted to connect from localhost/ip?) - the driver not being

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

mySQL xsp query - working on 2.0.3 NOT on 2.1 last CVS

2003-04-12 Thread Stavros Kounis
root web.xml entry in init-param: org.gjt.mm.mysql.Driver i have use jakarta-tomcat-4.1.17 winxp and i have put mysql-connector-java-2.0.14-bin.jar in tomcat's common/lib and cocoon's /web-inf/lib the strange thing is

Mysql and sql transformer

2003-04-09 Thread Luca Marchetti
Hi all, I've got a problem with mysql (on win or linux) and sql transformer. I've followed the instruction on the cocoon wiki about how to set-up mysql jdbc drivers, I've set up a simple pipeline with a really simple query, but the result is always the same: Failed to obtain con

sitemap authentication - mySQL

2003-04-03 Thread Stavros Kounis
hi i try to make from scratch an example of sitemap authentication but i dont know where is the database the [protected] example use is there any interface (command line maybe) to this database? how can i make this example use a table in a mySQL database running in the same machine ? stavros

Re: MySQL date conversion with modular database action

2003-02-21 Thread Christian Haul
On 19.Feb.2003 -- 11:45 AM, Andre Taube wrote: > Still the same: > > DEBUG (2003-02-19) 12:28.28:239 [sitemap.action.DatabaseUpdateAction] > (/pcm/contract_admin.contract.html) Thread-9/DatabaseAction: Trying to set > column pcm_contract.contract_status from request-param using getAttribute >

RE: MySQL date conversion with modular database action

2003-02-19 Thread Andre Taube
istian Haul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 11:32 AM > To: [EMAIL PROTECTED] > Subject: Re: MySQL date conversion with modular database action > > > Andre Taube wrote: &g

Re: MySQL date conversion with modular database action

2003-02-19 Thread Christian Haul
Andre Taube wrote: It still does not work. = === This does not match! Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0

RE: MySQL date conversion with modular database action

2003-02-19 Thread Andre Taube
for your help! Andre > -Original Message- > From: Christian Haul [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 9:46 AM > To: [EMAIL PROTECTED] > Subject: Re: MySQL date conversion with modular database action > > > Andre Taube wrote: >

Re: MySQL date conversion with modular database action

2003-02-18 Thread Christian Haul
Andre Taube wrote: > Trying to set column pcm_contract.start_date from request-param using getAttribute method > Setting column pcm_contract.start_date [0] 2/9/2003 This shows cleanly that you haven't requested the "attribute" mode here. Please check your table set! Chris. -- C h r i s t i

RE: MySQL date conversion with modular database action

2003-02-18 Thread Andre Taube
of org.apache.cocoon.acting.modular.DatabaseUpdateAction. Thanks!!! > -Original Message- > From: Christian Haul [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 3:18 AM > To: [EMAIL PROTECTED] > Subject: Re: MySQL date conversion with modular database action > > > Andre Taub

Re: MySQL date conversion with modular database action

2003-02-18 Thread Christian Haul
Andre Taube wrote: Thanks, that's exactly what I need. However, my date is in MM/dd/ format, how could I pass a format string to the DateMetaInputModule? API says: "Configuration options: child element "input-module" holds InputModule to obtain the string from, attribute "format" to "input-m

RE: MySQL date conversion with modular database action

2003-02-17 Thread Andre Taube
7, 2003 12:54 AM > To: [EMAIL PROTECTED] > Subject: Re: MySQL date conversion with modular database action > > > On 15.Feb.2003 -- 01:44 AM, Andre Taube wrote: > > Any pointers on how to convert a date before it's inserted into MySQL > > database while u

Re: R: MySQL date conversion with modular database action

2003-02-17 Thread Antonio Gallardo
Christian Haul dijo: > On 17.Feb.2003 -- 03:31 PM, Marco Taiuti wrote: >> I have a DatabaseAction with the followed descriptor >> >> >> >> line_db >> >> >> >> >> >> >> >> >>

Re: R: MySQL date conversion with modular database action

2003-02-17 Thread Christian Haul
On 17.Feb.2003 -- 03:31 PM, Marco Taiuti wrote: > I have a DatabaseAction with the followed descriptor > > > > line_db > > > > > > > > > > > > How i can use the

R: MySQL date conversion with modular database action

2003-02-17 Thread Marco Taiuti
atpub" to 'dd/MM/'? Thanks, Marco > -Messaggio originale- > Da: Christian Haul [mailto:[EMAIL PROTECTED]] > Inviato: lunedi 17 febbraio 2003 9.54 > A: [EMAIL PROTECTED] > Oggetto: Re: MySQL date conversion with modular database action > > > O

Re: MySQL date conversion with modular database action

2003-02-17 Thread Christian Haul
On 15.Feb.2003 -- 01:44 AM, Andre Taube wrote: > Any pointers on how to convert a date before it's inserted into MySQL > database while using cocoon's Modular Database Action? > > I tried > > > >parameter="org.apache.cocoon.components.modul

MySQL date conversion with modular database action

2003-02-15 Thread Andre Taube
Any pointers on how to convert a date before it's inserted into MySQL database while using cocoon's Modular Database Action?   I tried       It seems this "mode" parameter is being ignored.   Any suggestions?   Thank you!  

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
ting or use labels. > > > > > > > I am unsure what should go under name="". I have assumed it's the local > host name given in mysql? No, it is the name of the connection as defined in your cocoon.xconf. My entry l

RE: Cocoon and MySQL

2003-02-03 Thread Richard Cunliffe
: I am unsure what should go under name="". I have assumed it's the local host name given in mysql? My web.xml looks like so:

AW: Cocoon and MySQL

2003-02-02 Thread Marco Rolappe
Error(ErrorHandlerWrapper.ja va:213) ... looking at the following: > The following line I was unsure about: > jdbc:mysql://192.168.44.21:3306 ^^^ this one's wrong ;-) ok, next point: > I got the localhost address from MySQL Admin - I

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
: "Hubert Holtz" <[EMAIL PROTECTED]> 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 p

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

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 type

MYSQL, ESQL and character encoding

2002-12-10 Thread [EMAIL PROTECTED]
I'm using ESQL to read and write data from a MYSQL database. Everything works fine, except for one thing. When I look at the data stored in my database, I see very strange characters instead of the ones I expected. For example, when I fill a field of the db with the string "òàù&q

Re: unable to connect to firebird/mysql using esql

2002-12-08 Thread Gal Nitzan
Hi, Following is code excerpt from my own tests and it actually works with mysql. I will give u the whole story :-) , hope it will help. --- In web.xml: load-class com.mysql.jdbc.Driver end web.xml part

unable to connect to firebird/mysql using esql

2002-12-07 Thread Nils Le?mann
coon.xconf: jdbc:firebirdsql:localhost/3050:H:\\interbase\\firebird sysdba masterkey using the very same settings in a small java programm works. * i am using the following xsp: mysql select *

Re: MsSQL MySql PosgreSQL BasisPlus Oracle As400 Connections

2002-12-06 Thread Thor Heinrichs-Wolpert
* BasisPlus <http://outerthought.net/wiki/Wiki.jsp?page=BasisPlus> * Oracle <http://outerthought.net/wiki/Wiki.jsp?page=Oracle> * PostgreSQL <http://outerthought.net/wiki/Wiki.jsp?page=PostgreSQL> * MsSQL <http://outerthought.net/wiki/Wiki.jsp?page=MsSQL> * MySQL <http

Re: MsSQL MySql PosgreSQL BasisPlus Oracle As400 Connections

2002-12-06 Thread Nicola Ken Barozzi
<http://outerthought.net/wiki/Wiki.jsp?page=MsSQL> * MySQL <http://outerthought.net/wiki/Wiki.jsp?page=MySQL> Then go to http://outerthought.net/wiki/Wiki.jsp?page=SpecificDatabaseConnection Thanks to the tribute from people who had your same problem, you can now follow ins

Re: MsSQL MySql PosgreSQL BasisPlus Oracle As400 Connections

2002-12-06 Thread Antonio Gallardo
<http://outerthought.net/wiki/Wiki.jsp?page=Oracle> >>* PostgreSQL >> <http://outerthought.net/wiki/Wiki.jsp?page=PostgreSQL> * MsSQL >> <http://outerthought.net/wiki/Wiki.jsp?page=MsSQL> >>* MySQL <http://outerthought.net/wiki/Wiki.jsp?page=MySQL> >

Re: MsSQL MySql PosgreSQL BasisPlus Oracle As400 Connections

2002-12-06 Thread Alex McLintock
Oracle <http://outerthought.net/wiki/Wiki.jsp?page=Oracle> * PostgreSQL <http://outerthought.net/wiki/Wiki.jsp?page=PostgreSQL> * MsSQL <http://outerthought.net/wiki/Wiki.jsp?page=MsSQL> * MySQL <http://outerthought.net/wiki/Wiki.jsp?page=MySQL> Then go to http:/

MsSQL MySql PosgreSQL BasisPlus Oracle As400 Connections

2002-12-04 Thread Gabriele Domenichini
jsp?page=Oracle> * PostgreSQL <http://outerthought.net/wiki/Wiki.jsp?page=PostgreSQL> * MsSQL <http://outerthought.net/wiki/Wiki.jsp?page=MsSQL> * MySQL <http://outerthought.net/wiki/Wiki.jsp?page=MySQL> Then go to http://outerthought.net/wiki/Wiki.jsp?page=Speci

Re: mod-db action yields 'CALL IDENTITY()' MySQL syntax error

2002-10-25 Thread Samuel Bruce
temap.action.mod-db-add] () > > Thread-10/DatabaseAction: There was an error > rolling > > back the transaction > > java.sql.SQLException: General error: Warning: > Some > > non-transactional changed tables couldn't be > rolled > > back > > at >

Re: mod-db action yields 'CALL IDENTITY()' MySQL syntax error

2002-10-25 Thread Christian Haul
od-db-add] () > Thread-10/DatabaseAction: There was an error rolling > back the transaction > java.sql.SQLException: General error: Warning: Some > non-transactional changed tables couldn't be rolled > back > at > org.gjt.mm.mysql.MysqlIO.sendCommand(MysqlIO.java:497

mod-db action yields 'CALL IDENTITY()' MySQL syntax error

2002-10-24 Thread Samuel Bruce
Hello, I'm using the latest CVS, TC 4.1.12, JDK 1.4.01. The mod-db action inserts the first row correctly, but fails on the second row insert. It seems to also fail attempting to rollback. Anything you can do to help is appreciated. Here is a snippet from my sitemap.log: DEBUG (2002-10-24) 2

Re: XSP, ESQL and MySQL

2002-10-14 Thread Geoff Howard
like so: load-class org.hsqldb.jdbcDriver com.mysql.jdbc.Driver I think the latest release of the mysql driver is still supporting the org.gjt.mm.mysql.Driver but it's been officially changed to com.mysql.jdbc.Driver now. L

XSP, ESQL and MySQL

2002-10-14 Thread Tom Place
Apologies if this is a slightly “lower level” problem than normal but I think I am going slowly mad. I have just started working with cocoon 2 and am having some problems getting this to connect to mySQL. I have followed the tutorials to the letter and am getting an Exception in

RE: mySQL driver ? and performance

2002-09-26 Thread [EMAIL PROTECTED]
Kounis, The JDBC driver has been renamed MySQL Connector/J and can be found at http://www.mysql.com/downloads/api-jdbc.html The jar file should be placed in the Tomcat/lib directory if you don't want to fiddle with the classpath. Conrad Original Message: - From: Cocoon

Re: mySQL driver ? and performance

2002-09-26 Thread Vadim Gritsenko
Cocoon User wrote: >1. >where can i find mySQL driver for cocoon ? > JDBC driver for mySQL will do just fine. >2. >i use to get data from mySQL using php >can anyone comment the performance of cocoon retrieving data from mySQL >compiring to php > If no one has compari

mySQL driver ? and performance

2002-09-26 Thread Cocoon User
1. where can i find mySQL driver for cocoon ? 2. i use to get data from mySQL using php can anyone comment the performance of cocoon retrieving data from mySQL compiring to php thnx Kounis Stavros - Please check that

Re: mySQL connection pool

2002-09-26 Thread Richard Reyes
Something like this... jdbc:mysql://localhost/db_xxx root - Original Message - From: "Cocoon User" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 12:41 AM Subject: mySQL connect

mySQL connection pool

2002-09-26 Thread Cocoon User
i have an mySQL database: "myDB" with one table "myTable" running at localhost can you please give me an example of connection pool syntax for cocoon.xconf file ? thank Kounis Stavros - Please chec

Re: simple connection to MySQL

2002-09-07 Thread Vaskin Kissoyan
downloaded > the new Connector/J from www.mysql.com ?? > In which case ... > > See my annotations below > > >>-Original Message- >>From: Vaskin Kissoyan [mailto:[EMAIL PROTECTED]] >>Sent: 06 September 2002 16:22 >>To: [EMAIL PROTECTED] >>Subjec

RE: simple connection to MySQL

2002-09-07 Thread Christopher Watson
16:22 > To: [EMAIL PROTECTED] > Subject: simple connection to MySQL > > > I've tried to follow the how-to's and tutorials on the net and in the > docs. Someone plase let me know what step I'm missing: > > 0) > * Built 2.0.3 with all the samples and libs, in

RE: simple connection to MySQL

2002-09-07 Thread Christopher Watson
16:22 > To: [EMAIL PROTECTED] > Subject: simple connection to MySQL > > > I've tried to follow the how-to's and tutorials on the net and in the > docs. Someone plase let me know what step I'm missing: > > 0) > * Built 2.0.3 with all the samples and libs, in

Re: simple connection to MySQL

2002-09-07 Thread Sheraz Khan
hey dude u need to place the mysql driver called "mm.mysql-2.0.11-bin.jar" which has to then be placed in your applications "WEB-INF/lib/" dir. Then U have to declare your RDBMS datasource, which u have done, and matches with mine.. but i have also added a password.

Re: simple connection to MySQL

2002-09-06 Thread Alan Hodgkinson
with all the samples and libs, installed war file under > Tomcat 4.04, under JDK 1.4 > * Built same tables with given sql file in mysql on a default install of > 3.23.51 on same machine (localhost), database is cocoon Sounds ok. > 1) Dropped the zip file into appropriate place

simple connection to MySQL

2002-09-06 Thread Vaskin Kissoyan
I've tried to follow the how-to's and tutorials on the net and in the docs. Someone plase let me know what step I'm missing: 0) * Built 2.0.3 with all the samples and libs, installed war file under Tomcat 4.04, under JDK 1.4 * Built same tables with given sql file in mysql on a

Re: could not add record/mysql

2002-09-02 Thread Wolle
help! wolfgang * *Regards, * *Lajos * * *Wolfgang Weigel wrote: * *> hi! *> *> i tried to change the example from *> http://localhost:8080/cocoon/tutorial/home.html by using a mysql-database. *> everything works fine if using the name "personnel" for the *> database-co

Re: could not add record/mysql

2002-09-02 Thread Lajos Moczar
for the cocoon webapp, and then restart it. Regards, Lajos Wolfgang Weigel wrote: > hi! > > i tried to change the example from > http://localhost:8080/cocoon/tutorial/home.html by using a mysql-database. > everything works fine if using the name "personnel" for the >

could not add record/mysql

2002-09-02 Thread Wolfgang Weigel
hi! i tried to change the example from http://localhost:8080/cocoon/tutorial/home.html by using a mysql-database. everything works fine if using the name "personnel" for the database-connection in the cocoon.xconf () as soon as i modify the name-parameter (e.g. mysql) i get the

Re: Installing mysql JDBC Driver

2002-08-29 Thread Jessica Niewint
At 12.02 29/08/2002 +0100, you wrote: You were so right ! It was the jar file. Somehow it was damaged or because I copied it from my server to my windows desktop ... now I have done every step with unix and everything is fine. So now I got : jdk 1.4.0 tomcat 4.0.4 cocoon 2.0.3 and the mysql

RE: Installing mysql JDBC Driver

2002-08-29 Thread Gustav Lidén
sting any html page (also ones that don't use mysql as a data source).   My cocoon.xconf contains:               jdbc:mysql://localhost/web    guslid    guslid And the following works command-line-wise: mysql -uguslid -pguslid web  - so it shouldn't be a p

Re: Installing mysql JDBC Driver

2002-08-29 Thread Jeremy Aston
ooks OK and you should be able to run the hsqldb driver as well.  I have had no problems with mySQL on 2.0.3 and JDK 1.4 so you could try that.  You could also comment out all the other driver references and the other pools to check there are no conflicts.  I'm not sure that any of this is st

Re: Installing mysql JDBC Driver

2002-08-29 Thread Jeremy Aston
Hi Jessica, Looks OK and you should be able to run the hsqldb driver as well.  I have had no problems with mySQL on 2.0.3 and JDK 1.4 so you could try that.  You could also comment out all the other driver references and the other pools to check there are no conflicts.  I'm not sure that a

RE: Installing mysql JDBC Driver

2002-08-29 Thread Jan Willem Penterman
Took a closer look on my config, I also have com.mysql.jdbc.Driver in my xconf mysql part. I'm not sure if this could make a difference. Back when I was having problems setting mysql up on a JDK1.3.1 box, someone pointed me to the fact that I'd better use the latest versions possible o

Re: Installing mysql JDBC Driver

2002-08-29 Thread Jessica Niewint
If there are no config problems then post your web.xml and cocoon.xconf extracts and I'll have a look. the jar should be fine in WEB-INF/lib. I got exactly all this. The only point is that there a still the standard driver in my installation. my web.xml load-class

RE: Installing mysql JDBC Driver

2002-08-29 Thread Jessica Niewint
At 18.51 28/08/2002 +0200, you wrote: >I just dropped it into the lib folder. My setup in web.xml and >cocoon.xconf are like Jermey Aston desribed in his reply (only >difference are the classnames for connector/j). OK I dropped the mysql-connector-java-3.0.0-beta-bin.jar file ( I did no

Re: Installing mysql JDBC Driver

2002-08-28 Thread Andre Thenot
You can also put it in $JAVA_HOME/lib/ext (or $JAVA_HOME/jre/lib/ext depending on your setup). That way, it's accessible from anywhere on your system which is a feature or a bug On Wednesday, August 28, 2002, at 12:51 , Jan Willem Penterman wrote: > I just dropped it into the lib folder.

RE: Installing mysql JDBC Driver

2002-08-28 Thread Jan Willem Penterman
; From: Jessica Niewint [mailto:[EMAIL PROTECTED]] > Sent: woensdag 28 augustus 2002 18:30 > To: [EMAIL PROTECTED] > Subject: RE: Installing mysql JDBC Driver > > > At 18.02 28/08/2002 +0200, you wrote: > >Does the driver show up in the Classpath in core.log? (Do a &g

RE: Installing mysql JDBC Driver

2002-08-28 Thread Jessica Niewint
At 18.02 28/08/2002 +0200, you wrote: >Does the driver show up in the Classpath in core.log? (Do a search on >"Classpath =" in core.log and see if the driver is listed over there). > >I also had a lot of trouble with getting mysql to work. Using JDK1.4 and >Connector/J

RE: Installing mysql JDBC Driver

2002-08-28 Thread Jan Willem Penterman
Does the driver show up in the Classpath in core.log? (Do a search on "Classpath =" in core.log and see if the driver is listed over there). I also had a lot of trouble with getting mysql to work. Using JDK1.4 and Connector/J 3.0 beta now (that's the successor to mm.mysql, they

Re: Installing mysql JDBC Driver

2002-08-28 Thread Jeremy Aston
really have no clue. Why is it impossible to define a connection pool for mysql ? Do I have to change the name of the mm.mysql-2.0.4-bin.jar file ? What can I do to make everything work ?Thanks in advance, Jessi-Please check that yo

Installing mysql JDBC Driver

2002-08-28 Thread Jessica Niewint
) INFO(2002-08-09) 17:42.10:432 [access] (Unknown-URI) Unknown-thread/CocoonServlet: Reloading from: jndi:/localhost/cocoon/WEB-INF/cocoon.xconf I really have no clue. Why is it impossible to define a connection pool for mysql ? Do I have to change the name of the mm.mysql-2.0.4-bin.jar file

Re: Error "no connections in the pool" with mySQL? [Solved]

2002-08-19 Thread Derek Hohls
Thanks! Tried this - and it worked. (ie. the names of the classes ARE case-sensitive!) >>> [EMAIL PROTECTED] 16/08/2002 02:12:20 >>> -->org.gjt.mm.mySQL.Driver I define mine as org.gjt.mm.mysql.Driver instead... __ Do You Yahoo!? Ho

j2sdk1.3.1_04 also bad for MySQL?

2002-08-17 Thread Jan Willem Penterman
Still struggling with the problems regarding MySQL...instead of using ESQL I tried SQLTransformer this time. Gives me the WARNING j2sdk1.4 users have been complaining about: WARN(2002-08-17) 18:09.10:463 [core.manager] (/cocoon/mysqltest/results.xml) HttpProcessor[8080][0

RE: [repost] MySQL no suitable driver

2002-08-16 Thread Jan Willem Penterman
ent: vrijdag 16 augustus 2002 21:30 > To: [EMAIL PROTECTED] > Subject: Re: [repost] MySQL no suitable driver > > > Look at http://xml.apache.org/cocoon/developing/datasources.html > > It's good if the pool is initialized long before your xsp's need it. > >

RE: [repost] MySQL no suitable driver

2002-08-16 Thread Jan Willem Penterman
: [EMAIL PROTECTED] Subject: Re: [repost] MySQL no suitable driver I had the exact same problem... which was solved by uploading an *uncompressed* mysql driver .jar to WEB-INf/lib (yes yes, it seems like a a lot of voodoo nonsense...) good luck

Re: [repost] MySQL no suitable driver

2002-08-16 Thread Roger I Martin PhD
sql.Driver oracle.jdbc.driver.OracleDriver ... with the MySQL driver added. Then in your cocoon.xconf you need: ... com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/test root 5h4p3r5 ... Then in one of your xsp's ... MY_POOL

Re: [repost] MySQL no suitable driver

2002-08-16 Thread MTiffany71
I had the exact same problem... which was solved by uploading an *uncompressed* mysql driver .jar to WEB-INf/lib (yes yes, it seems like a a lot of voodoo nonsense...) good luck

[repost] MySQL no suitable driver

2002-08-16 Thread Jan Willem Penterman
[repost] still stuck on this [/repost] I'm quite new to Cocoon but want to set up a MySQL connection using ESQL. I followed the directives on http://www.cocooncenter.de/cc/documents/resources/db-app/index.html and altered the settings for MySQL like I see them everwhere in the mail archive

Re: Error "no connections in the pool" with mySQL?

2002-08-16 Thread Derek Hohls
coon 2.0.3 solved my problem. greetings mike - Original Message - From: "Derek Hohls" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 2:24 PM Subject: Re: Error "no connections in the pool" with mySQL? >

Re: Error "no connections in the pool" with mySQL?

2002-08-16 Thread Michael Mangeng
- Original Message - From: "Derek Hohls" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 2:24 PM Subject: Re: Error "no connections in the pool" with mySQL? > Thanks for the suggestion - I see it was it was

Re: Error "no connections in the pool" with mySQL?

2002-08-16 Thread Derek Hohls
Thanks for the suggestion - I see it was it was all lowercase on my machine too - however, when I changed it to 'mySQL' here, and restarted Tomcat, I did not get any errors on my machine - in other words, the case doesnt not affect the problem happening on the client machine. so I

Re: Error "no connections in the pool" with mySQL?

2002-08-16 Thread Kenny Chow
-->org.gjt.mm.mySQL.Driver I define mine as org.gjt.mm.mysql.Driver instead... __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com - Please

Error "no connections in the pool" with mySQL?

2002-08-16 Thread Derek Hohls
I have an old problem on a new machine ;-( The new machine, where I have just done a 'clean' installation of an app that runs without any problems on my machine (and on the local Unix box) has the following config: - Windows2000 - IIS - Tomcat 4.0.01 - Cocoon 2.0 - mySQL 3.23.xx Coc

MySQL - No suitable driver

2002-08-14 Thread Jan Willem Penterman
I'm quite new to Cocoon but want to set up a MySQL connection using ESQL. I followed the directives on http://www.cocooncenter.de/cc/documents/resources/db-app/index.html and altered the settings for MySQL like I see them everwhere in the mail archives. So I have an XSP page generated f

  1   2   3   >