Re: Processing XSL dynamically created with XSLT

2002-02-06 Thread Ruud Diterwich
One difference with the sub site-map is that it uses only 1 pipeline. Indeed, it turns out, that when I put both map:match elements in one pipeline, it does work. Is this correct behaviour? Should aggregation be used to combine multiple pipelines? Ruud Diterwich -Original

Re: cocoon userdocs/xsp/esql.html

2002-02-06 Thread Christian Haul
On 05.Feb.2002 -- 11:34 PM, Conrad Wood wrote: you refer to a database connection 'ConnectionName' in the Example and a note 'ConnectionName' is defined is cocoon.xconf. I spent the last day trying to figure out how to add this to cocoon.xconf. Can you add a link to how to do this on the

Re: Coccon2- Internal Server Error

2002-02-06 Thread Bert Van Kets
Don't forget that Cocoon is compiled with JDK 1.3 If you are using a headless Linux system (no X installed) check out the past threads about Xvfb and PJA. Bert At 22:07 5/02/2002 -0500, you wrote: Hi, I installed cocoon on tomcat 3.2.1. When i go to http://localhost:8080/cocoon i get an error

Re: DOCBOOK and Cocoon2 - Example needed!

2002-02-06 Thread Yann Secq
Erik Stunkat wrote: Hi Yann, see the log files in: \tomcat\webapps\cocoon\WEB-INF\logs yes, I looked at them but didn't find any errors :-( they should give you some hints or try xalan to convert your xml to pdf with the stylesheets to find the error. I have tried to do that : the xml

Re: XSL-FO (Colspan)

