Re: bad lookup of log4j.dtd

2006-03-30 Thread Fernando Mato Mira
I think the problem is that the log4j.xconf that comes with cocoon has: !DOCTYPE log4j:configuration SYSTEM log4j.dtd Fernando Mato Mira wrote: Antonio Gallardo wrote: [EMAIL PROTECTED] escribió: Cocoon 2.1.8 is looking for log4j.dtd in the webapp directory instead of the log4j jar

Anyone got any nice Cocoon-based photo album lying around?

2006-03-30 Thread Sandor Spruit
OK. I admit that I'm being lazy. There, I said it! :) I need a web-based photo album as part of a project. Preferably Cocoon-based, perhaps using a database to store pictures and thumbs. Reason that I'm asking is that other parts of the project are taking up a lot of time, and I need to get

Flowscript - amend file

2006-03-30 Thread Peter Sparkes
Hi, I am using CForms to generate and store files on the server. I want to take some of the entered data and use it to amend a different file stored on the server. Within the CForm javascript I extract the data from the form using var lodge= form.getChild(name).getValue(); I then load the

Re: Using a Proxy Server for Cocoon

2006-03-30 Thread Edwin Kapauni
http://wiki.apache.org/cocoon/ApacheModProxy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

First Cocoon application help needed

2006-03-30 Thread jigo jacob
I have downloaded the latest cocoon release 2.1.8. After running the build I have copied the webapp folder instead of the war file in the TOMCAT_HOME/webapps directory. I then accessed the http://127.0.0.1:8080/cocoon/ I was able to see the cocoon welcome page. I hope that confirms proper

RE: First Cocoon application help needed

2006-03-30 Thread Philippe LAPLANCHE
I suggest you try and look at the samples. Normally you should be able to go to http://localhost:8080/cocoon/samples You have to go to webapps/cocoon/samples/ and look at the different sitemap.xmap files present in each directory for each sample sitemap.xmap file are very important files. Learn

RE: Re: Using a Proxy Server for Cocoon

2006-03-30 Thread Stewart, Gary
-Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Edwin Kapauni http://wiki.apache.org/cocoon/ApacheModProxy Unless I'm misreading this (which I might be) it was probably me not explaining my question very well. That's for getting cocoon to act as a proxy or to

RE: First Cocoon application help needed

2006-03-30 Thread Andrew Stevens
From: jigo jacob [EMAIL PROTECTED] Date: Thu, 30 Mar 2006 04:46:04 -0800 (PST) I have downloaded the latest cocoon release 2.1.8. After running the build I have copied the webapp folder instead of the war file in the TOMCAT_HOME/webapps directory. I then accessed the

Re: Using a Proxy Server for Cocoon

2006-03-30 Thread Bertrand Delacretaz
Le 28 mars 06 à 17:40, Stewart, Gary a écrit : ...Is there any way to specify a proxy server for cocoon to use on either a per-pipeline basis, for a sitemap, or for the whole of the cocoon deployment? Search for proxy in http://wiki.apache.org/cocoon/FAQs - proxies are defined at the

RE: Using a Proxy Server for Cocoon

2006-03-30 Thread Stewart, Gary
-Original Message- From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Search for proxy in http://wiki.apache.org/cocoon/FAQs - proxies are defined at the JVM level and are by default global. -Bertrand Thank you, I feel really bad that I asked this since it is in the FAQ

Re: Creating bookmarks with JavaFlow

2006-03-30 Thread Simone Gianni
Hi Harlan, AFAIK unfortunately there is no equivalent of createWebContinuation in javaflow. I need it too and tried to add something similar but got no much time to work on it. Could you please file a bug on http://issues.apache.org/jira/browse/COCOON about it? I will try to add a method on

petstore explaination needed

2006-03-30 Thread Philippe LAPLANCHE
Hello, I'm trying to understand the petstore sample and I hoped someone could help me understand how the following code works. function main(funName) { var fun = this[funName]; var args = new Array(arguments.length -1); for (var i = 1; i arguments.length; i++) { args[i-1] =

