Cocoon components list

2002-10-16 Thread Sylvain.Thevoz
Hello, I have just finished to read the Carsten and Matthew Cocoon book. I recommend this book to all of the persons who want to start in Cocoon. In the book there is a part that is very useful for Cocoon users (I think): the Cocoon components list (Appendix A). But the book lists the

XSP error

2002-10-15 Thread Sylvain.Thevoz
Hello, I try to test my first XSP page but I have this error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

RE: XSP error

2002-10-15 Thread Sylvain.Thevoz
that the browser cannot show the XML with that namespace applying its XSL... try serializing the output to 'html' |-+- | | Sylvain.Thevoz@sw| | | isscom.com | | | | | | 10/15/2002

RE: XSP error

2002-10-15 Thread Sylvain.Thevoz
-Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Date: mardi, 15. octobre 2002 14:42 À: [EMAIL PROTECTED] Objet: RE: XSP error Hi, with IE 6.0 should work.. no idea Ruben |-+- | | Sylvain.Thevoz@sw

Cocoon and hsqldb

2002-10-14 Thread Sylvain.Thevoz
Hello everybody, I try to run a Cocoon example with the sql transformer and I use the hsqldb database included in Cocoon distribution for this. But how can I start this db? Thank you Sylvain - Please check that your question

RE: Cocoon and hsqldb

2002-10-14 Thread Sylvain.Thevoz
Thank you Konstantin, I have this message: Server 1.6 is running. Is there a console where I can execute queries? Sylvain -Message d'origine- De: Piroumian Konstantin [mailto:[EMAIL PROTECTED]] Date: lundi, 14. octobre 2002 10:50 À: '[EMAIL PROTECTED]' Objet: RE: Cocoon and hsqldb

RE: Cocoon and hsqldb

2002-10-14 Thread Sylvain.Thevoz
I have found a script file that creates tables and entries in the default Cocoon example database, you can find this file here: \WEB-INF\db\cocoondb.script Now all work with HSQLDB! Has someone tried to connect Cocoon to a Microsoft SQL Server database? I'm looking for a database URL

TR: Cocoon and hsqldb

2002-10-14 Thread Sylvain.Thevoz
Thank you for all your replies! At the moment for the development phase, I use the JDBC driver provided by Microsoft. It is not very fast but it works. For information the driver is: Microsoft SQL Server 2000 Driver for JDBC. I use the URL:

RE: example in the Cocoon book

2002-10-11 Thread Sylvain.Thevoz
Not so important but in page 155, figure 6.5, are these two notations correct: 1. map:action-setname=myactionset 2. map:act set=,,myactionset Sylvain -Message d'origine- De: Matthew Langham [mailto:[EMAIL PROTECTED]] Date: vendredi, 11. octobre 2002 13:20 À: [EMAIL PROTECTED] Objet:

RE: [newbie] wml serializer

2002-10-11 Thread Sylvain.Thevoz
Are you sure you run Cocoon with the sitemap you have changed (and not the old one). For the development phase, change the sitemap reloading method to synchron in the cocoon.xconf file. Sylvain -Message d'origine- De: Zein Dowe [mailto:[EMAIL PROTECTED]] Date: vendredi, 11. octobre

example in the Cocoon book

2002-10-10 Thread Sylvain.Thevoz
Hello, I'm reading the Cocoon book written by Matthew and Carsten and one example in it doesn't work. The pipeline fragment is: 1. map:pipeline 2. map:match pattern=download 3. map:act type=request 4. map:parameter name=parameters value=true/ 6. map:act

RE: example in the Cocoon book

2002-10-10 Thread Sylvain.Thevoz
So, it works if I replace {file} by the name of the file. We can say that is a value substitution problem!? Sylvain -Message d'origine- De: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] Date: jeudi, 10. octobre 2002 10:46 À: Thévoz Sylvain, IT-DCS-CPS-CLI-DAR Cc: [EMAIL PROTECTED]

RE: example in the Cocoon book

2002-10-10 Thread Sylvain.Thevoz
Thank you Matthew, but could you explain why!? Is the line 7. map:parameter name=url value=download/{file}/ is correct? Thank you Sylvain -Message d'origine- De: Matthew Langham [mailto:[EMAIL PROTECTED]] Date: jeudi, 10. octobre 2002 11:17 À: [EMAIL PROTECTED] Objet: RE: example in

