Re: XML and browsers

2001-06-12 Thread Holger Prause
[EMAIL PROTECTED] schrieb: > Hi, > I'm running Tomcat 4.0 m5 with Cocoon2 on Apache 3.1.19 and mod_webapp. > > Scenario: > > 1)lynx http://localhost:8080/examples/servlets/ shows Tomcat's examples > (servlets and JSP) file correctly. > > 2)lynx http://localhost:8080/examples/cocoon/ shows Cocoo

RE: Formating !

2001-06-12 Thread JEULIN Olivier
Hi, WARNING: you are using a deprecated taglib! The correct one is esql, not sql. Take a look at your cocoon/samples/sql for a sample. You will find the available elements in esql.xsd in the same directory. Olivier > -Message d'origine- > De : Gustavo Mejia [mailto:[EMAIL PROTECTED]] > En

[C1] Posting parameters to a servlet

2001-06-12 Thread Xavier MACHENAUD
Using C1, I can call a servlet passing parameters with an HTTP GET using the following code : "http:///?" + "techno=" + request.getParameter("techno") + "&" + "volt=" + request.getParameter("volt") + "&" + "arch=" + request.getParameter("arch")

changing flow depending on SAX event

2001-06-12 Thread Beauprez Sven
Hi, We are using the SQLTransformer to query a DB. Input parameters for the query come from the request (via parameters in the sitemap, for this i have made some changes to the SQLTransformer, which i'll post as soon as i documented it). Depending on the result of the query, we want to change th

C2b1 - Error compiling sitemap

2001-06-12 Thread Wieser Daniel
Hi all, I'm getting an Exception (see attached cocoon.log file) when I try to access Cocoon. Environment: - JDK 1.2.2 - WebLogic 5.1 - NT 4.0 Any suggestions? Thanks in advance. Daniel cocoon.log - Please check that

Re: [C2] pooling setup question

2001-06-12 Thread Lajos Moczar
Anyone have ideas on this? I'm also getting this exception. I was also confused about the tags - although this is how cocoon.xconf comes out of CVS, the documentation shows . Do I presume correctly that the documentation is out of date? Regards, Lajos Moczar Galatea IS Inc. HALLOWELL,KARL

Re: C2b1 - Error compiling sitemap

2001-06-12 Thread Davanum Srinivas
Daniel, Updated http://xml.apache.org/cocoon2/install.html with instructions for WebLogic6.0SP1. YMMV as you have 5.1. Thanks, dims --- Wieser Daniel <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm getting an Exception (see attached cocoon.log file) when I try to access > Cocoon. > > Environme

Re: java.lang.VerifyError

2001-06-12 Thread Oskar Werewka
check in repository the size of you generated class, java classes cannot be bigger than 64Kb - I didn't check if it is true, but read about it there. Oskar Werewka >Hello, > > This is in regard to java.lang.VerifyError . I am also experiencing it. >Scott Jones got relieved of it by using

[C2]: InvalidArgumentException

2001-06-12 Thread francesco.casalena
Hi, I've inserted these raws in server.xml: for a Cocoon'context in Tomcat 4.0. It doesn't work! This is catalina.out: [root@localhost logs]# more catalina.out Starting service Tomcat-Standalone Apache Tomcat/4.0-m5 java.lang.IllegalArgumentException: Document base webapps/

C2: Great Job

2001-06-12 Thread Daniel Pfuhl
congratulations guys, you did a great job. today I installed Cocoon2 an was wondering how easy it was to set it up. Nevertheless I do have to inform myself about the new structure but it seems, that it is coming up to an very interesting state. I am very proud to be am member of this list. your

Re: [C1] Posting parameters to a servlet

2001-06-12 Thread Sylvain Wallez
Xavier MACHENAUD a écrit : > > Using C1, I can call a servlet passing parameters with an HTTP GET using > the following code : > > > > > "http:///?" + > "techno=" + request.getParameter("techno") + "&" + > "volt=" + request.getParameter("volt") + "&"

org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.

2001-06-12 Thread Wesselmann, Marcus
Probably a stupid newbie question, but what did I do wrong, if I get this message when requesting localhost:8080/cocoon/ ??? RedHat 7.0 Tomcat 3.2.1 Cocoon 2.0b1 Thanks a lot. Marcus - Please check that your question has not a

Re: org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.

2001-06-12 Thread eirikdentz
Check your cocoon.log and look for the error message that tells you what caused the sitemap compilation to fail. It's probably just before the last log entry. (the log should be in $TOMCAT_HOME/webapps/cocoon/WEB-INF/logs/ ) Also try searching the the mailing list archive: http://marc.theaimsgr

Formating !

2001-06-12 Thread Gustavo Mejia
Hi, I am here again, I already got to use a XSL with my query, but I change my previous SQL to ESQL, and I got some errors, could you tell me what's wrong ? Here my code:   language="java"   xmlns:esql="http://www.apache.org/1999/SQL/v2"   xmlns:xsp="http://www.apache.org/1999/XSP/Core"   x

RE: Cocoon documentation ???

2001-06-12 Thread Michael Nachbaur
Being that this is Cocoon and all, couldn't we have a different stylesheet or something for a printable version of these pages? I'd like to be able to print without the header and navbar. > -Original Message- > From: David Crossley [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 11, 2001

Re: [C2]: InvalidArgumentException

2001-06-12 Thread giacomo
On Tue, 12 Jun 2001 [EMAIL PROTECTED] wrote: > Hi, > I've inserted these raws in server.xml: > > > Try using The default directory base is inside the webapps dir. Giacomo > > for a Cocoon'context in Tomcat 4.0. > It doesn't work! > This is catalina.out: > > [root

RE: [C2] pooling setup question

2001-06-12 Thread Gary Clark
I did, but that may be the problem. It seems to be an issue with Avalon/Excalibur, but I don't know enough to even get started with them. This is another good place in C2 for some extra documentation (hint, hint ;-). Gary A. Clark Systems Programmer Software Services Group JELD-WEN Information S

RE: Cocoon documentation ???

2001-06-12 Thread giacomo
On Tue, 12 Jun 2001, Michael Nachbaur wrote: > Being that this is Cocoon and all, couldn't we have a different stylesheet > or something for a printable version of these pages? I'd like to be able to > print without the header and navbar. A "build.sh printer-docs" should do it. The generated do

Off-Topic: XSLT Question

2001-06-12 Thread Rajkumar, Joseph
Hi Folks I know this is an off-topic question, but I am facing a problem with XSLT and I would appreciate some help since this is some what urgent. I have an xml file which contains something like Α S In the template for "IT" how do I different between a unicode character and an

Re: Using auth taglib

2001-06-12 Thread Ulrich Mayring
[EMAIL PROTECTED] wrote: > > -- Messaggio Originale -- > > >On Mon, 11 Jun 2001, Matteo Colombo wrote: > > > >> Hi, > >> I checked the session, auth:role and auth:group had the right values!!! > >> What's it wrong? Can I call session parameters from an XSL file? > > > >No you can't. In that case

Error in my query

2001-06-12 Thread Gustavo Mejia
Hi ! I am trying to pass a variable to my query and I got an error, my query is: select * from employee where empno={@clave} and the message is: java.sql.SQLException: Elemento SQL92 no soportado en la posición: 41: clave ... ... ... Could you help me ? Thanks a lot ! Gustavo Mejia --

Unable to open resource: WEB-INF/cocoon.properties

2001-06-12 Thread Arif Shaikh
Hello everybody;   i am trying to install cocoon 1.8.2 on the windows2000 using tomact jakarta-tomcat-4.0-b5. as per the instructions given on the cocoon page for installation, i have configured the required. but i am getting the following error.   Unable to open resource: WEB-INF/cocoon.prop

Problems compiling sitemap

2001-06-12 Thread Marco Tölle
Hello ! I tried to install Cocoon2 on Win2K and Tomcat 3.2.1and got the following error when requesting http://localhost:8080/cocoon : "The sitemap handler's sitemap is not available." I checked the cocoon log and I found the following: ERROR 4566[cocoon ] (Thread-24): Error compiling si

Re: Problems compiling sitemap

2001-06-12 Thread Davanum Srinivas
Marco, Did you follow all instructions as explained at http://xml.apache.org/cocoon2/install.html for Tomcat 3.X? Thanks, dims --- Marco_Tölle <[EMAIL PROTECTED]> wrote: > Hello ! > > I tried to install Cocoon2 on Win2K and Tomcat 3.2.1and got the following > error when requesting http://local

Re: Problems compiling sitemap

2001-06-12 Thread Marco Tölle
Hi ! Yes, I think I followed all instructions. Marco - Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 12, 2001 8:54 PM Subject: Re: Problems compiling sitemap > Marco, > > Did you follow all instructions as explained at http

Problems with cocoon-2.0b1 and tomcat-4.0-b5

2001-06-12 Thread Stefan Seifert
Hello. I tried running cocoon 2.0b1 with tomcat-4.0-b5 on Windows 2000 with JDK 1.3.1. It works, but it takes incredibly long to startup and compile sitemaps etc. I.e. calling the root at http://localhost:8080/cocoon takes something about 10 minutes at a Pentium III-1 GHz, 512Meg RAM. Calling th

Re:[C2] InvalidArgumentException

2001-06-12 Thread francesco.casalena
>> Hi, >> I've inserted these raws in server.xml: >> >> >> >Try using > > > >The default directory base is inside the webapps dir. >Giacomo Thank you Giacomo, but I've received the same error. Another idea? Only a doubt: my webapps/cocoon dir has thi permissions (generated by cocoon.

Re:[C2] InvalidArgumentException

2001-06-12 Thread francesco.casalena
>> Hi, >> I've inserted these raws in server.xml: >> >> >> >Try using > > > >The default directory base is inside the webapps dir. >Giacomo Thank you Giacomo, but I've received the same error. Another idea? Only a doubt: my webapps/cocoon dir has thi permissions (generated by cocoon.

Re: Unable to open resource: WEB-INF/cocoon.properties

2001-06-12 Thread Gritsenko
in your web.xml there is a path to your cocoon.properites. since both are in the same dir, the path should reflect this fact.     - Original Message - From: Arif Shaikh To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 11:51 AM Subject: Unable to open resourc

Re: Re:[C2] InvalidArgumentException

2001-06-12 Thread Matthew Cordes
I had a similiar problem when the directory inside the webapps was a symlink. Could this be the case? -matt - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 12, 2001 4:13 PM Subject: Re:[C2] InvalidArgumentException > >> Hi, > >> I've inserted

[C2] Problem with xinclude

2001-06-12 Thread Jörn Heid
I do have a problem with XInclude as a transformer (see below). Besides the problem does anybody know if I can use aggregation for that? I want to generate one xml file from two xml files (none of the must be a XSP)... I used the following in the sitemap: ..

Re: [C2] Problem with xinclude

2001-06-12 Thread giacomo
On Tue, 12 Jun 2001, Jörn Heid wrote: > I do have a problem with XInclude as a transformer (see below). > Besides the problem does anybody know if I can use aggregation for that? I > want to generate one xml file from two xml files (none of the must be a > XSP)... Sure, have a look on the aggreg

Re:[C2] InvalidArgumentException

2001-06-12 Thread giacomo
On Tue, 12 Jun 2001 [EMAIL PROTECTED] wrote: > >> Hi, > >> I've inserted these raws in server.xml: > >> > >> > >> > > >Try using > > > > > > > >The default directory base is inside the webapps dir. > > >Giacomo > > Thank you Giacomo, but I've received the same error. > Another idea? Anoth

Re: Problems with cocoon-2.0b1 and tomcat-4.0-b5

2001-06-12 Thread giacomo
On Tue, 12 Jun 2001, Stefan Seifert wrote: > Hello. > > I tried running cocoon 2.0b1 with tomcat-4.0-b5 on Windows 2000 with JDK > 1.3.1. It works, but it takes incredibly long to startup and compile > sitemaps etc. > > I.e. calling the root at http://localhost:8080/cocoon takes something > about

cocoon2 startup

2001-06-12 Thread Ben Rooney
hey all, i'm trying to get cocoon 2 up and running on my machine. however tomcat does not seem to be recognizing the /cocoon url. i've got other webapps up and running no problem. i've tried to edit my server.conf file to add an explicit entry in there for the cocoon webapp. any ideas ben

problem installing cocoon

2001-06-12 Thread kaushik lahoti
Hello All, I am fairly new to cocoon. I am trying to install cocoon and make it work with tomcat but I have not been able to do that. Here's some more info-- OS: Windows 2000 professional JVM: Sun jdk1.3 tomcat: Tomcat version 3.3 cocoon: cocoon version 1.8.2 When I start tomcat, it works fine;

Tomcat + Cocoon, .xml not displayed

2001-06-12 Thread Mike Thomas
Let me preface by saying I have read the FAQ and searched the archvies, but no luck. When attempting to view .xml files via Cocoon-Tomcat I get a 404 error. The Tomcat install itself serves up the other pages and seems to work ok(/cocoon context is visible etc). I deleted the parser.jar so

Re: XInclude-Transformer

2001-06-12 Thread Donald Ball
On Mon, 11 Jun 2001, [iso-8859-1] Jörn Heid wrote: > > Are there any intensions to extend the funcionality of the xinclude > transformer to support parameter processing like this: > > xml > ../menu.xml >

Re: Off-Topic: XSLT Question

2001-06-12 Thread Donald Ball
On Tue, 12 Jun 2001, Rajkumar, Joseph wrote: > I know this is an off-topic question, but I am facing a problem > with XSLT and I would appreciate some help since this is some > what urgent. so ask on an xslt users list. mulberrytech runs a nice one. - donald --

[c2.1] xsp question and a sitemap question

2001-06-12 Thread Donald Ball
1. it's quite simple. i want to pass parameters to my xsp page from my sitemap. the typical modus operandi is to do this: but how do i access the parameter from my xsp page? actions are given a Parameters object, but xsp pages are not, and i don't know how to access the Parameters from the

Re: Tomcat + Cocoon, .xml not displayed

2001-06-12 Thread Frans Thamura
Try to check you installation. modify tomcat.bat and put xerces, xalan in the first of the CP Frans - Original Message - From: "Mike Thomas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 8:46 AM Subject: Tomcat + Cocoon, .xml not displayed > > Let me pr

Re: Tomcat + Cocoon, .xml not displayed

2001-06-12 Thread giacomo
On Tue, 12 Jun 2001, Mike Thomas wrote: > > Let me preface by saying I have read the FAQ and searched the archvies, > but no luck. > > When attempting to view .xml files via Cocoon-Tomcat I get a 404 > error. The Tomcat install itself serves up the other pages and seems to > work ok(/cocoon co

SV: PDF format not seen in Internet Explorer browser

2001-06-12 Thread Bjarne Jensen
Well I have not made a table in FO (FOP converts it to PDF - it's not PDF directly). In the samples directory there is som FO (PDF) examples and i think one of them shows you how to make a table. So try to make this work and start making a small example that just contains a table or so. zvon.org i

RE: (urgent)ESQL question

2001-06-12 Thread Ramesh Vejendla
HI ALL, here i tried to keep esql results into varible and comparing with other variable , but its not working ...plz help me out. String uname=""; uname=; if( username.equals(uname)){ }

Re: PDF format not seen in Internet Explorer browser

2001-06-12 Thread RameshBabu R Muthuvel
hi I too had a similar problem. Probably your IE doesn't have pdf plugin. I didn't know how to do it. So, I downloaded acrobat reader 4.0 fresh and installed, using IE 5.0. It started working. Try this and let me know. regards ramesh

Working Systems

2001-06-12 Thread patrick . breitenbach
We' ve installed Cocoon under the following environment: Operating System:Solaris7 (SPARC) Web Server: Apache 1.3.20 Servlet Engine: Tomcat 3.2.1 JVM: JDK 1.2.1 Greetings Patrick __

Re: Using auth taglib

2001-06-12 Thread Matteo Colombo
>> Sorry I'm not very expert with Java: How do you "encode" session params >> as request params? > >Read the servlet API and look for request.getParameter, request >parameters are what comes after a regular URL, for example www.domain.com/index.xml?param=value > I made the wrong question. I know w

AW: Problems with cocoon-2.0b1 and tomcat-4.0-b5

2001-06-12 Thread Stefan Seifert
Yes, thats strange indeed. I tried Cocoon 2.0b1 now on Tomcat 3.2.2 on the same Machine and that works quite well. Which beta of Tomcat 4 do you use? Stefan > > Hello. > > > > I tried running cocoon 2.0b1 with tomcat-4.0-b5 on Windows > 2000 with JDK > > 1.3.1. It works, but it takes incredibly

Re: PDF format not seen in Internet Explorer browser

2001-06-12 Thread Ulrich Mayring
RameshBabu R Muthuvel wrote: > > hi > > I too had a similar problem. Probably your IE doesn't have pdf plugin. I > didn't know how to do it. So, I downloaded acrobat reader 4.0 fresh and > installed, using IE 5.0. It started working. Try this and let me know. The problematic version of IE is

Re: Using auth taglib

2001-06-12 Thread Ulrich Mayring
Matteo Colombo wrote: > > >> Sorry I'm not very expert with Java: How do you "encode" session params > >> as request params? > > > >Read the servlet API and look for request.getParameter, request > >parameters are what comes after a regular URL, for example > www.domain.com/index.xml?param=value

PDF format not seen in Internet Explorer browser

2001-06-12 Thread Veeramani S
Thanks a lot for your help. Now I can open the pdf in both IE and Netscape browsers. Now I am trying to include a template for the table inside the stylesheet used for pdf formatting. I have another stylesheet which converts the xml to html and this works perfectly well. I have written the st