Re: Help needed with xsp cocoon error

2001-10-29 Thread Jozsa Kristof
On Sun, Oct 28, 2001 at 02:02:26PM +, Joop van Duin wrote: Hello My name is Joop and I want to use xsp through cocoon. I'm using the Apache server 1.3.22 (Win32) as server and ApacheJServ 1.1.2 as servlet engine. I get the following error: java.lang.NoClassDefFoundError:

Help!Cocoon2+XSP

2001-10-29 Thread Skladov, Victor
Hello friends! Need your help urgently! I am new to Cocoon and XSP, so sorry for this question... THE PROBLEM: I'm writing an XSP, that reads from the DB the names of different items and lists them in a table in a HTML document. Then on mouse click upon any item a new window with another

AW: Help!Cocoon2+XSP

2001-10-29 Thread Jörn Heid
Seems you have to learn HTML/HTTP first. Look for CGI-Programming. I think the answe for your question is to use request parameters a href=article.xsp?id=something In XSP you can read this parameter and generate your database query. -Ursprüngliche Nachricht- Von: Skladov, Victor

Re: Exception: No more DTM IDs are available

2001-10-29 Thread Marcelo F. Ochoa
Jack Hirasawa wrote: Hi, I just installed Cocoon 2 on WebSphere 3.5.2 and when I try to access the http://localhost/cocoon/ page I get the following exception. Has anyone run into this problem and can you help me out? I think it's generated by Xalan. Thanks, I had the same error

Can i receive one running dynamic xml example in cocoon using PRODUCERS

2001-10-29 Thread ons
Hi, Can i receive one running dynamic xml example in cocoon using PRODUCERS. Thanks Vivek - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To

AW: Another applet question

2001-10-29 Thread Jörn Heid
You can. The question is - how. One easy approach is to use GET or POST like this one for HTTP GET: URL url = new URL ("/myproducer?xml="+URLEncoder.encode (myxmlstring)); You can map /myproducer to a xsp file or your own producer. If you do have further questions feel free to contact

Getting Cocoon2 to work with JBuilder5

2001-10-29 Thread Gordon Mickel
Hi Does anyone have experience in getting Cocoon2 to work inside JBuilder (the wizards are configured for usage with Cocoon1). thanx for any info Gordon -- Gordon Mickel, Arpanet AG Steinengraben 18, 4002 Basel, Switzerland Tel: +41 (0)61 276 96 60, Fax: +41 (0)61 276 96 66

AW: C2 / WebSphere Installation Instructions

2001-10-29 Thread Michael Zehrer
Hi Jack; thanks, great Work, but I still have this exception. Regards, Michael [01.10.29 13:03:58:565 GMT+01:00] dbb93d54 ServletInstan X Uncaught init() exception thrown by servlet {0}: {1} Cocoon2

Installing actions

2001-10-29 Thread Jozsa Kristof
I wrote a HelloWorld-like action based on the docs located in my cocoon install: /cocoon/documents/actions. I've put the file in /cocoon/WEB-INF/classes (using the package name 'test', so /test/HelloWorldAction.class). I've put the following lines in my sitemap: map:actions map:action

AW: external-graphic

2001-10-29 Thread Jörn Heid
I believe I have read something about that in the dev mailinglist. I think there are people working at it. I don't know what the current state is. The problem is the context. If you generate the pdf in a batch, FOP searches for the in the directory of that xsl. In Cocoon the 'working dir' is

AW: external-graphic

2001-10-29 Thread Adnan Zelkanovic
Could you tell me where to find this working directory? I've tried anything I found, but nothing works! I believe I have read something about that in the dev mailinglist. I think there are people working at it. I don't know what the current state is. The problem is the context. If you

Re: temp directory

2001-10-29 Thread Michael McKibben
Sorry if you've already received a reply to this, but the timing of my apache list mail seems to be lagged... Did you try getting Constants.CONTEXT_WORK_DIR from the context passed to your generator via the object model (or if you extend from ServletGenerator the context is available as a

