RE: [ANN] XMLForm as a standalone servlet toolkit

2003-03-28 Thread Sylvain.Thevoz
I'm using both XMLForm AND Cocoon functionalities. Does it mean that XMLForm won't be part of Cocoon (2.1) in the future? If yes, this is a bad news for Cocoon users. Sylvain (T) -Message d'origine- De: ivelin [mailto:[EMAIL PROTECTED] Date: jeudi, 27. mars 2003 14:35 À: [EMAIL PROTECT

Portal error (Cocoon-2.1-dev samples)

2003-03-12 Thread Sylvain.Thevoz
Hello, I'm running a Cocoon-2.1-dev snapshot from 29 january 2003 with JDK 1.3.1 and Tomcat 4.1.12. When I try to run the portal sample, it produces this error: The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that org.apache.cocoon.ProcessingException says: Applic

error when using new sitemap in samples (2.1-dev)

2003-03-06 Thread Sylvain.Thevoz
Hello, I'm using a 2.1-dev snapshot (29.01.03) and I'm a problem to run samples (and other app.). When I load samples (http://localhost:8080/cocoon/samples/, this error appears: message Failed to load sitemap from file:/C:/eclipse/workspace/Cocoon_tomcat_project/samples/sitemap.xmap descripti

what is the first servlet loaded?

2003-03-04 Thread Sylvain.Thevoz
Hello, When you run a Cocoon application, what is the very first servlet that is loaded? Thanks Sylvain

RE: Support for Eclipse JDT Compiler

2003-02-28 Thread Sylvain.Thevoz
I thing that the new build system comes with the last Cocoon-2.1dev snapshot. Is it documented? Sylvain (T) Note: There is no snapshot anymore available on the Cocoon web site. -Message d'origine- De: Stefano Mazzocchi [mailto:[EMAIL PROTECTED] Date: vendredi, 28. février 2003 12:04 À:

RE: Support for Eclipse JDT Compiler

2003-02-28 Thread Sylvain.Thevoz
Is there a link between this bug 16580 and my problem below?? When I compile my project in Eclipse and then try to load the samples page this error appears: org.apache.cocoon.ProcessingException: Failed to load sitemap from file:/C:/jakarta-tomcat-4.1.12/webapps/cocoon/samples/sitemap.xmap: org

missing org.xml.sax.EntityResolver during Cocoon build

2003-02-27 Thread Sylvain.Thevoz
Hello, I have this error when I try to build a Cocoon 2.1-dev snapshot (january 29, 2003) within an Eclipse project: "This compilation unit indirectly references the missing type org.xml.sax.EntityResolver (typically some required class file is referencing a type outside the classpath)". I thi

LoadInEclipse how-to at Cocoon Wiki

2003-02-20 Thread Sylvain.Thevoz
Hello, I've questions about the "LoadInEclipse" how-to at Cocoon Wiki: - do I have to make a "build webapp" before loading the Cocoon checkout in Eclipse (to debug the project I need a webapp directory)? - the document explains what to add if I want to run ANT build from within Eclipse. But WH

RE: [XMLForm] Found my problem - Howto resolve this in general? (BUG)

2003-02-13 Thread Sylvain.Thevoz
Hi Jakob, I have the same "unrolling" problem as you with a "repeat" tag. Could you send me your new version of XMLTransformer, so I could test it. Thanks Sylvain (T) -Message d'origine- De: Jakob Praher [mailto:[EMAIL PROTECTED]] Date: mercredi, 12. février 2003 21:37 À: [EMAIL PROTE

RE: How to load Cocoon into Eclipse-Tomcat (was: Excalibur Datasource with JDK1.3.1_03)

2003-02-10 Thread Sylvain.Thevoz
Sylvain (W), I'll try to post my question in cocoon_users... About your Tutorial "LoadInEclipse", have you ever seen an "out of memory" problem (java.lang.OutOfMemoryError) when you want to open the new Cocoon (Java) project tree in Eclipse? Regards Sylvain (T) -Message d'origine- De:

How to load Cocoon into Eclipse-Tomcat (was: Excalibur Datasource with JDK1.3.1_03)

2003-02-10 Thread Sylvain.Thevoz
Hi Sylvain (another one), OK, I'm going to download the last snapshot... I've found at Wiki the document: "How to load Cocoon in Eclipse" http://wiki.cocoondev.org/Wiki.jsp?page=LoadInEclipse It explains how to load Cocoon into a Java project in Eclipse. It's OK! But is there someone that coul

RE: Excalibur Datasource with JDK1.3.1_03

2003-02-10 Thread Sylvain.Thevoz
Torsten, Just for info: what are mock classes? I'm trying to debug an old 2.1-dev snapshot (17.10.02) with Eclipse and Sysdeo Tomcat plugin. The problem could come from this old snapshot? Thanks Sylvain -Message d'origine- De: Torsten Curdt [mailto:[EMAIL PROTECTED]] Date: lundi, 10

RE: Excalibur Datasource with JDK1.3.1_03

2003-02-10 Thread Sylvain.Thevoz
Thanks Torsten! Some jars are missing. Do you know where I can found them (or are they really usefull?): - oracle.jdbc and oracle.sql (used in OraAddAction) - javax.mail - org.python.util and org.python.core (used in PythonGenerator) - com.informix - org.jaxen (used in JaxenProcessorImpl) Regar

Excalibur Datasource with JDK1.3.1_03

2003-02-10 Thread Sylvain.Thevoz
Hello, I use the JDK 1.3.1. About Excalibur Datasource library, do I need to use the one from jvm1.2? Thank you Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

XMLForm problem: PLEASE HELP (att. XMLForm architects and specialists)

2003-01-29 Thread Sylvain.Thevoz
Hello, Is there someone in the list that could help me to find a XMLForm problem that I have for few weeks! I have read all the XMLForm doc and source code but I really don't understand what is this problem. I don't have enough experience to find the solution. My project is totally based on Coco

RE: [XMLForm] removing old form

2003-01-24 Thread Sylvain.Thevoz
Hi Ivelin, You mean that the form.remove() method should call only when you restart your app? But if you call this method in prepare(), you call it each time you call the app. Is there a better place to call this method? Thank you Regards Sylvain -Message d'origine- De: Ivelin Ivanov [

[XMLForm] removing old form

2003-01-24 Thread Sylvain.Thevoz
Hello, This line is in the prepare() method within an XMLForm action (howto example): Form.remove(getObjectModel(), getFormId()); For what I know it is a method that remove a form from a request and session. This means that you create a new form (getForm() method) each time you call a page of t

[XMLForm]

2003-01-23 Thread Sylvain.Thevoz
Hello, I'm trying to understand the concept on XMLForm. In this concept, what is the use of FormListener object? Thank you Regards Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTE

XMLForm and DOM node initialization

2002-12-06 Thread Sylvain.Thevoz
Hello everybody, I'm using XMLForm and its possibility to access to DOM nodes. Here is the code in the view (form.xml): Workstation Type The problem is when I load the web app page (containing the node field) for the first time (after a Tomcat or Browser restart), th

RE: About Tomcat 4.1.12

2002-11-21 Thread Sylvain.Thevoz
Hi, I had the same problem but only with portal and authentication samples: Cocoon CVS 2.1 didn't work with Tomcat 4.0.6 but now all works with Tomcat 4.1.12. Hope this help Sylvain -Message d'origine- De: Antonio Gallardo [mailto:[EMAIL PROTECTED]] Date: mercredi, 20. novembre 2002 21:

RE: Fw: 2.1 -dev / sunRise,sunSpot version

2002-10-18 Thread Sylvain.Thevoz
Maybe Cocoon doesn't like the "Windows" directories like "Program Files"?! Sylvain -Message d'origine- De: Richard Reyes [mailto:richard@;voxsant.com] Date: vendredi, 18. octobre 2002 02:36 À: [EMAIL PROTECTED] Objet: Re: Fw: 2.1 -dev / sunRise,sunSpot version Hi Denis / Guys, using t

RE: Fw: 2.1 -dev / sunRise,sunSpot version

2002-10-18 Thread Sylvain.Thevoz
Have you clicked localhost:8080/cocoon/samples or localhost:8080/cocoon/samples/ You must add the last "/"! Sylvain -Message d'origine- De: Richard Reyes [mailto:richard@;voxsant.com] Date: vendredi, 18. octobre 2002 02:20 À: [EMAIL PROTECTED] Objet: Re: Fw: 2.1 -dev / sunRise,sunSpot

2.1-dev authentication sample doesn't work

2002-10-18 Thread Sylvain.Thevoz
Hello, I have just installed the dev snapshot (yersterday) of Cocoon and try to run the samples. All work fine except the authentication sample (and the portal authentication). I have build the sources twice with the command "build.bat -Dinclude.webapp.libs=true -Dinclude.scratchpad.libs=true we

RE: need help for Cocoon 2.1 portal sample

2002-07-09 Thread Sylvain.Thevoz
Thank you Bert, I just have done an update of the CVS HEAD, do a clean and a build and now there is something to see in my browser after the authentication, but it's an error like this: The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that org.apache.cocoon.Processi

need help for Cocoon 2.1 portal sample

2002-07-08 Thread Sylvain.Thevoz
Hello everybody, I have downloaded CVS head last thursday and I have a problem with the Cocoon portal sample: After the authentication (which is OK), the page is white and empty. I use JDK 1.3.1_03 on Windows NT (dev. platform) and the SUN J2EE SDK. Everything seems OK, there is only a message

Cocoon 2.1 samples page

2002-07-04 Thread Sylvain.Thevoz
Hi, Where could I find the samples page in Cocoon 2.1?? No links on the index page (../cocoon/documents/index.html)! Thank you Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECT

RE: Cocoon 2.1 deployment problem

2002-07-04 Thread Sylvain.Thevoz
Hi Carsten, I had Cocoon 2.0.2 stuff on my machine. I have deleted all about Cocoon, downloaded last CVS head, build it (as explain in doc) and now IT WORKS! Thank you Sylvain -Message d'origine- De: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Date: jeudi, 4. juillet 2002 13:37 À: [EM

Cocoon 2.1 - JDK 1.4

2002-07-04 Thread Sylvain.Thevoz
Do you need to have JDK 1.4 to run Cocoon 2.1? JDK 1.3.1 OK? Thank you Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: NEED HELP for building Cocoon 2.1 portal

2002-07-04 Thread Sylvain.Thevoz
Hi Matthew, Simply to have a smaller cocoon.war because it's big if you have all the stuff. And I don't need all the things. But you are right, I don't need absolutely to remove something. In fact I have also some problem (bug?) to build the 2.1. I have this error: java.lang.VerifyError: (class

NEED HELP for building Cocoon 2.1 portal

2002-07-04 Thread Sylvain.Thevoz
Hello, I want to test the new Cocoon 2.1 and particularly the portal components (SunRise, SunSpot). What are the Cocoon components to have a "clean and light" build with only Cocoon and the portal? Thank you for your help. Sylvain -

Avalon in Cocoon 2.1

2002-07-04 Thread Sylvain.Thevoz
Hello, Question about Avalon: why does it come with Cocoon distribution? Can I delete the excalibur and avalon jar files? Which samples use these components? Thank you Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Cocoon 2.1 deployment problem

2002-07-03 Thread Sylvain.Thevoz
Hello, I have built last CVS head today (Cocoon 2.1) but when I deploy it and try to access it there is such error: type: Exception report message: Internal Server Error description: The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this requ