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 -Messa

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. To unsubsc

RE: Cocoon status page ??

2002-07-10 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 t

RE: .Net port of Cocoon

2003-01-23 Thread Sylvain.Thevoz
Hi Luca, >Hmm I never restart the Servlet container (not the VM) for debugging. Could you explain how you debug your Cocoon app? Regards Sylvain -Message d'origine- De: Luca Morandini [mailto:[EMAIL PROTECTED]] Date: jeudi, 23. janvier 2003 15:41 À: [EMAIL PROTECTED] Objet: RE: .Ne

RE: .Net port of Cocoon

2003-01-23 Thread Sylvain.Thevoz
Hi Vadim, >... and shoud not be: all IDEs as well as JDK has debuggers. Use them >remotely or start your servlet engine from under it - in either case you >can put breakpoints and debug your Java. Do you include Eclipse? Sylvain -Message d'origine- De: Vadim Gritsenko [mailto:[EMAIL

[XMLForm] Bean initialization

2003-01-24 Thread Sylvain.Thevoz
Hello everybody, Few weeks ago I talked about a problem when I tried to initialize the Bean in my XMLForm app. The Bean initialization should load an XML file and save it into a Node variable declared in the Bean. This Node is used to list possible values in a listbox for the property "workstat

[XMLForm] Bean initialization

2003-01-27 Thread Sylvain.Thevoz
Hello everybody, I repost my question: Few weeks ago I talked about a problem when I tried to initialize the Bean in my XMLForm app. The Bean initialization should load an XML file and save it into a Node variable declared in the Bean. This Node is used to list possible values in a listbox for

tag in XMLForm

2003-01-28 Thread Sylvain.Thevoz
Hello everybody, I have a DOM node (named "listWorkstations") like this: U74601 U68111 U74600 U5544 U20 u21 I want to display it in a XMLForm. I think the is a good solution but it doesn't work. Here is the code: ---code--- Workstations: workstation: ---co

XMLForm namespace

2003-01-28 Thread Sylvain.Thevoz
Hello, This XMLForm namespace doesn't work: http://xml.apache.org/cocoon/xmlform/2002 What is the correct namespace link? Thank you Sylvain - Please check that your question has not already been answered in the FAQ before post

XMLFormTransformer error

2003-01-29 Thread Sylvain.Thevoz
Hello, The XMLFormTransformer send me back an error: it find a tag that is not in my view page! The error message is: ERROR Thread-5/XMLFormTransformer: pass through element [group] ERROR Thread-5/XMLFormTransformer: unknown element [group] Here is the log (cleaned): DEBUG Thread-5/Abstr

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

2003-01-30 Thread Sylvain.Thevoz
Hi Ivelin, Could you tell me what is the best solution to debug this Java classes at running time? Thanks for your help Sylvain -Message d'origine- De: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Date: jeudi, 30. janvier 2003 04:53 À: [EMAIL PROTECTED] Objet: Re: XMLForm problem: PLEASE HEL

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

How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-10 Thread Sylvain.Thevoz
Is there someone that could explain me how to load Cocoon into a Tomcat project in Eclipse? This type of project comes from the Sysdeo plugin which allow to run Tomcat into Eclipse. Thanks Regards Sylvain - Please check that yo

RE: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-11 Thread Sylvain.Thevoz
Hi Martin, I want to develop application like you. And I have installed this Tomcat plugin to debug my app and the Cocoon sources. I don't want to "work" at the Cocoon sources, only understand how it works for debugging. Yes please. A description of your environment in Eclipse would be greatly

RE: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-11 Thread Sylvain.Thevoz
Martin, You said that you run Tomcat out of Eclipse. So you don't need a /WEB-INF directory in your Eclipse project, right? The Tomcat Eclipse runs Tomcat inside Eclipse. What is exactly the difference between outside and inside? To start/stop (outside) Tomcat from Eclipse, what do you change i

RE: XForms - and persistance layer - Xindice or other cleverness

2003-02-12 Thread Sylvain.Thevoz
Hi Dirk-Willem, See the How-to at Cocoon Wiki: http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice Regards Sylvain -Message d'origine- De: Dirk-Willem van Gulik [mailto:[EMAIL PROTECTED]] Date: mercredi, 12. février 2003 09:01 À: [EMAIL PROTECTED] Objet: XForms - and persistance lay

RE: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-12 Thread Sylvain.Thevoz
Hi Robert, I want to use the Eclipse debugger. I dont' if it is JPD compatible but I think... In Eclipse, how do you attach Tomcat remotely? Thanks Regards Sylvain -Message d'origine- De: Robert Simmons [mailto:[EMAIL PROTECTED]] Date: mardi, 11. février 2003 21:55 À: [EMAIL PROTECTED]