Tomcat 4.0.1 and Cocoon 1.8.x

2001-10-29 Thread Stephen
I have just tried to upgrade Tomcat 3.2.1 to 4.0.1 using Cocoon 1.8.x and guess what? IT DON'T WORK. I know the differences between 4.0 and 3.2.1 but I just can't seem to get it to work. I get WEB-INF/cocoon.properties could not be found or something to that effect. I also tried

Newbie Question

2001-10-29 Thread Tanzila Mohammad
Hello all, I am trying to get started, I have installed cocoon successfully and I am able to view the examples via local host. I have the following scenario: HTML file --1- FO file --2-- PDF File I have the XSL stylesheet to do the conversion 1 and the html file. I have ran these

Re: Installing actions

2001-10-29 Thread Jozsa Kristof
On Mon, Oct 29, 2001 at 01:55:45PM +0100, Jozsa Kristof wrote: I wrote a HelloWorld-like action based on the docs located in my cocoon install: /cocoon/documents/actions. I've put the file in /cocoon/WEB-INF/classes (using the package name 'test', so /test/HelloWorldAction.class). .. ..which

Stylesheets using Logicsheets

2001-10-29 Thread Luis Gois
If I understood, you wan't tofetch some HTML generated in a logicsheet from your stylesheet, right? I have a stylesheet where I keep my FORM related templates so I can apply them whenever I have in my generated XML (post-logicsheet processing) a specific tag and a set of attributes which

Diff between ... SQL/v2 and SQL/2.0

2001-10-29 Thread Eduardo Godoy Vega
Which is the diff. between xmlns:esql=http://apache.org/cocoon/SQL/v2 and xmlns:sql=http://apache.org/cocoon/SQL/2.0 ?? BTW ... I want to execute an Oracle Function (create or replace function (X IN NUMBER) RETURN NUMBER), any example ... please. Eduardo.

[C2] esql nested queries

2001-10-29 Thread Mark S. Kent
I'm trying to find the best way to organize my XML data before doing the XSL stylesheet, and wanted to create my queries using ESQL nesting like this: esql:execute-query esql:queryselect foo from bar/esql:query esql:results esql:row-results data a esql:execute-query

RE: Exception: No more DTM IDs are available

2001-10-29 Thread Eduardo Godoy Vega
where did you change that parameter ??? Eduardo. -Original Message- From: Marcelo F. Ochoa [mailto:[EMAIL PROTECTED]] Sent: Monday, October 29, 2001 6:52 AM To: [EMAIL PROTECTED] Subject: Re: Exception: No more DTM IDs are available [DELETE] My solutions was do not used flag -server

Re: RE: Exception: No more DTM IDs are available

2001-10-29 Thread Marcelo F. Ochoa
On solaris systems these parameters are configured on the file /etc/system Best regards, Marcelo. -- Do you know DB Prism look @ http://www.plenix.com/dbprism/ More info? - Chapter 21 ?fesional XML Databases?? Wrox Press (http://www.wrox.com/) - Chapter 8 ?cle Open Source?? O'Reilly

Re: Generate static HTML with Cocoon

2001-10-29 Thread Cyril Cambien
You can use Cocoon command line interface. java org.apache.cocoon.Main -csourcepath -dresultpath -wtmppath -llogfilename -uINFO -flist.uris sourcepath : where your cocoon files are, with the sitemap and so on resultpath : where tour HTML files go tmppath: a directory for tmp files

external-graphic

2001-10-29 Thread Adnan Zelkanovic
I have a very big problem: external-graphic doesn't work with my Cocoon2. If I run my xml/xsl-files without Cocoon2 from fop.bat, then it works perfect. The generated pdf-file contains the image. But if I try to generate the pdf with Cocoon2 on the fly, the generated pdf-file doesn't contain the