Re: [C2]Caching of dynamic pipeline input

2002-01-22 Thread Nicola Ken Barozzi
- Original Message - From: Miller, Grant [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 21, 2002 7:03 PM Subject: [C2]Caching of dynamic pipeline input I cannot use esql because the results of the queries are themselves queries ( I query the DB to find out what queries

OT: RAD tool

2002-01-22 Thread Viktors Rotanovs
Hi, does anyone know any RAD tools with XML support to construct web sites, preferrably from the browser? I know one (sitesupra), but it doesn't hold information in XML (yeah, Ozone support would be cool). Best Wishes, Viktors Rotanovs E-Commerce Since 1995 --

RE: using sitemap-param from within xsp-page

2002-01-22 Thread Tsui, Alban
In the generated .java file from your xsp (should be in your tomcat/work/localhost/cocoon/./abstracts.java) , there is a comment saying something like: /* Built-in parameters available for use */ // context- ServletContext // request- HttpServletRequest

IE 6, Tomcat 4, Cocoon 1.8

2002-01-22 Thread ITANI Mohamed (LB Soft)
Running the application under Tomcat 4 using cocoon 1.8, and the client as IE6 will NOT generate the PDF report. Changing IE6 to IE 5.5, or Tomcat 4 to Tomcat 3.2 will solve the problem \ What's going on here ??? Thank you Itani

RE: [C2]Caching of dynamic pipeline input

2002-01-22 Thread Miller, Grant
Thanks but not sure I can use this. I have a logicsheet/xsl which abstracts the sql for each query. Therefore the db stores the queries as xml otherwise the sql would exist in 2 places (possible maintenance issues with that). The first query retrieves the abstracted XML queries tags from the db.

Re: A couple of ESQL Q's

2002-01-22 Thread Christian Haul
On 21.Jan.2002 -- 06:45 PM, NUGENT ROBERT (APP3RJN) wrote: First, I am trying retrieve an XML fragment stored as a CLOB in Oracle 8i. No problem using esql:get-ascii to retrieve the contents of the CLOB. Also no problem using esql:get-xml to retrieve an XML fragment stored as character data

[C2] Bug in SQL transformer?

2002-01-22 Thread Miller, Grant
Hello, I've been trying to use the SQL transformer. However, if it comes after an XSLT transformer in the pipeline it always throws an error. If I use the output of the XSLT step as the hardcoded input from a generate step (e.g. file generator) then it works fine. The crash happens whether or not

RE: [C2] Bug in SQL transformer?

2002-01-22 Thread Luca Morandini
Grant, I'd suggest to take a look at the cocoon.log, which contains a lot of information about errors. Aanyway, I've used SQLTransformer after XSLT stages have been performed (I generate tags embedding SP calls from stylesheets) and found no anomaly. Best regards,

DOC Session logicsheet

2002-01-22 Thread Christian Zoffoli
I think that the namespace in the documentation concerning Session logicsheet needs to be updated from http://www.apache.org/1999/XSP/Session; to http://apache.org/xsp/session/2.0; ... Bye Christian - Please check that your

RE: IE 6, Tomcat 4, Cocoon 1.8

2002-01-22 Thread Sreekanth . Payyavula
I have been having the same problem. I tried running some examples for pdf generation. they seem to open a blank pdf file. I will post again if i have any progress. Sreekanth -Original Message- From: ITANI Mohamed (LB Soft) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 5:03

How to add Filters in C2?

2002-01-22 Thread Niket Anand
Hi All, How can we add filters (that is provided by Servlet2.3) in cocoon-2.0? I want to do pre processor and post processor of any request handled by cocoon2 servlet. So how can I use filters for it? Pls reply soon. Thanks, Niket

RE: DOC Session logicsheet

2002-01-22 Thread Vadim Gritsenko
Thanks, This is updated in the CVS. Vadim From: root [mailto:root] On Behalf Of Christian Zoffoli I think that the namespace in the documentation concerning Session logicsheet needs to be updated from http://www.apache.org/1999/XSP/Session; to http://apache.org/xsp/session/2.0; ...

Re: How to add Filters in C2?

2002-01-22 Thread Nicola Ken Barozzi
- Original Message - From: Niket Anand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 3:24 PM Subject: How to add Filters in C2? Hi All, How can we add filters (that is provided by Servlet2.3) in cocoon-2.0? I want to do pre processor and post processor of

RE: IE 6, Tomcat 4, Cocoon 1.8

2002-01-22 Thread Sreekanth . Payyavula
Appreciate the Help. Sreekanth -Original Message- From: ITANI Mohamed (LB Soft) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 9:39 AM To: [EMAIL PROTECTED] Subject: Re: IE 6, Tomcat 4, Cocoon 1.8 Hi; It turned out to be a compatibility problem between Acrobat reader and

Re: IE 6, Tomcat 4, Cocoon 1.8

2002-01-22 Thread ITANI Mohamed (LB Soft)
I'd love to help, tell me if it's ur problem [EMAIL PROTECTED] wrote: Appreciate the Help. Sreekanth -Original Message- From: ITANI Mohamed (LB Soft) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 9:39 AM To: [EMAIL PROTECTED] Subject: Re: IE 6, Tomcat 4, Cocoon 1.8

JConnect / Sybase + Cocoon

2002-01-22 Thread Christophe Rykiel
Hi all, I am having trouble on cocoon2 with the connection pool. It seems that sybase doesn't allow to change the connection mode ( ie: setAutoCommit() ) after a chained transaction has taken place ( a transaction with the autocommit to false ). Is there a fix for Avalon or some parameters i am

Re: JConnect / Sybase + Cocoon

2002-01-22 Thread Christopher Painter-Wakefield
Have you set up your Sybase for JDBC? We were having similar problems until we had our DBA run a script (provided with jConnect in the sp subdirectory) to set up a bunch of stored procedures that jConnect needs. See

Servlet to XSL possible?

2002-01-22 Thread Bob Garvey
I would like to use Cocoon2, Tomcat.40 to pipline output from a servlet generating XML to an XSL transformer: is this possible? - Please check that your question has not already been answered in the FAQ before posting.

RE: Servlet to XSL possible?

2002-01-22 Thread Vadim Gritsenko
From: Bob Garvey [mailto:[EMAIL PROTECTED]] I would like to use Cocoon2, Tomcat.40 to pipline output from a servlet generating XML to an XSL transformer: is this possible? Try to use: transform src=http://host:port/my.xsl/ If it is slow for you, make sure that your servlet generating XSL

Re: Servlet to XSL possible?

2002-01-22 Thread Bob Garvey
I am missing the big picture. I want to generate data from servlet and have that output transformed to html for a response. I have tried combinations on the order of: map:match pattern=servlet23/* map:generate src=http://cb:8080/examples/servlet/servlet23.{1}/ map:transform

RE: [C2] Bug in SQL transformer?

2002-01-22 Thread Miller, Grant
Ok, it turns out this is to do with copying in the xsl before the sql transformer. If I copy a node then the sql transform fails. If, in XSL, I match and output the same thing as the copy would have done(in other words, a hardcoded/manual copy) then it works fine. Is there something special about

C1 - C2 and XML - XSP - XSL

2002-01-22 Thread Jean-Philippe Courson
Hi there, I have been using Cocoon 1 for a while but I am completely new to Cocoon2. If I have well understood, processing instructions that were defining in Cocoon 1 the way the documents had to be processed has been replaced in Cocoon 2 by entries the sitemap file. Here is my problem : I

RE: Servlet to XSL possible?

2002-01-22 Thread Vadim Gritsenko
From: Bob Garvey [mailto:[EMAIL PROTECTED]] I am missing the big picture. I want to generate data from servlet and have that output transformed to html for a response. I have tried combinations on the order of: map:match pattern=servlet23/* map:generate

Re: [C2] Bug in SQL transformer?

2002-01-22 Thread SunnyDay
Hi, I had a little fight with the transformer on sunday. I tried to use a SP and it always faild. So I inserted some debug-statements and it did not realy looked like a SQLTransformer - Problem! What I did (after hourless banging my head against the wall): I ... (1) downloaded the most

help management system?

2002-01-22 Thread Tibi DONDERA
This might be a litte OT, but I really have no other place to go... I have a Java application. Pretty big, actually, and still work in progress. And I'm required to build the help for it. The requirements: - modular: very easy to update/create the help files. - preferably web-based

Re: JConnect / Sybase + Cocoon

2002-01-22 Thread Christophe Rykiel
I did run the script when I did install JDBC and I have a few JAVA apps running and currently using the DBASE without any apparent problem. the SQL server is Sybase 11.9.2 in a linux box. I created the tables and entries needed for the samples to run, and just changed the datasource. I go to

Re: help management system?

2002-01-22 Thread Robert Koberg
Do you just need a pre-generated html site? I assume the 'help' is not dynamic. If so, then you would do best if you pre-generated the html from xml+xslt using a simple java app. You can almost use the sample code that comes with xsl processor or xml parsers. There are a few ways you can handle

RE: [C2] Bug in SQL transformer?

2002-01-22 Thread Luca Morandini
SunnyDay, the information you provided are too scarce... could you be more specic ? BTW, which DBMS are you using ? P.S. Out of sheer curiosity: why don't you use your real name (I guess you have one) ? - Luca Morandini

RE: [C2] Bug in SQL transformer?

2002-01-22 Thread Luca Morandini
Grant, my advice is to cut the pipeline just before the SQLTransformer step and see what happens... copying node-sets IS tricky. Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED]

Re: help management system?

2002-01-22 Thread David BERNARD
This might be a litte OT, but I really have no other place to go... I have a Java application. Pretty big, actually, and still work in progress. And I'm required to build the help for it. The requirements: - modular: very easy to update/create the help files. - preferably web-based