Cocoon Portal authentication: how to retrieve user

2003-02-14 Thread Sylvain.Thevoz
Hello, I'm using the Cocoon Portal. I develop a new application that will called from a coplet (link). For this application, I need to retrieve the current User of the Portal session. How can I do that? Thanks Sylvain - Please

RE: extending XMLForms for different kinds of models...opinions?

2003-02-14 Thread Sylvain.Thevoz
Hi Josema, Could you describe the advantages and the possible application of this new feature. Regards Sylvain -Message d'origine- De: Josema Alonso [mailto:[EMAIL PROTECTED]] Date: vendredi, 14. février 2003 14:08 À: Cocoon-Users Objet: extending XMLForms for different kinds of models.

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

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

sitemap error after building cocoon project with Eclipse

2003-02-28 Thread Sylvain.Thevoz
Hello, Is there someone that have seen this error below? After building my Cocoon project in Eclipse (without error), the cocoon app returns this error when I try to load, for example, the samples/ page: org.apache.cocoon.ProcessingException: Failed to load sitemap from file:/C:/jakarta-tomcat

Who use the Tomcat SYSDEO plugin for Eclipse?

2003-03-03 Thread Sylvain.Thevoz
Hello, Is there someone that use the Tomcat plugin for Eclipse from Sysdeo and work with Cocoon and this plugin?? If yes, I need help to load and configure my cocoon Tomcat Project. Thanks Sylvain - To unsubscribe, e-mail: [E

RE: Handle Error

2003-03-07 Thread Sylvain.Thevoz
What URL do you use? Sylvain (T) -Message d'origine- De: zze-MORY Nicolas FTRD/DMI/REN [mailto:[EMAIL PROTECTED] Date: vendredi, 7. mars 2003 16:43 À: [EMAIL PROTECTED] Objet: Handle Error hello, it's me again. I a very poor newbie with cocoon. I'm trying since today 8am to produce a

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

XMLForm: how to display arrays

2003-03-17 Thread Sylvain.Thevoz
Hello, I'm using XMLForm to allow user to query a database. How can I display results data in an array like this: RESULTS: NameTypeOwner OS -- U1 Desktop Mob Wnt U2 Laptop Mo

RE: XMLForm: how to display arrays

2003-03-17 Thread Sylvain.Thevoz
Hi Ivelin, How do you create columns with repeat tag? Have you an example? Thanks Sylvain -Message d'origine- De: ivelin [mailto:[EMAIL PROTECTED] Date: lundi, 17. mars 2003 15:27 À: [EMAIL PROTECTED] Objet: Re: XMLForm: how to display arrays the repeat tag should help. -=Ivelin=- -

RE: Eclipse, Tomcat and Sysdeo Plugin

2003-03-20 Thread Sylvain.Thevoz
Hello, I'm using this plugin and it works fine but I have: Windows NT Eclipse 2.0 (release) JDK 1.3.1_03 Tomcat 4.1.12 Sysdeo plugin 2.0.1 Cocoon 2.1-dev I know that there was a problem with the plugin and Eclipse 2.1 RC1. The plugin version 2.1beta corrects this problem. But if you use Eclipse

RE: xform repeat and java beans: null pointer exception

2003-03-24 Thread Sylvain.Thevoz
Hi Dan, I don't know if you can use array with tag. I'm using a HashMap instead of an Array (see the wizard example). It works fine for me. Don't forget to initialize the object. Before that I tried to do the same thing with a Collection but it didn't work for me. Regards Sylvain (T) --

XMLForm: how to display a text

2003-03-24 Thread Sylvain.Thevoz
Hello, Is there a way to display a simple text in XMLForm views? Someting like my text... Thanks Sylvain (T) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: XMLForm: how to display a text

2003-03-24 Thread Sylvain.Thevoz
Yes, I think. What you said is that I should modify the XMLFormTransformer to add my own element? I thought that maybe something already exists. Regards Sylvain -Message d'origine- De: Ryan Hoegg [mailto:[EMAIL PROTECTED] Date: lundi, 24. mars 2003 14:09 À: [EMAIL PROTECTED] Objet: Re:

RE: XMLForm: how to display a text

2003-03-25 Thread Sylvain.Thevoz
OK, thanks. And about HTML link? If I want to insert a HTML link (href) in my view? Is there something that already exists? Regards Sylvain -Message d'origine- De: Stefan Klein [mailto:[EMAIL PROTECTED] Date: mardi, 25. mars 2003 12:19 À: [EMAIL PROTECTED] Objet: Re: XMLForm: how to dis

XMLForm: could I use tag with Collection or ...

2003-03-26 Thread Sylvain.Thevoz
Hello, I want to have a XMLForm view with a code that could be (I think) like this: My goal is to display an array like this: display Variables: variableNamevariableValue variableOrder - - server sfh3344 1 di

RE: XMLForm: could I use tag with Collection or ...

2003-03-26 Thread Sylvain.Thevoz
Hi Ivelin, You means that I could use a Collection to store my data? Regards Sylvain -Message d'origine- De: ivelin [mailto:[EMAIL PROTECTED] Date: mercredi, 26. mars 2003 14:54 À: [EMAIL PROTECTED] Objet: Re: XMLForm: could I use tag with Collection or ... should work. -=Ivelin=- --

RE: XMLForm: could I use tag with Collection or ...

2003-03-26 Thread Sylvain.Thevoz
Hi again, If I take a look at the wizard example, I notice that the getter method (for a HashMap object) uses a Set class: public Set getObject() { return object.entrySet(); { Do I need something like that with a collection? About XPath and a Collection: if I have a Collection (variables) t

XMLForm: how to access to a Collection

2003-03-27 Thread Sylvain.Thevoz
Hello, I'm trying to access to a Java Collection from within a XMLForm view. The Java code is: code ... Collection col = new HashSet(); ... while (iterator.hasNext()) { Group group = (Group) iter.next(); col.add(group); } ... code On my debugger the Collection object "col" lo

RE: XMLForm: how to access to a Collection

2003-03-27 Thread Sylvain.Thevoz
Hi Ivelin, I have stick the collection into the JavaBean of the form with getter and setter methods: public class MyFormBean() { private Collection col = new HashSet(); //other Bean attributes private String type; private int order; //getter and setter methods public Collection g

RE: XMLForm: how to access to a Collection

2003-03-27 Thread Sylvain.Thevoz
There is nothing displayed. It seems that the view don't access to the collection. -Message d'origine- De: ivelin [mailto:[EMAIL PROTECTED] Date: jeudi, 27. mars 2003 14:30 À: [EMAIL PROTECTED] Objet: Re: XMLForm: how to access to a Collection What is the error, exception? -=Ivelin=-

RE: [ANN] sunBow 1.0

2003-03-28 Thread Sylvain.Thevoz
I used both Sunbow (0.6) plugin and Eclipse 2.0.1. Does it means that if you don't have Eclipse 2.1 you won't be able to use Sunbow plugin? Sylvain (T) -Message d'origine- De: Martin Dulisch [mailto:[EMAIL PROTECTED] Date: vendredi, 28. mars 2003 16:47 À: [EMAIL PROTECTED] Objet: Re: [

XMLForm: how to retrieve URL parameter?

2003-03-30 Thread Sylvain.Thevoz
Hello, I'm using an URL like below to access to a XMLForm application: http://myServer:8080/myApp?id=2500 I need to retrieve this parameter (id) from within the XMLForm Action class. The purpose is to populate the Bean with an object (id=2500) coming from the database. What is the best solutio

RE: XMLForm: how to retrieve URL parameter?

2003-03-31 Thread Sylvain.Thevoz
Hi Josema, Do I need to override the act() method in the Action? Regards Sylvain -Message d'origine- De: Josema Alonso [mailto:[EMAIL PROTECTED] Date: lundi, 31. mars 2003 11:58 À: [EMAIL PROTECTED] Objet: RE: XMLForm: how to retrieve URL parameter? If i remember correctly, the Request

RE: XMLForm: how to retrieve URL parameter?

2003-03-31 Thread Sylvain.Thevoz
Hi again, Could you give an example of your code? Thanks Sylvain -Message d'origine- De: Josema Alonso [mailto:[EMAIL PROTECTED] Date: lundi, 31. mars 2003 13:58 À: [EMAIL PROTECTED] Objet: RE: XMLForm: how to retrieve URL parameter? Yes, if you go this way. You can call its parent act

XMLForm: problem with prepare() method

2003-04-03 Thread Sylvain.Thevoz
Hello, You can see below the prepare() method of my XMLForm action: code protected Map prepare() { if (getCommand() == null) { Form.remove(getObjectModel().getFormId()); getForm().addFormListener(this); return page(VIEW_FORM1); } else if (Form.lookup(getObjectModel().getFo

ASP generator

2003-06-25 Thread Sylvain.Thevoz
Hello, Is there a way to read a dynamic HTML page generated by a Microsoft ASP application? Do I need the HTML generator or another "asp" generator? Thanks Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: xmlforms and Xindice and Mysql

2003-06-27 Thread Sylvain.Thevoz
Hi, look at cocoonwiki: http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice Sylvain -Message d'origine- De: Uwe Knorr [mailto:[EMAIL PROTECTED] Date: vendredi, 27. juin 2003 10:39 À: [EMAIL PROTECTED] Objet: xmlforms and Xindice and Mysql I want to ceate a multi-form-dialog (xmlfor

<    1   2