reauthentication?

2006-03-30 Thread Fernando.Matomira
Hello, I have a webapp which connects to a cocoon webapp sending a token for authentication. When the user logs out and logs in again from the first webapp, I get an error in the flow in cocoon webapp because it uses the token stored in the session which is still valid instead of

Re: Best way to launch external applications as generators?

2006-03-30 Thread Jonas Lundberg
Hi Simone, thank's for the advice! Best regards Hans On 3/28/06, Simone Gianni [EMAIL PROTECTED] wrote: Hi Jonas, I don't know of an existing ExecuteGenerator, so i think you should implement a new generator in java. AFAIK the oo macros will save the output file, so knowing the input file

Re: Using a Proxy Server for Cocoon

2006-03-30 Thread Bertrand Delacretaz
Le 30 mars 06 à 15:55, Stewart, Gary a écrit : ...I feel really bad that I asked this since it is in the FAQ and everything... well, we know our docs are not the best organized ones, so you don't have to feel so bad ;-) -Bertrand smime.p7s Description: S/MIME cryptographic signature

online survey tool based on Cocoon?

2006-03-30 Thread Renaud Richardet
Hello, I was wondering if someone knew of an online survey tool based on Cocoon. We have been looking around, but couldn't find anything close to that. It would be great to be able to reuse some code :-) TIA, Renaud -- Renaud Richardet COO America Wyona Inc. - Open Source Content

Re: Cocoon + XQuery + SQLServer?

2006-03-30 Thread Suzan Foster
Hi Lars, The main problem is that there is no standardized method for doing XQueries, not even amongst the native xml databases. Both XQueryGenerator's I know of (eXist and X-Hive) use their own proprietary interfaces, so you would need to write your own for SQLServer. I think that the

Re: Creating bookmarks with JavaFlow

2006-03-30 Thread Harlan Iverson
Simone, I've created an issue in JIRA http://issues.apache.org/jira/browse/COCOON-1819 Thanks! Harlan Simone Gianni wrote: Hi Harlan, AFAIK unfortunately there is no equivalent of createWebContinuation in javaflow. I need it too and tried to add something similar but got no much time to

Re: imagedirectory png width and height not generated?

2006-03-30 Thread Jorg Heymans
Lincoln wrote: The generator type imagedirectory doesn't appear to generate the attributes width and height for png's. Gifs and jpg are fine. Is there a workaround? Am I doing something wrong? If you look at src/java/org/apache/cocoon/util/ImageUtils.java, you'll see that it only

Re: Handling SQL Transformer exceptions

2006-03-30 Thread Oleg Konovalov
Warrell,(sorry, was busy with more urgent problems)No, I don't have mainTemplate XML element, in fact I replaced template name with:xsl:template match='sht:Row' Not sure it is right. What happens if there are SQL Exceptions from SQL Transformer, where do Exceptions go in XML?which template should

Re: Anyone got any nice Cocoon-based photo album lying around?

2006-03-30 Thread Tim Williams
On 3/30/06, Sandor Spruit [EMAIL PROTECTED] wrote: OK. I admit that I'm being lazy. There, I said it! :) I need a web-based photo album as part of a project. Preferably Cocoon-based, perhaps using a database to store pictures and thumbs. Reason that I'm asking is that other parts of the

wikis

2006-03-30 Thread Peter Flynn
What Cocoon-based wikis are recommended (if any)? ///Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wikis

2006-03-30 Thread Renaud Richardet
Peter Flynn wrote: What Cocoon-based wikis are recommended (if any)? ///Peter The chaperon block, try: http://jsn-server5.com/cocoon/samples/blocks/chaperon/view.do?page=index Here the demo: You might want to give a look at Apache Lenya [1], we just created a wiki module to create and

Re: Handling SQL Transformer exceptions

2006-03-30 Thread Oleg Konovalov
A little correction: the full path to the error structure I need to populate in case of error is: /root/upload/page/content/error (/message) And I have that root template: xsl:template match="/" page content xsl:apply-templates/ /content /page /xsl:template But the