No valid JdbcConnection class available with MySQL

2003-06-02 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:

New Altova XSLT Engine Available

2003-06-02 Thread newsletter
Altova Developer Connection: In This Months Issue: --- 1) New Altova XSLT Engine Available for Download - New XSLT Processor available under free software license 2) Changes in Support Maintenance (SMP) Policy 3) New Whitepaper on AUTHENTIC 5 -

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

SimpleProfileManager missing from 2.1-dev

2003-06-02 Thread Steven Cummings
Hello, The developers will hopefully be able to answer this question: Is it a bug that org.apache.cocoon.portal.profile.impl.SimpleProfileManager is missing from the sources but it is still listed as a component/ in cocoon.xconf? TIA /S -- Steven Cummings Columbia, MO Email: [EMAIL

RE: SimpleProfileManager missing from 2.1-dev

2003-06-02 Thread Steven Cummings
I left one detail out, I'm sorry! 8) The class seems to exist in 2.1m2 but NOT in the current cvs-checkout of 2.1-dev. Thanks. /S [EMAIL PROTECTED] (Steven Cummings) wrote: Hello, The developers will hopefully be able to answer this question: Is it a bug that

Re: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Austin Tashis
On Sunday, June 1, 2003, at 01:57 PM, Geoff Howard wrote: check through the logs in WEB-INF/logs and the tomcat logs as well for errors reported in instantiating the connection at startup. The cocoon error log just contains the same error message that's displayed in the browser. Tomcat is not

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

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 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

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

RE: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Geoff Howard
Are the samples still in tact (I assume they are since this is binary dist)? If so, can you confirm that the database samples (which use hsql) are working, or do you get the same error? If so, I'd guess that you may be using a jdk 1.2/3 version of the excalibur database package. Do a

Re: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Austin Tashis
On Sunday, June 1, 2003, at 09:19 PM, Geoff Howard wrote: Are the samples still in tact (I assume they are since this is binary dist)? If so, can you confirm that the database samples (which use hsql) are working, or do you get the same error? If so, I'd guess that you may be using a jdk 1.2/3

Hello Open Office samples

2003-06-02 Thread Antonio Gallardo
Hi: This Hello Office documents samples are great! I think we can change the name to: Hello OpenOffice.org Best Regards, Antonio Gallardo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Using I18nTransformer without catalogue

2003-06-02 Thread Konstantin Piroumian
From: Alex Romayev [EMAIL PROTECTED] Hi, Is is actually possible to use I18nTransformer without having to specify the catalogue-name and catalogue-location parameters? AFAIK, not yet, because of this lines in I18nTransformer code: 893: public void configure(Configuration conf) throws

RE: SimpleProfileManager missing from 2.1-dev

2003-06-02 Thread Carsten Ziegeler
Steven Cummings wrote: Hello, The developers will hopefully be able to answer this question: Sure :) Is it a bug that org.apache.cocoon.portal.profile.impl.SimpleProfileManager is missing from the sources but it is still listed as a component/ in cocoon.xconf? No, it's not a bug -

RE: Link Livesites: ExtremeComputing.org Cocoon 2.0.2