RE: example in the Cocoon book

2002-10-10 Thread Sylvain.Thevoz
Thank you Matthew for your explanation, it works fine. And your book is really the best reference for Cocoon I have seen. Sylvain -Message d'origine- De: Matthew Langham [mailto:[EMAIL PROTECTED]] Date: jeudi, 10. octobre 2002 11:33 À: [EMAIL PROTECTED] Objet: RE: example in the Cocoon

RE: File generator problem (fetch from an URI)

2002-10-09 Thread Sylvain.Thevoz
Thank you Steve, and sorry for my beginner's question. But by me: Here the line that start Tomcat in my startup.bat script: call %_TC_BIN_DIR%\tomcat start %1 %2 %3 %4 %5 %6 %7 %8 %9 which launch the tomcat.bat script with the parameter start. You speak about a java command but it seems it is

RE: File generator problem (fetch from an URI)

2002-10-09 Thread Sylvain.Thevoz
OK, now it works! I use Tomcat 3.3 and I have to use TOMCAT_OPTS!! I have added an environment variable like: TOMCAT_OPTS = -DproxySet=true -DproxyHost=proxy.swissptt.ch -DproxyPort=8080 and it works. Thank you all of you Sylvain -Message d'origine- De: Ilya A. Kriveshko

File generator problem (fetch from an URI)

2002-10-08 Thread Sylvain.Thevoz
Hello, As seen in the Cocoon book from Carsten and Matthew I want to fetch some information from the URI http://linuxtoday.com/backend/biglt.rss; with the File Generator. The sitemap (simplified) looks like: map:match pattern=linuxtoday map:generate

RE: File generator problem (fetch from an URI)

2002-10-08 Thread Sylvain.Thevoz
I have add this line: set -Dhttp.proxyHost=http://proxy.blabla.com -Dhttp.proxyPort=8080 to the startup script, just before the tomcat start. But it doesn't work. Are there anything else to configure? Thank you Sylvain -Message d'origine- De: Steven Noels [mailto:[EMAIL PROTECTED]]

RE: File generator problem (fetch from an URI)

2002-10-08 Thread Sylvain.Thevoz
what do you mean about the java command in the tomcat startup script? Sylvain -Message d'origine- De: Steven Noels [mailto:[EMAIL PROTECTED]] Date: mardi, 8. octobre 2002 17:13 À: [EMAIL PROTECTED] Objet: Re: File generator problem (fetch from an URI) [EMAIL PROTECTED] wrote: I

RE: Cocoon status page ??

2002-07-11 Thread Sylvain.Thevoz
Hello, If you deploy an Enterprise ARchive (.ear, containing the cocoon.war) you have to add a web context in the deploy conf. file application.xml called cocoon. Sylvain -Message d'origine- De: Artur Bialecki [mailto:[EMAIL PROTECTED]] Date: mardi, 9. juillet 2002 17:46 À: [EMAIL

pipeline error

2002-07-11 Thread Sylvain.Thevoz
Hello, I have a pipeline error when I try to access to the Cocoon samples: The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that org.apache.cocoon.ProcessingException says: Failed to execute pipeline. More precisely: org.apache.cocoon.ProcessingException: Failed

Cocoon and CLASSPATH

2002-07-09 Thread Sylvain.Thevoz
Hello, How to check my classpath in my Cocoon project? Thank you Sylvain - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To

RE: cant find avalon conponents

2002-07-04 Thread Sylvain.Thevoz
Hello, I have the same problem and all jar files are in the lib directory. Any idea? Thank you Sylvain -Message d'origine- De: Themba Mbatha [mailto:[EMAIL PROTECTED]] Date: mercredi, 3. juillet 2002 08:33 À: '[EMAIL PROTECTED]' Objet: RE: cant find avalon conponents Make sure

RE: Redirect Apache Requests to Tomcat

2002-07-04 Thread Sylvain.Thevoz
I have checked the mod_webapp but it seems to work only with Apache 1.x and not for Apache 2.0! Try the mod_jk. These modules and the connection problems between Apache and Tomcat are not well documented. Many users have this problem. Try the Apache or Tomcat mailing lists. Sylvain

RE: error deploying cocoon

