XSP NoClassDefaultFoundError ?

2001-06-20 Thread Ling Kok Choon
hi, I am now trying the XSP, i include the classes that i created ( until the webappls/app/classes ), when i run the XSP, the NoClassDefaultFoundError occur... ? May i know how to slove the problem ? Thank. From ^^ -00''00- Kok Choon.

Re: The sitemap handler's sitemap is not available

2001-06-20 Thread Daniel Pfuhl
Hi have you installed it via e remote console? I ran into the same error. I found something in the mailing archives that Cocoon needs a displayvariable to be set for the svg stuff. so I tried this and it worked for me. Look into your Cocoon log if something like this may have caused the error.

Re: [C2] Encoding value with I18n

2001-06-20 Thread matthieu VIDAL
I have tried this too, and it also doesn't work. Thanks for your help - Original Message - From: Piroumian, Konstantin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 7:16 PM Subject: Re: [C2] Encoding value with I18n I am not sure that the problem is with i18n

Re: Redirect/Cocoon

2001-06-20 Thread matthieu VIDAL
Hi Try to add type-mime=text/xml attribute to your element using the xml : map:transform type=xslt src=xml mime-type=text/xml/ - Original Message - From: Navneet Joneja [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 9:40 PM Subject: Redirect/Cocoon Hi! I'm

Re: passing parameters from XML file to XML file

2001-06-20 Thread matthieu VIDAL
Hi what's a parameter for a XML ? Are you talking about XSP request parameters ? or xsl:param ? - Original Message - From: Mohamed Ramzy [EMAIL PROTECTED] To: Cocoon list [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 12:21 AM Subject: passing parameters from XML file to XML file hi

Re: The sitemap handler's sitemap is not available

2001-06-20 Thread matthieu VIDAL
Do you have old c:/jeee/cocoon2alpha/lib/w3c.jar; in your classpath or libray. Maybe you should try to remove it. - Original Message - From: Guangzu Wang (Houston) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 4:00 AM Subject: The sitemap handler's sitemap is

Re: XSP NoClassDefaultFoundError ?

2001-06-20 Thread matthieu VIDAL
You have to restart your web server if you are using tomcat. - Original Message - From: Ling Kok Choon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 8:34 PM Subject: XSP NoClassDefaultFoundError ? hi, I am now trying the XSP, i include the classes that i

Installing C2 on ServletExec 3.1

2001-06-20 Thread Zeljko Rajic
Hi cocoon-users, I'm trying to install the current Cocoon 2 b1 on ServletExec 3.1 without success. I deployed the cocoon.war file correctly, but when trying to do a request at //localhost/cocoon/ ServletExec crashes. The servlet log shows the following: [Wed Jun 20 09:36:01 GMT+02:00 2001]

C2: ESQL-Syntax

2001-06-20 Thread Daniel Pfuhl
Hello, Can anybody tell me what the meaning of esql:get-xml column=test/ is? I understand esql:get-string column=test/ ! Is get-xml returning xml? What type do I have to assign to my databasecolumn? daniel = Daniel Pfuhl

[PATCH] The sitemap handler's sitemap is not available

2001-06-20 Thread francesco.casalena
Hi, I had this error message on RedHat 6.2, TC4 beta5, JDK 1.3.1 and C2. It was an error due to X server. Try this: 1) kill X server and delete /tmp/.X0-lock file 2) install Xvfb package (X virtual frame buffer) from distro cd 3) Xvfb :0 -screen 0 640x480x8 4) export DISPLAY=:0 5) cd TC4_HOME 6)

Re: [PATCH] The sitemap handler's sitemap is not available

2001-06-20 Thread Ling Kok Choon
hi, I am using windows 98, the The sitemap handler's sitemap is not available. error also occur, how i am going to solve it ? Thank. from: ^^ -00''00- Kok Choon. Name: Ling Kok Choon E-mail: Ling Kok Choon [EMAIL

XSP Post and Put

2001-06-20 Thread Truhann van der Poel
Hello, Has anybody got sample code/docs to do a xsp http post and/or put. Any taglibs available for this ? thx Truhann - Please check that your question has not already been answered in the FAQ before posting.

Re: XSP Post and Put

2001-06-20 Thread Ulrich Mayring
Truhann van der Poel wrote: Hello, Has anybody got sample code/docs to do a xsp http post and/or put. Any taglibs available for this ? You can download the SOAP taglib from http://ulim.cocoonhost.com, it contains in DocHandler.java some HTTP Post code. Ulrich -- Ulrich Mayring DENIC