2003-06-02 Thread Carmona Perez, David
The link doesnt work for me. David -Mensaje original- De: Bobby Corpus [mailto:[EMAIL PROTECTED] Enviado el: viernes, 30 de mayo de 2003 5:10 Para: [EMAIL PROTECTED] Asunto: Link Livesites: ExtremeComputing.org Cocoon 2.0.2 ExtremeComputing.org is an

Again: forgotten namespaces problem

2003-06-02 Thread Alexander Schatten
I have argued a few days ago, that Cocoon forgets XML namespaces in HMTL(!)-serialized documents; I had and still have this problem particularly with pages generated with HTML generator. However, revisiting the problem (also watching websites others create with Cocoon), I have to realize, that

Re: Link Livesites: ExtremeComputing.org Cocoon 2.0.2

2003-06-02 Thread Yury Mikhienko
Yes, does not work for me also. Could not connect to remote machine: Connection refused The link doesn't work for me. David -Mensaje original- De: Bobby Corpus [mailto:[EMAIL PROTECTED] Enviado el: viernes, 30 de mayo de 2003 5:10 Para: [EMAIL PROTECTED] Asunto:

RE: the url cannot be null

2003-06-02 Thread Carmona Perez, David
Maybe you're facing the same problem I've had with the SQL Transformer that is closing the connection too prematurely. * open connection * perform query * get resultset * close the connection-- I've had to move this step later * browse the resultset David -Mensaje

RE: [HELP]Premature end of file.

2003-06-02 Thread Carmona Perez, David
First of all, look at the logs that Cocoon generates!. Probably an exception has been thrown. David -Mensaje original- De: ravi gaddam [mailto:[EMAIL PROTECTED] Enviado el: viernes, 30 de mayo de 2003 19:40 Para: [EMAIL PROTECTED] Asunto: [HELP]Premature end

RE: Bug in sunrise-deluser.xml ?

2003-06-02 Thread Carsten Ziegeler
Hi, Enrico Ballarin Dolfin wrote: I'm using Cocoon 2.0.4 with Tomcat 4.0.4 and Apache 1.3.26. Analyzing the sunspotdemoportal found in Cocoon 2.0.4 I have the impression that there is something wrong in the resource file sunrise-deluser.xml: The file has 3 sections: - delete from

Re: Again: quot;forgottenquot; namespaces problem

2003-06-02 Thread Antonio Gallardo
Hi: Check: http://wiki.cocoondev.org/Wiki.jsp?page=RemoveNamespaces Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I have a problem with transformer XInclude

2003-06-02 Thread Bruno Dumon
On Sat, 2003-05-31 at 18:03, bosspring ... wrote: [...] In this moment I have the information, but something is relationed with canciones.xml wiht a XPointer: elmcancion ident xlink:href=canciones.xml#xpointer(//[EMAIL PROTECTED]'1']/@canc)/ titulo xlink:include

Re: Where is Cocoon WebMail?

2003-06-02 Thread Christian Haul
On 02.Jun.2003 -- 10:21 AM, Laurent Trillaud wrote: Hi I'm looking for sources of the Cocoon WebMail. I can read (http://webmail.cocoondev.org/faq.html) that sources are in the scratchpad area but I can't find it, neither in block area. Is anybody knows what is going on with WebMail? Laurent

xsp-request:get-parameter

2003-06-02 Thread Olivier Billard
Hi all ! I have a little problem with the xsp-request taglib : I inserted xsp-request:get-parameter name=title default= as=xml/ to have the text of the title request parameter, but the generator writes xsp-request:parameter xmlns:xsp-request=http://apache.org/xsp/request/2.0;

Re: Again: quot;forgottenquot; namespaces problem

2003-06-02 Thread Alexander Schatten
Antonio Gallardo wrote: Hi: Check: http://wiki.cocoondev.org/Wiki.jsp?page=RemoveNamespaces I know this one, but I am afraid, you really missed the point. Please try to read my original posting again. In brief words again: IMHO Cocoon **has to be** standards conform and hence also the HTML

RE: Again: quot;forgottenquot; namespaces problem

2003-06-02 Thread Carsten Ziegeler
Alexander Schatten wrote: Antonio Gallardo wrote: Hi: Check: http://wiki.cocoondev.org/Wiki.jsp?page=RemoveNamespaces I know this one, but I am afraid, you really missed the point. Please try to read my original posting again. In brief words again: IMHO Cocoon **has to

Re: xsp-request:get-parameter

2003-06-02 Thread Olivier Billard
Found. I misunderstood the as attribute : - xml : result wrapped in a xsp-request:attribute element - string : only the value... -- Olivier - Original Message - From: Olivier Billard [EMAIL PROTECTED] To: Cocoon Users [EMAIL PROTECTED] Sent: Monday, June 02, 2003 10:53 AM Subject:

How to save a session context?

2003-06-02 Thread Nina Dahlmann
Hi! I am working for a project, where we develop an e-learning platform based on Cocoon. My question: is it possible to write information that is gathered in a session context out into e.g. a database or a file, when the session is terminated by a time out? I know that doing this, if the usere

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

RE: How to save a session context?

2003-06-02 Thread Reinhard Pötz
AFAIK you can implement a listener which will be notified when the session is terminated. But this has nothing to do with Cocoon but the Servlet API. HTH Reinhard -Original Message- From: Nina Dahlmann [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 11:29 AM To: [EMAIL

Re: How to save a session context?

2003-06-02 Thread Antonio Gallardo
Hi: There is no current built-in solution to your question in Cocoon. But you can customize the session or authentication Manager to your needs. Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Again: forgotten namespaces problem

2003-06-02 Thread Conal Tuohy
I would agree with you Alexander - it's a bug for the HTML Serializer to output other namespaces ... IMHO the HTML Serializer should log an error if you give it any namespace except the XHTML namespace and the null namespace. Post it in bugzilla and someone will fix it (maybe you? :-) Con

Re: create new Violation: xmlForm

2003-06-02 Thread Andrew Timberlake
Hill Firstly, the error is in the line List list = null; You need to initialise the list to something. You are calling list.add(... in the following line. I use the following method: private List AddViolation(String path, String message) { Violation violation = new Violation();

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

Re: Again: forgotten namespaces problem

2003-06-02 Thread Torsten Knodt
On Monday 02 June 2003 09:49, Alexander Schatten wrote: AS However, revisiting the problem (also watching websites others create AS with Cocoon), I have to realize, that leftover namespaces are very AS usual; e.g. the following: SQL, i18n, XHTML also others, that have AS nothing to do with HTML

jTidy

2003-06-02 Thread Mustafa Ali, Halgurt
Hallo, I am wrote a configuration file for configuring jTidy like that: //configuration file for html Tidy asxml = yes doctyp = omit indent = auto numeric-entities = yes fix-bachslash = yes drop-font = yes then I saves it as Tidyconf.txt in the same Direktory like my

Re: Again: forgotten namespaces problem

2003-06-02 Thread Alexander Schatten
Torsten Knodt wrote: On Monday 02 June 2003 09:49, Alexander Schatten wrote: AS However, revisiting the problem (also watching websites others create AS with Cocoon), I have to realize, that leftover namespaces are very AS usual; e.g. the following: SQL, i18n, XHTML also others, that have AS

inserting XML fragments in XSP

2003-06-02 Thread Mato Mira, Fernando
Hello, I have an XML fragment in a string. How does one insert it in XSP? (If the string variable is called foo, xsp:exprfoo/xsp:expr inserts it as escaped text) Thanks -- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Dialog www.dialog.com E-MAIL NOTICE: This message (plus

Re: Again: forgotten namespaces problem

2003-06-02 Thread Bruno Dumon
On Mon, 2003-06-02 at 13:14, Torsten Knodt wrote: On Monday 02 June 2003 09:49, Alexander Schatten wrote: AS However, revisiting the problem (also watching websites others create AS with Cocoon), I have to realize, that leftover namespaces are very AS usual; e.g. the following: SQL, i18n,

Re: No valid JdbcConnection class available with MySQL

2003-06-02 Thread Geoff Howard
At 10:53 PM 6/1/2003, you wrote: On Sunday, June 1, 2003, at 09:19 PM, Geoff Howard wrote: Are the samples still in tact (I assume they are since this is binary dist)? If so, can you confirm that the database samples (which use hsql) are working, or do you get the same error? If so, I'd guess

Re: inserting XML fragments in XSP

2003-06-02 Thread Geoff Howard
xsp-util:include-expr By the way, this would have turned up in one of the first hits from a search of the archive: http://marc.theaimsgroup.com/?l=xml-cocoon-usersw=2r=1s=xsp+xml+stringq=b There are also wiki pages: http://wiki.cocoondev.org/Wiki.jsp?page=XSP

RE: inserting XML fragments in XSP

2003-06-02 Thread Mato Mira, Fernando
There seems to be a bug in 2.1m2. It's inserting a ';' in the generated java code where it shouldn't. -- Fernando D. Mato Mira [EMAIL PROTECTED] -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 2:01 PM To: [EMAIL PROTECTED]

Re: Again: forgotten namespaces problem

2003-06-02 Thread Alexander Schatten
Bruno Dumon wrote: Nice, but an overkill for Alexander who simply wants all namespaces to be removed, which could be done streaming. And preferably immediately in the serializer, instead of another transformation step. The Xalan people seem not yet convinced though. Seem not convinced?

Re: Again: forgotten namespaces problem

2003-06-02 Thread Emmanuil Batsis (Manos)
Hi Alex, Alexander Schatten wrote: Bruno Dumon wrote: Nice, but an overkill for Alexander who simply wants all namespaces to be removed, which could be done streaming. And preferably immediately in the serializer, instead of another transformation step. The Xalan people seem not yet convinced

Re: Again: forgotten namespaces problem

2003-06-02 Thread Geoff Howard
At 08:48 AM 6/2/2003, you wrote: Hi Alex, Alexander Schatten wrote: Bruno Dumon wrote: Nice, but an overkill for Alexander who simply wants all namespaces to be removed, which could be done streaming. And preferably immediately in the serializer, instead of another transformation step. The

Re: Again: forgotten namespaces problem

2003-06-02 Thread Alexander Schatten
Emmanuil Batsis (Manos) wrote: I'm not convinced either. HTML is a legacy format. Most of us only use it instead of XHTML when we need to brake it anyway (via custom elements etc). (1) HTML is definitly no legacy format in my opinion (2) even IF HTML would be a legacy format, the serializer

Re: inserting XML fragments in XSP

2003-06-02 Thread Fernando D. Mato Mira
It seems the ';' is not the only problem. It looks like it's trying to insert the name of the variable, not its value (I think this last one is the same problem as in one of the messages you pointed to) Given: String errortext = parameters.getParameter(error-text);

Re: Again: forgotten namespaces problem

2003-06-02 Thread Alexander Schatten
Geoff Howard wrote: XHTML is the domain of the xml serializer, not the html serializer which exists for people who need to output that legacy format. Why is this tied to Xalan? precisely. Alex - To unsubscribe, e-mail:

Re: Again: forgotten namespaces problem

2003-06-02 Thread Emmanuil Batsis (Manos)
Geoff Howard wrote: At 08:48 AM 6/2/2003, you wrote: I'm not convinced either. HTML is a legacy format. Most of us only use it instead of XHTML when we need to brake it anyway (via custom elements etc). XHTML is the domain of the xml serializer, not the html serializer which exists for