2002-07-03 Thread Sylvain.Thevoz
Hello, Maybe a java security problem. Cocoon can't write something on your disk. I had the same think. Check the java policy files. Sylvain -Message d'origine- De: icewind [mailto:[EMAIL PROTECTED]] Date: mardi, 2. juillet 2002 20:53 À: [EMAIL PROTECTED] Objet: error deploying cocoon

RE: Cocoon 2.1 deployment error

2002-07-03 Thread Sylvain.Thevoz
I have checked the Avalon version and it is the right one (20020627)! Is this component really essential? What is its task? Have you a solution? Thank you very much Sylvain -Message d'origine- De: Stephan Michels [mailto:[EMAIL PROTECTED]] Date: mardi, 2. juillet 2002 17:13 À: [EMAIL

Cocoon 2.1 deployment error

2002-07-02 Thread Sylvain.Thevoz
Hello, I have deployed the Cocoon 2.1 webapp Demo but when I try to see the welcome page (http://localhost:8000/cocoon) there is an error: type: Exception report message: Internal Server Error description: The server encountered an internal error (Internal Server Error) that prevented it

RE: Cocoon 2.1 deployment error

2002-07-02 Thread Sylvain.Thevoz
I think you use the wrong version of avalon-framework lib. = Where is this lib in Cocoon sources? = What is the right version? = Where can I find it? Thank you Sylvain -Message d'origine- De: Stephan Michels [mailto:[EMAIL PROTECTED]] Date: mardi, 2. juillet 2002 15:51 À: [EMAIL

Cocoon and Struts model 2x

2002-06-14 Thread Sylvain.Thevoz
Hello, Anyone has implemented a web application with Struts model 2x and Cocoon?? I thought to start a project with this architecture: Middleware: J2EE EJB server (JBoss) with Tomcat Servlet container. EJB classes to access to the data and more. Web front-end: Struts model 2x and Cocoon.

RE: Cocoon and J2EE

2002-06-13 Thread Sylvain.Thevoz
Where can I find the WikiLand? Thank you Sylvain -Message d'origine- De: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Date: mercredi, 12. juin 2002 16:57 À: '[EMAIL PROTECTED]' Objet: RE: Cocoon and J2EE OK, I see. Thank you Olivier. Finally if I want the basic stuff I need

Cocoon and J2EE

2002-06-12 Thread Sylvain.Thevoz
Hello, How to use Cocoon in a J2EE project?? I have created an app.cocoon_war.ear Enterprise ARchive which contains the cocoon.war (with web context = cocoon). It seems to work because I can see the Cocoon welcome page when I request http://localhost/cocoon. Now I want to test a simple Hello

RE: Cocoon and J2EE

2002-06-12 Thread Sylvain.Thevoz
My cocoon.war comes with the binary distribution. I thought that this cocoon.war was necessary to work with Cocoon!?! My question is: What is necessary to work with Coccon and do you have to include it in each Enterprise ARchive you create?? Thank you Sylvain -Message d'origine- De:

RE: Cocoon and J2EE

2002-06-12 Thread Sylvain.Thevoz
OK, I see. Thank you Olivier. Finally if I want the basic stuff I need cocoon.jar (and others? Do you exist a description list of the additionnal libraries?) in my something.war (or cocoon.war). But do you have to include this cocoon.war in each Enterprise ARchive?? Thank you Sylvain

AccessControlException when requesting cocoon.war

2002-06-10 Thread Sylvain.Thevoz
Hello, I'm new in Coccon and I try to install Cocoon 2 on the Sun J2EE ref. server. I deploy the cocoon.war on my J2EE server and it seems OK. But when I request cocoon from my browser ( http://localhost:8000/cocoon) there is an exception: javax.servlet.ServletException: Servlet.init() for

RE: AccessControlException when requesting cocoon.war

2002-06-10 Thread Sylvain.Thevoz
Thank you for the answer but the error permission seems to be in C:\j2sdkee1.3.1\repository\u68111\web\cocoon but there are no files in this directory!?! Sorry but I am a bit desoriented. I use the deploytool tool from Sun and normaly you just add the .war in an application (.ear) and you

RE: AccessControlException when requesting cocoon.war

2002-06-10 Thread Sylvain.Thevoz
C:\j2sdkee1.3.1\repository\u68111\web\cocoon-files doesn't exist. There is only C:\j2sdkee1.3.1\repository\u68111\web\cocoon. These directories have no restrictions but they belong to the administrator. Thank you -Message d'origine- De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Date:

<    1   2