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
to "input-module" that holds a java.text.SimpleDateFormat format string" but the following does not work for me: start_date > -Original Message- > From: Christian Haul [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 1

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.modules.input.DateMetaInputModule:start_date[

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 User [EM

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 comparison on this list, lookup

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 connection pool > > i have an

Re: MySQL Numbers and Xalan...

2002-07-15 Thread Joerg Heinicke
It's not a valid number in XSLT/XPATH: http://www.w3.org/TR/xpath#NT-Number A number may only consist of digits and '.'. You either have to convert it before transformation or search for a stylesheet which transforms such a number to a conformant one. Regards, Joerg Lorenzo De Sio wrote: >

Re: MySQL Numbers and Xalan...

2002-07-15 Thread Bert Van Kets
Have you tried esql? It gives you a lot more control over how you request the data. There are enough docs and samples on esql to get you started. Bert At 14:21 15/07/2002 +0200, you wrote: >Hi all, > >I've got the following problem (on C2.0): > >a rowset generated by the SQLTransformer (whi

Re: MySQL

2002-04-26 Thread Lajos Moczar
Istvan - http://www.galatea.com/flashguides/cocoon-tips-2.xml on my site has a section about MySQL and Cocoon. Don't try with JDK 1.4, though. People have recently reported problems with the connections under that JDK. Tisztelettel, Lajos galatea.com Istvan Beszteri wrote: > Hi All, > > I

RE: MySQL Insert

2002-02-13 Thread SANSONE, AARON M [Non-Pharmacia/1000]
Ferran, Yes you can do any SQL statement using the transformer. An insert may look like this: http://apache.org/cocoon/SQL/2.0";> http://apache.org/cocoon/SQL/2.0";> insert into tablex ( username, password, activeFlag ) values ('', '', 'Y') Then process this throught the SQL

Re: Mysql, Tomcat 3.2.3, Cocoon 1.8.2

2001-11-30 Thread Alexander Smirnoff
I guess JDBC is the only way you could make MySQL work with cocoon directly. I do not remember where to get JDBC driver, you better look into MYSQL web site there are few of them...   How to use them in cocoon is very clear from examples...   Good luck, Alex. - Original Message -

Re: MySQL, C2, Tomcat 4.0.1, win2k/xp

2001-11-28 Thread Sidharth
Could any one tell me how I18n works with cocoon 1.8.2 Can I have any help in getting my xml internationalized - Original Message - From: "David Rosenstrauch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 2:59 AM Subject: Re: MySQL, C

RE: MySQL, C2, Tomcat 4.0.1, win2k/xp

2001-11-28 Thread Sharat Koya
I ll try it thanks -Original Message- From: David Rosenstrauch [mailto:[EMAIL PROTECTED]] Sent: Tuesday 27 November 2001 21:29 To: [EMAIL PROTECTED] Subject: Re: MySQL, C2, Tomcat 4.0.1, win2k/xp Don't know if you're still having problems with this or not. I'm using

Re: MySQL, C2, Tomcat 4.0.1, win2k/xp

2001-11-27 Thread David Rosenstrauch
Don't know if you're still having problems with this or not. I'm using MySql, C2, and Tomcat 4.0 Not much to it: * Start the MySql daemon * Start Tomcat * Put this into my XSP page: org.gjt.mm.mysql.Driver jdbc:mysql://localhost:3306/_your_app_

RE: MySQL, C2, Tomcat 4.0.1, win2k/xp

2001-11-26 Thread Nuno José Pires dos Santos
Can you be more accurate on the problem you have gotten?? I have two working installations: - MySQl + C2 + Tomcat 4.0.1 + win2k + jdk 1.4 beta2 - MySQL + C2 + Tomcat 4.0.1 + XP + jdk 1.4 beta2 and both are working, but i had to reinstall it a few times with the specific jvm ( the jdk1.4beta3

RE: MySQL, C2, Tomcat 4.0.1, win2k/xp

2001-11-26 Thread Liam Morley
I am using those pieces in my project. The source to my (unfinished) project can be found at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/wpigdc-cms/cms-main/. This might be what you're looking for; I'm not using ESQL or anything, but rather, JDBC through a transformer. Liam Morley -Origin

RE: MySQL Drivers - Cocoon 1.8.2

2001-10-05 Thread Marty McClelland
Try making the change below to the cocoon properties file ( change DBMySQL to DBMM ).  This worked for me.   processor.xsp.pool.database.adaptor.DBMM=org.gjt.mm.mysql.Driver     here's how I defined the connection pool:   processor.xsp.pool.database.iluminaPool.driver=org.gjt.mm.mysql.Driverp

RE: MySql+Cocoon

2001-05-28 Thread Matteo Colombo
Hi Try using mm.mysql-2.0.4-bin.jar instead ramesh Thanks a lot Ciao Matteo - Please check that your question has not already been answered in the FAQ before posting. To unsubscrib

RE: MySql+Cocoon

2001-05-27 Thread RameshBabu R Muthuvel
Hi Try using mm.mysql-2.0.4-bin.jar instead ramesh Original Message Follows From: JEULIN Olivier <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Hi, did you restart your web server and tomcat for the modifications to take effect ? -Message d'origine- De : [EMAIL PROTECTED]