2002-02-06 Thread Alex McLintock
At 08:59 06/02/02, Ferran wrote: Hi, I'm working with xsl-fo, and I've made some tables... but, Is it possible to do something like td colspan.. ? in xsl-fo (I'm trying to do this in pdf format) Firstly I'd recommend asking straight FOP questions in the fo-user mailing list. (It does exist

Deploying Cocoon2 within Oracle 9iAS

2002-02-06 Thread Edward Jones
Hello, I am trying to deploy the Cocoon2 application to run under Oracle 9iAS/oc4j, and so far despite a trawl of the web, not having much success. Following a straightforward installed - copied .war file to /applications, added lines to application.xml and http-web-site.xml, the .war unpacked

RE: Deploying Cocoon2 within Oracle 9iAS

2002-02-06 Thread Anil_Kandula
Hi Edward, Cocoon2.0 requires xerces-1.4.4.jar in classpath. I think Oracle 9iAS/oc4j is already loading some other xerces in classpath. Check in classpath of application server if any xerces is there. Make sure that only xerces-1.4.4.jar is in classpath. Thanks, Anil. -- From:

Re: Deploying Cocoon2 within Oracle 9iAS

2002-02-06 Thread Marcelo F. Ochoa
Edward Jones wrote: Hello, I am trying to deploy the Cocoon2 application to run under Oracle 9iAS/oc4j, and so far despite a trawl of the web, not having much success. Following a straightforward installed - copied .war file to /applications, added lines to application.xml and

HowTo Cocoon pages

2002-02-06 Thread DURDINA Michal
Hello Cocoon users, I have just completed few tutorial pages along with examples about developing applications in Cocoon2. The location is http://durdo.miesto.sk/Cocoon2HowTo/index.html. At the time these pages consist of only 3 articles: * Subsitemap - creating the empty project before you

Re: HowTo Cocoon pages

2002-02-06 Thread Andreas Hartmann
Hi Michal, *** REPLY SEPARATOR *** On 06.02.2002 at 15:42 DURDINA Michal wrote: Hello Cocoon users, I have just completed few tutorial pages along with examples about developing applications in Cocoon2. The location is http://durdo.miesto.sk/Cocoon2HowTo/index.html. I

coccon2: mm.mysql is not invoked when I use esql:pool, but works in jsp:...

2002-02-06 Thread Conrad Wood
I'm a little bit troubled here with cocoon-2 (+tomcat) I am unable to load the mysql jdbc driver in cocoon via the web.xml. (in jsp I can load it, but not when using pools in esql) So here it goes: I seem to be able to use the mm.mysql jdbc driver when I use jsp in cocoon like so: ==

session lost after redirected from https to http

2002-02-06 Thread Evan Sho
Hi all cocoon users, When I try to implement login function by cocoon, users go to the login page (http) and submit login/passwd to authen page (https); if authenticated, the page will be redirected to the user's homepage (http). When the page is redirected from https to http, the session is

Re: HowTo Cocoon pages

2002-02-06 Thread Adrian 'Dagurashibanipal' von Bidder
On Tue, 2001-02-06 at 16:00, Andreas Hartmann wrote: http://www.cocooncenter.de/cocooncenter/tutorials/navigation/tutorial.html Wow! Phew! Last week I finally started to do something about a new look for my website (better: any look at all - fortytwo.ch is not what you'd call nice right now

Resources and Pipelines....

2002-02-06 Thread Lewis, Andrew J
Are there any known efficiency differences between pipelines that use resources for thier processing and pipelines that do equivalent processing directly without declared resources? Thanks! - Please check that your question has

webDAV

2002-02-06 Thread Bert Van Kets
I'd like to use Tomcat's webDAV with Cocoon. I've been trying all kinds of configurations, but can't get it running. How do I configure the webdav servlet in Tomcat, together with the cocoon servlet ? I know it's more a Tomcat question, but I can't seem to find a Tomcat list. I've copied the

Could not read resource file

2002-02-06 Thread Thorsten Mauch
Hi All I upgraded from cocoon 2 rc1 to version 2.01. with rc1 everything was ok, but now i get: type fatal message Could not read resource file:/C:/tomcat/webapps/cocoon/chiba/buglet.xml description org.apache.cocoon.ProcessingException: Could not read resource

FW:

2002-02-06 Thread Chitharanjan Das
Hello All, I am planning to provide the user authentication procedure via an Action. How do I access the datasource from JAVA code, to obtain a connection? Please include datasource example for oracle and sample code in JAVA to access the named datasource.

JSPGenerator problem

2002-02-06 Thread MOODAD (Shadi LB Soft)
Hi, I'm trying to execute a jsp file under cocoon but I have a small porblem that i didn't found a solution. I'm using this configuration: map:pipeline> map:match pattern="**.jsp"> map:generate type="jsp" src="../../{1}.xml"/> !--map:transform src="../../xml2fo.xsl"/--> map:serialize/>

AW: JSPGenerator problem

2002-02-06 Thread Bucholdt, Christian
Hi, You need at the beginning of the "src"-attribute a "/", and the JSP should be under a directory is called "jsp". example: map:match pattern="jsp/*" map:generate type="jsp" src="/test/jsp/{1}.jsp"/... map:serialize/ /map:match by christian -Ursprüngliche

Getting dbxml to work with Cocoon and tomcat 4

2002-02-06 Thread Michael Homeijer
Hi, Can anybody give me some hints on how to get dbxml to work with cocoon and tomcat 4. I tried placing jars in just about any location that could make sense, but I can't get it working completely. (OpenOrb is the initial problem, it cannot find its properties in the jar in web-inf/lib). TIA,

RE:

2002-02-06 Thread Luca Morandini
Chits, you can take a look at the SQLTransformer source code, which is included in Cocoon. Regarding the datasource, here it is (you should place it in cocoon.xconf): datasources jdbc name=noria-dev pool-controller min=5 max=10 oradb=true/

Re: Getting dbxml to work with Cocoon and tomcat 4

2002-02-06 Thread yuryx
Michael Homeijer wrote: Hi, Can anybody give me some hints on how to get dbxml to work with cocoon and tomcat 4. I tried placing jars in just about any location that could make sense, but I can't get it working completely. (OpenOrb is the initial problem, it cannot find its properties in the