RE: double namespace attribute

2003-03-16 Thread Robert Douglass
Thank you Charles. The only tag with a default namespace is query... what namespace should it be, and where do I define it? -Robert Douglass -Original Message- From: Charles Yates [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 March, 2003 12:03 AM To: [EMAIL PROTECTED] Subject: Re: double

SOLUTION: double namespace attribute in SQL Transformer

2003-03-16 Thread Robert Douglass
Here is the solution that I believe Charles was suggesting (for those who are as XML inept as I, it is nice to have this in black and white) ?xml version=1.0? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:sql=http://apache.org/cocoon/SQL/2.0; xsl:template

Auth-protect action problem

2003-03-16 Thread Ungvári Sándor
Hi! I'd like to use the user authentication in cocoon 2.0.4. but I always get some errors. I've read much about this topic but I couldn't solve my problem. Here is my sitemap: ... pipelines map:component-configurations authentication-manager handlers handler name=userPortal

possible thread problem..?

2003-03-16 Thread Marco Rolappe
hi group, I don't really know if this is a problem or just seems like one. apart from experiencing quite high cpu usage I encountered log entries assoctiated to threads with very high thread numbers; ... INFO(2003-03-16) 10:37.51:408 [access] (/imode_de/galleries/nav(1,2).html)

Cocoon logs

2003-03-16 Thread Amelie Cordier
Hi, I'm using cocoon with a postgresql database and there is a problem when I try to insert datas in my database. There is no information in the log files in the WEB_INF directory of cocoon. Is there any other log files where I can find help? Thanks in advance Regards, Am.

AW: Cocoon logs

2003-03-16 Thread Marco Rolappe
hi amelie, you may look at tomcat's log files ($TOMCAT_HOME/logs). but first make sure please that logging is enabled for the components you're using. i.e. for database actions, sql transformer, etc. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag

Re: Creating a MenuGenerator based on DirectoryGenerator

2003-03-16 Thread Miles Egan
On Sat, 2003-03-15 at 15:15, Keijo Lehto wrote: Hi, I'm thinking about writing my own MenuGenerator by modifying org.apache.cocoon.generation.DirectoryGenerator so that it will read the filesystem under my mount directory and generate sections from directories and resources from certain

PhpGenerator help

2003-03-16 Thread JD Daniels
Has anyone gotten the phpgenerator to work? I have followed this page: http://wiki.cocoondev.org/Wiki.jsp?page=PHPGenerator and do not get any error messages.. just a blank html page (The html/body tags are present, just no content) My config: Redhat 7.3 tomcat 4.1.18 Cocoon 2.1-dev (March 16

Cocoon.war file not being created for Cocoon-2.1 dev

2003-03-16 Thread Gautam Ganguly
hi all, I downloaded the CVS Head tag for Cocoon-2.1 from the code repository. After that i did a build.bat -Dinclude.webapp.libs=yes webapp...which resulted in Build successfull message.But when i try to look for cococoon.war file in the /build/cocoon-2.1-dev directory thats getting created

Re: Cocoon.war file not being created for Cocoon-2.1 dev

2003-03-16 Thread Mark Eggers
Gautam, The build system has been changed recently. To get the war file, run the following command: build war The build is now set up with blocks, so you can include / exclude functionality a lot more easily. This also makes it easier to build cocoon without the samples or documentation. The

style sheet WML - XML

2003-03-16 Thread zze-MORY Nicolas FTRD/DMI/REN
can anyone give me the URL or the file of the official XSL style sheet wich can transform WML in XML ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

calling Cocoon servlet from a external one

2003-03-16 Thread Josema Alonso
Hi, all. I've found some documents at Wiki and some threads in the mailing list about integrating servlets in Cocoon, but not the other way round. And that's what I need. I have a webapp in JSP and Servlets and I need to integrate some URLs processed by Cocoon for a news system I've built. I