Re: Re:How can I make a validation !

2001-06-20 Thread Piroumian, Konstantin
I think it's not a bug. That means that you had empty param in your URL: EMP_DEP= In this case you'll get an empty string and not a null value. So, the best way to check is to use both: if (test != null test.length() != 0) or if (test != null !.equals(test)) I'm not sure, that it's absolutely

Re: [C2] Encoding value with I18n

2001-06-20 Thread Piroumian, Konstantin
Look at the documentation of the sitemap on C2 site, the Serializers section. Somebody posted this solution today already: quot The Serializers example on the xml.apache.org/cocoon2/sitemap.html page uses the value attribute of the encoding element like this: encoding value=UTF-8/ I had to

Re: C2: ESQL-Syntax

2001-06-20 Thread Aurelien DEHAY
Daniel Pfuhl [EMAIL PROTECTED] writes: Hello, Can anybody tell me what the meaning of esql:get-xml column=test/ is? I understand esql:get-string column=test/ ! Is get-xml returning xml? What type do I have to assign to my databasecolumn? Text for postgreSQL for example, but the

Re: The sitemap handler's sitemap is not available

2001-06-20 Thread java guru
I am not sure if this solves your problem... You have posted the log from the point where it said sitemap handler not found...I am also newbie..but what i observed is that when u start the cocoon(http://localhost:8080/cocoon) it first try to compile the sitemap...ANY SITEMAP COMPILE ERRORS would

ESQL, multiple queries?

2001-06-20 Thread Matt Sabourin
I'm using Cocoon 1.8.2, Apache 1.3, Tomcat 3.2.1, MySQL 3.23.38, Solaris 2.6. I have created multiple tables within the DB to represent employee, phone, pager and other objects. They are connected with what would be foreign keys if I wasn't using MySQL. I would like to create ESQL queries to

C2: set ResponseHeader

2001-06-20 Thread Daniel Pfuhl
Hi Can anybody tell me how to set something like NoCaching in the response header?? I assume that it is possible using logicsheets and something like this: response:send-redirect location=error-page.xml/ But what is the correct syntax?? thanx in advance daniel =

SV: Xinclude, html file

2001-06-20 Thread Bjarne Jensen
Hi Different tools are avaible for transforming html to xhtml (XML-version of HTML). One of them is Tidy (http://www.w3.org/People/Raggett/tidy/). I think XSLT only handle XML-document. Maybe this was not the answer you were looking for, but as I see it XSLT only transform XML-documents (for

DAML

2001-06-20 Thread florent barbare
hi, i'm searching solutions or code samples to parse daml files with cocoon. thanks a lot Florent ___ Florent Barbare Project manager NETIA Halle Industrielle de Farjou 34 270 Claret - France Tel. +33 4 67 59 08 07 Fax +33 4 67 59 08 20 E-mail : [EMAIL

RE: The sitemap handler's sitemap is not available

2001-06-20 Thread Guangzu Wang (Houston)
Thanks to Java Guru, Matthieu VIDAL, Daniel Pfuhl for your prompt reply and great help. Also thanks Eirik Dentz for your research on display svg although I don't understand all and I have RH Linux instead of Debian, you also pointed to me a great archive site which I have been tried to search for

C2: map:select question

2001-06-20 Thread Wes Morgan
In my Cocoon 2.0b1 sitemap, I have the following: map:match pattern=blah map:generate src=file.xml/ map:transform src=style.xsl map:select map:when test=explorer map:parameter name=userAgent value=ie/ /map:when map:otherwise map:parameter name=userAgent value=other/

SOAP

2001-06-20 Thread Gustavo Mejia
Hi everyone, Someone can explain me what is SOAP for ? is there a relation with Cocoon ? what is that relation ? Thanks a lot ! Gustavo INFOTEC - Please check that your question has not already been answered in the FAQ

Cocoon/Tomcat/Apache/JkMount question

2001-06-20 Thread Ulrich Mayring
Hello folks, I've managed to install Cocoon1 under Tomcat 3.2.1 and it runs fine for any XML files below the webapps/cocoon context. However, my document root is outside of that directory, say in /usr/local/apache/htdocs - how can I configure that? I tried to define a / context in Tomcat and

XSP: How to use one custom taglib from within another

2001-06-20 Thread William Bagby
I am having trouble using one of my custom tag libraries from within another. I wrote a utility taglib which consists of some generic methods and such, and I am trying to use one of the tags like this: xsl:template match=mylib:mytag ... myUtilLib:process-request/ ...

RE: The sitemap handler's sitemap is not available

2001-06-20 Thread Guangzu Wang (Houston)
After I read Eirik Dentz email in the archive (http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=99187677417717w=2) again, I checked my Linux box and found a Xvfb server (XFree86-Xvfb) is already installed and running. So I set up the DISPLAY by: shell$ export DISPLAY=:0 and I run Tomcat 4.0 b5

install

2001-06-20 Thread Carloz Alaniz
I am trying to install cocoon on my sunos ultra 10. I need help. best regards, carloz begin:vcard n:Alaniz;Carloz x-mozilla-html:FALSE org:ASIC New Products Development adr:;; version:2.1 email;internet:[EMAIL PROTECTED] x-mozilla-cpt:;1 fn:Carloz Alaniz end:vcard

Re: performance inquiry

2001-06-20 Thread Anthony Mills
Hello, I am developing a web site using JSP and Cocoon 2. I am running two tomcat web servers (3.2 and 4.0beta) on the same box at the same time. I have a Pentium III 450 with 192mb ram. I have noticed a few things. First, it takes a little while to start, about 20 seconds. A page take

Problem creating web site with build!

2001-06-20 Thread Pier Paolo Bortone
Hi, I have tried to build cocoon-1.8.2 and here is the result trace on windowsNT with jdk1.3: Cocoon Build System--- Building with classpath

RE: The sitemap handler's sitemap is not available

2001-06-20 Thread Gary Clark
That is a great email! Has anyone converted it for inclusion in the FAQ? Gary A. Clark Systems Programmer Software Services Group JELD-WEN Information Systems -Original Message- From: Guangzu Wang (Houston) [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 9:50 AM To:

Re: SOAP

2001-06-20 Thread Uli Mayring
On Wed, 20 Jun 2001, Gustavo Mejia wrote: Hi everyone, Someone can explain me what is SOAP for ? is there a relation with Cocoon ? what is that relation ? There is no relation, SOAP is a standard (of sorts) that specifies how to transport XML data over HTTP. It's possible to use Apache's

ERROR Publishing Engine could not be initialized.

2001-06-20 Thread malik hayat hashmi
Hi I have Installed cocoon-1.8.2 with tomcat ver 3.2.1 using professional-2000. when I try http://localhost:8080/cocoon/cocoon.xml I get following error : Publishing Engine could not be initialized. java.lang.RuntimeException: Exception when creating

ERROR Publishing Engine could not be initialized.

2001-06-20 Thread malik hayat hashmi
Hi I have Installed cocoon-1.8.2 with tomcat ver 3.2.1 using professional-2000. when I try http://localhost:8080/cocoon/cocoon.xml I get following error : Publishing Engine could not be initialized. java.lang.RuntimeException: Exception when creating

Re: ERROR Publishing Engine could not be initialized.

2001-06-20 Thread Gustavo Mejia
I had the same problem, so I modified the tomcat.bat, and also my Classpath, checking that all the classes from Cocoon/lib are in Tomcat_Home/lib You have to check that appears at the begining of your configuration the package xerces.jar, if it is not your are going to get the error. here is my

RE: C2: ESQL-Syntax

2001-06-20 Thread HALLOWELL,KARL (HP-Cupertino,ex1)
Look at the xsl stylesheet for ESQL. That's the specification. ;-) You can find it in $COCOON_HOME/src/org/apache/cocoon/components/language/markup/xsp/java/esql. xsl. Karl Hallowell [EMAIL PROTECTED] -Original Message- From: Daniel Pfuhl [mailto:[EMAIL PROTECTED]]

C2: Resin 2.0.0 oddities.

2001-06-20 Thread [EMAIL PROTECTED]
Hi list, I have Resin 2.0.0 running on my NT Box and was about trying getting Cocoon 2.0b1 to co-operate but there is something fishy going on. I can't get xtp execution and cocoon to co-exist. Followed the installation steps as described: 1. removed 'dom.jar', 'jaxp.jar' and 'sax.jar'. from

Cocoon build.bat build.xml

2001-06-20 Thread Pier Paolo Bortone
Hi, I have tried to build cocoon-1.8.2 and here is the result trace on windowsNT with jdk1.3: Cocoon Build System--- Building with classpath

AW: C2: Resin 2.0.0 oddities.

2001-06-20 Thread Jörn Heid
There is a class missing. You will find that class in the srun-box or in the error.log, I don't know. If you know what the name of the class is look for it in the removed jars (e.g. rename them to .zip). Remove all other class from taht jar and put the jar in the lib dir. That should work.

installing cocoon

2001-06-20 Thread Carloz Alaniz
Can someone help me install cocoon on my SunOs Ultra 10. I read the FAQ already but it doesn't explain to install in on my SunOS. carloz begin:vcard n:Alaniz;Carloz x-mozilla-html:FALSE org:ASIC New Products Development adr:;; version:2.1 email;internet:[EMAIL PROTECTED] x-mozilla-cpt:;1

RE: installing cocoon

2001-06-20 Thread Eduardo Yanez
Carloz, in order to get help, you must describe exactly what?s your problem, did you installed the sevlet engine (Tomcat, or Resin or any other?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Carloz Alaniz Sent: Miercoles, 20 de Junio de 2001 03:12

Re: installing cocoon

2001-06-20 Thread Carloz Alaniz
This is what I did. I already have java installed, jdk1.1.6 on /apex/jdk1.1.6/ 1.) I downloaded Cocoon-1.8.2.tar.gz from ( http://xml.apache.org/cocoon/dist/ ). 2.) I executed the build.sh and it worked successfully. 3.) I don't know where to go from now. My question is: How do run

SV: Resin 2.0.0 oddities, no more.

2001-06-20 Thread [EMAIL PROTECTED]
YES! I got it working. Thanks Jörg, for pushing me in the right direction. Actually, I didn't have to manipulate with any .jars. Simply by keeping 'dom.jar' and adding 'xalan.jar' to resin/lib did the trick, atleast it appears so... So, to conclude, Installing C2 under Resin 2.0.0. 1. Remove

apache error

2001-06-20 Thread Carloz Alaniz
This is what I did $ ./configure --oprefix=PREFIX $ make $ make install But when i execute $PREFIX/bin/apachectl start I get this error fopen: No such file or directory httpd: could not open error log file PREFIX/PREFIX/logs/error_log. PREFIX/bin/apachectl start: httpd could not be started

Re: apache error

2001-06-20 Thread Pier Paolo Bortone
Carloz, have you executed all commands with the same user? Have you changed PREFIX with /usr/apache or /usr/local/apache or other path. Hope of help Pier Paolo. - Original Message - From: Carloz Alaniz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 10:54 PM

SV: SV: Resin 2.0.0 oddities, no more.

2001-06-20 Thread [EMAIL PROTECTED]
- Original Message - From: Davanum Srinivas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 22:37 Subject: Re: SV: Resin 2.0.0 oddities, no more. Thomas, Do you mind modifying the xdocs\installing.xml with the modified instructions and submitting a patch?

[C2] dynamic session propagation

2001-06-20 Thread Christian Zoffoli
Hi to all. First of all thanks for the beautiful work! Could I read a session variable from a sitemap and pass it to an action ? es: map:match type=request pattern=action map:select type=parameter map:parameter name=parameter-selector-test value={1}/ !-- read session variable page

C2: Performance

2001-06-20 Thread Daniel Pfuhl
Hello I noticed the discussion about Cocoon2 and XSP. I have the same problem. The first response from an xsp takes very long. After that they are coming quicker. What means precompiling the pages and how can I accomplish that?? daniel =

Strange Caching issues

2001-06-20 Thread Mark McGettrick
Tomcat 3.2.1 with Cocoon 1.8.2 there is a file message.xml that uses message.xsl... before two days ago it was using msg.xsl. for the last two days the xml file has been using the correct xsl file... so, i just restarted tomcat because of a configuration change and now the messages.xml has

cocoon2 in Windows 98, Tomcat 3.2.1 ?

2001-06-20 Thread Ling Kok Choon
hi, Can cocoon2 be installed in Windows 98 with Tomcat 3.2.1 as a web server and servlet container ? Thank you. From ^^ -00''00- Kok Choon. Name: Ling Kok Choon E-mail: Ling Kok Choon [EMAIL PROTECTED] Date: 06/20/01

Re: cocoon2 in Windows 98, Tomcat 3.2.1 ?

2001-06-20 Thread Lajos Moczar
I'm doing it. I just downloaded C2b1, compiled, installed and it ran. Unfortunately, it is horrendously slow even w/ 160MB on a Pentium II. Lajos Ling Kok Choon wrote: hi, Can cocoon2 be installed in Windows 98 with Tomcat 3.2.1 as a web server and servlet container ? Thank