Use Cocoon as a rapid development tool??

2004-06-25 Thread Sylvain.Thevoz
Hi all, I stopped to work with Cocoon 6 months ago when I was involved in a project using EJB and Websphere. But today I have the opportunity to recommend using Cocoon for a new development in my company. The goal of this small (but important) project is to create a small web application using

RE : RE : RE : error when using my own transformer

2003-12-05 Thread Sylvain.Thevoz
Hello, Yes you're right. And it works! Thank you Marco and Jorg. Sylvain > -Original Message- > From: Marco Rolappe [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 04, 2003 5:38 PM > To: [EMAIL PROTECTED] > Subject: AW: RE : RE : error when using my own transformer > > > sylvain,

RE : RE : error when using my own transformer

2003-12-04 Thread Sylvain.Thevoz
OK, thanks. I have another problem with Parameters. I set a parameter when I use my transformer like this: But when I execute the parameterize(Parameters parameters) method, the parameters object is empty. Have you an idea? Thanks Sylvain My method: public vo

RE : error when using my own transformer

2003-12-04 Thread Sylvain.Thevoz
Hi, Yes, you're right. The problem is when the method below is called, the uri parameter is empty. public void startElement(String uri, String name, String raw, Attributes attr) Do you know where this parameter comes from? Thanks Sylvain > -Original Message- > From: Marco Rolappe [mai

error when using my own transformer

2003-12-04 Thread Sylvain.Thevoz
Hello, I have created a new transformer called "RoleTransformer". It doesn't have lot of features at this moment: it simply adds some XML tags in a document. I have declared this new transformer in the main sitemap like: And I use it in another sitemap: But it seems that Cocoon doe

RE: Line break problem

2003-11-24 Thread Sylvain.Thevoz
Hello, Do you think that this new Xerces release could solve this problem? Sylvain > -Message d'origine- > De: David Crossley [mailto:[EMAIL PROTECTED] > Date: samedi, 22. novembre 2003 04:29 > À: [EMAIL PROTECTED] > Objet: Re: Line break problem > > > Joerg wrote: > > From only a few

Line break problem

2003-11-21 Thread Sylvain.Thevoz
Hello, Is someone has a problem with line break? I have a problem: I'm using Cocoon in and from Windows based machines. There is a difference in line break between Windows and Unix/Linux machines: -Windows counts a carriage return AND a line feed for each line break -Unix/Linux count only a line

RE: LDAP authentification with username and password

2003-11-20 Thread Sylvain.Thevoz
Hi, I'm using the Cocoon portal framework with a LDAP authentication. I have only modified the authentication pipeline to retrieve user information from a LDAP system instead of a XML file. The authentication works with a username and a password. Maybe you could take a look how the authenticatio

[JXForm/XMLForm] Could you help me?

2003-11-20 Thread Sylvain.Thevoz
Hello, I'm still using XMLForm (because I don't want to migrate all my applications at the moment) and I have a problem and maybe someone who know XMLForm could help me. In my application I override the getFormModel() method to get a model from a database. I'm looking to extend the idea a littl

RE: XSP esql problem with Cocoon 2.1.2

2003-11-18 Thread Sylvain.Thevoz
Hi, Not in web.xml! I just have added this: load-class com.microsoft.jdbc.sqlserver.SQLServerDriver But I have lot of problems with XSP and a king of caching mechanism when I make some modifications in XSP pages. Even if I restart Tomcat the pages

RE: XSP esql problem with Cocoon 2.1.2

2003-11-18 Thread Sylvain.Thevoz
Hi, No, it's OK with libs. Sylvain > -Message d'origine- > De: julien bloit [mailto:[EMAIL PROTECTED] > Date: mardi, 18. novembre 2003 15:56 > À: [EMAIL PROTECTED] > Objet: Re: XSP esql problem with Cocoon 2.1.2 > > > Hi Sylvain, > Didn't you simply forget to copy your database connect

XSP esql problem with Cocoon 2.1.2

2003-11-18 Thread Sylvain.Thevoz
Hello, Since I migrated a xsp application to Cocoon 2.1.2 this esql code produces the error below. Is someone has a idea? **code** wfmgt SELECT ur_sector, ur_fullname, ur_role FROM Users WHERE ur_name = 'TFRTHSY1' sector

[JXForm/XMLForm] how to display an European date format?

2003-11-18 Thread Sylvain.Thevoz
Hello, I have an object that have an java.sql.Date attribute. This attribute is displayed in a format -mm-dd. Could I define another format (dd.mm.) in Cocoon? Thanks Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: [JXForm/XMLForm] how to set encoding

2003-11-17 Thread Sylvain.Thevoz
Hello, Yes it was my problem and it WORKS! Thanks Sylvain > -Message d'origine- > De: Marcin Okraszewski [mailto:[EMAIL PROTECTED] > Date: lundi, 17. novembre 2003 11:05 > À: [EMAIL PROTECTED] > Objet: Re: [JXForm/XMLForm] how to set encoding > > > > I would like to use accents (for fr

[JXForm/XMLForm] how to set encoding

2003-11-17 Thread Sylvain.Thevoz
Hello, I would like to use accents (for french) and I'm looking for a solution to set the encoding in ISO-8859-1. Is someone has an experience? Thanks Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Cocoon Portal: how to retrieve the user with XSP

2003-11-17 Thread Sylvain.Thevoz
Hello, I'm using the Cocoon portal and I need to retrieve with XSP the username I enter at the authentication when I open an application from within the portal. How could I retrieve this username? Is this information always available? Thanks Regards Sylvain

Cocoon Portal: how to retrieve the user

2003-11-14 Thread Sylvain.Thevoz
Hello, I'm using the Cocoon portal and I need to retrieve the username I enter at the authentication when I open an application from within the portal. How could I retrieve this username? Is this information always available? Thanks Regards Sylvain -

RE: Is somebody using JXforms?

2003-11-10 Thread Sylvain.Thevoz
xsp? I though you use XMLForm. Sylvain > -Message d'origine- > De: Carmona Perez, David [mailto:[EMAIL PROTECTED] > Date: lundi, 10. novembre 2003 13:14 > À: [EMAIL PROTECTED] > Objet: RE: Is somebody using JXforms? > > > It's not easy to give a trivial example, but I'll try to > expl

RE: Is somebody using JXforms?

2003-11-10 Thread Sylvain.Thevoz
Hi, Could you give an example of your client-side Javascript and explain me how do you use it? Thanks Sylvain > -Message d'origine- > De: Carmona Perez, David [mailto:[EMAIL PROTECTED] > Date: lundi, 10. novembre 2003 11:35 > À: [EMAIL PROTECTED] > Objet: RE: Is somebody using JXforms?

RE: Is somebody using JXforms?

2003-11-10 Thread Sylvain.Thevoz
Hello, Yes I had the same problem during the upgrade. I still have one (minor) problem with XMLForm: I have always an error (always the same) in log files like these lines: ERROR (2003-11-10) 10:51.54:765 [sitemap.xmlform.sitemap.transformer] (/woc_cocoon_2.1.2/woc/xmlform/searchapplicatio

RE: Is somebody using JXforms?

2003-11-07 Thread Sylvain.Thevoz
Hi, I'm still using XMLForm with Cocoon 2.1.2 and all things work well. What is exactly your problem? Regards Sylvain -Message d'origine- De: Carmona Perez, David [mailto:[EMAIL PROTECTED] Date: vendredi, 7. novembre 2003 15:02 À: Cocoon (E-mail) Objet: Is somebody using JXforms?

RE: Zurich dinner? (was Re: Homepage-Devlopment)

2003-11-07 Thread Sylvain.Thevoz
Is your meeting in Zurich only for Cocoon core developers? Do you plan to organize a Cocoon user group in Switzerland? Regards Sylvain > -Message d'origine- > De: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] > Date: vendredi, 7. novembre 2003 10:14 > À: [EMAIL PROTECTED] > Objet: Re: Zu

RE: Zurich dinner? (was Re: Homepage-Devlopment)

2003-11-07 Thread Sylvain.Thevoz
Hello, Are there lot of people using Cocoon in Switzerland?? I'm working in Bern for Swisscom IT and using Cocoon for 1 year. Regards Sylvain > -Message d'origine- > De: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] > Date: vendredi, 7. novembre 2003 08:18 > À: [EMAIL PROTECTED] > Objet

RE: servlet destroy() method in Cocoon

2003-11-06 Thread Sylvain.Thevoz
Hi Jorg, > -Message d'origine- > De: Jorg Heymans [mailto:[EMAIL PROTECTED] > Date: mercredi, 5. novembre 2003 15:33 > À: [EMAIL PROTECTED] > Objet: Re: servlet destroy() method in Cocoon > > > > > Doesn't the servlet specification allow to redirect to a page when > certain exceptions

How to propagate exception in Cocoon

2003-11-06 Thread Sylvain.Thevoz
Hello, I would like to propagate an exception to the section of a sitemap. How could I do that? Thanks Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

servlet destroy() method in Cocoon

2003-11-05 Thread Sylvain.Thevoz
Hello, Is there a location in Cocoon to define a destroy() method like in Servlet programming? The goal is to close a database connection when the user press the "stop" button on the browser during an execution. Is someone has an experience? Thanks Sylvain -

RE: JXForms vs. Woody vs. KISS

2003-11-04 Thread Sylvain.Thevoz
Sorry for my ignorance but what do you mean with "continuations"? Regards Sylvain > -Message d'origine- > De: Bruno Dumon [mailto:[EMAIL PROTECTED] > Date: mardi, 4. novembre 2003 10:41 > À: [EMAIL PROTECTED] > Objet: RE: JXForms vs. Woody vs. KISS > > > On Mon, 2003-11-03 at 15:24, Car

status of Apple block

2003-11-04 Thread Sylvain.Thevoz
What is the status of the Apple block? Is there a Beta version? Thanks Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: JXForms vs. Woody vs. KISS

2003-10-30 Thread Sylvain.Thevoz
> > -Message d'origine- > De: Sylvain Wallez [mailto:[EMAIL PROTECTED] > Date: mardi, 28. octobre 2003 19:02 > À: [EMAIL PROTECTED] > Objet: Re: JXForms vs. Woody vs. KISS > > Well, not later than this afternoon, I had a meeting with MVC zealots > that were only speaking of "pure" MVC, St

How to modify code without restarting Tomcat

2003-10-22 Thread Sylvain.Thevoz
Hello, Is there a way to modify Cocoon (Java) without restarting Tomcat? I'm using Cocoon 2.1.2 with JDK 1.4.1, Tomcat 4.1.24 and Eclipse 2.1.1. Thanks Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Here a simple XSP schema

2003-10-21 Thread Sylvain.Thevoz
Hello, You can find in attachment a simple XSP schema that you could use with the Sunbow eclipse plug-in to edit the .xsp files. Sylvain xsp.xsd Description: xsp.xsd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Portal framework and new Cocoon 2.1.2

2003-10-21 Thread Sylvain.Thevoz
Hello, I'm using the portal framework for almost one year and I have just updated my application to Cocoon 2.1.2 last stable release. My problem is that now the "Save" function in Customize doesn't work anymore. The user-profile file is not updated anymore. If There is already a profile for a u

XSP schema for Sunbow Eclipse plug-in editor

2003-10-20 Thread Sylvain.Thevoz
Hello, I'm trying to use the Eclipse Sunbow plug-in to edit my XSP files. I need to have a XSP schema. Where could I find this? Thanks Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Portal framework and new Cocoon 2.1.2

2003-10-15 Thread Sylvain.Thevoz
Hello, I'm using the portal framework for almost one year and I have just updated my application to Cocoon 2.1.2 last stable release. My problem is that now the "Save" function in Customize doesn't work anymore. The user-profile file is not updated anymore. If There is already a profile for a u

RE: Error when starting Tomcat 4.1.24 with Cocoon 2.1.2

2003-10-14 Thread Sylvain.Thevoz
Hi Stephanie, Do you know exactly what to update in WEB-INF/deli configuration? Thanks Regards Sylvain -Message d'origine- De: Stephanie Zohner [mailto:[EMAIL PROTECTED] Date: lundi, 13. octobre 2003 16:21 À: [EMAIL PROTECTED] Objet: Re: Error when starting Tomcat 4.1.24 with Cocoon 2.1.

Error when starting Tomcat 4.1.24 with Cocoon 2.1.2

2003-10-13 Thread Sylvain.Thevoz
Hello, I'm running Cocoon 2.1.2 (built without modifications) with Tomcat 4.1.24. After I copied the webapp built directory to the TOMCAT_HOME/webapps directory I start Tomcat from the command shell but an error occured: com.hp.hpl.jena.shared.JenaException: rethrew: {E201} Syntax error when pro

XSP schema for Sunbow Eclipse plug-in editor

2003-10-09 Thread Sylvain.Thevoz
Hello, I'm trying to use the Eclipse Sunbow plug-in to edit my XSP files. I need to have a XSP schema. Where could I find this? Regards Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

XSP schema for Sunbow Eclipse plug-in editor

2003-10-08 Thread Sylvain.Thevoz
Hello, I'm trying to use the Eclipse Sunbow plug-in to edit my XSP files. I need to have a XSP schema. Where could I find this? Regards Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Portal: HELP NEEDED!

2003-09-09 Thread Sylvain.Thevoz
Matthew, Another strange thing is when I delete a coplet conf (...) in the "copletprofile.xml" file, the coplet shouldn't appear in portal anymore, right? But after restarting Cocoon, if I go to the Customize page the coplet I have deleted still appears in the coplets list (All coplets). Do you

RE: Portal: HELP NEEDED!

2003-09-09 Thread Sylvain.Thevoz
Hello Matthew, >It is a lot easier with the tools :). Yes sure but at the moment I have not the time to modify the tools because the portal have to work for a demo. How do you clear the profile cache by hand? Thanks for your help. Regards Sylvain -Message d'origine- De: Matthew Langha

RE: Portal: HELP NEEDED!

2003-09-09 Thread Sylvain.Thevoz
Hello, Unfortunately my portal administration tools doesn't work anymore because I need to adapt them to my LDAP authentification. Is there a way to do this by hand without these tools? Thanks Regards Sylvain -Message d'origine- De: Matthew Langham [mailto:[EMAIL PROTECTED] Date: mardi

Portal: HELP NEEDED!

2003-09-09 Thread Sylvain.Thevoz
Hello, I'm trying to modify the list of available coplets in a Cocoon portal. I have modified directly the "copletprofile.xml" file and restarted Tomcat but nothing has changed! Is there another thing to do to change this? Maybe there something like a cache? Thanks Regards Sylvain

XMLForm to JXForm migration

2003-09-02 Thread Sylvain.Thevoz
Hello, I'm looking for information how to migrate my XMLForm applications to JXForm. What to change, what are the same, ... Who have some experience about that? Thanks Sylvain T - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

RE: XMLForm Deprecated?

2003-09-02 Thread Sylvain.Thevoz
I think about XForm compliance because it's difficult with XMLForm to have a pretty GUI for users. You have to add lot of things and Javascript code in the stylesheet to improve the presentation. It's lot of work and the XSLT language isn't very easy. And it's not very reusable. Do you think th

RE: XMLForm Deprecated?

2003-09-01 Thread Sylvain.Thevoz
Hello, You're right, deprecated doesn't mean deleted. But I'm not really happy because XMLForm doesn't support all the XForm stuffs. And JXForm? Do you have some information about differences between XMLForm and JXForm and how to migrate? Thanks Regards Sylvain (T) -Message d'origine-

RE: XMLForm Deprecated?

2003-09-01 Thread Sylvain.Thevoz
But what do you do if you already use XMLForm and don't have time to change all the things? Sylvain (T) -Message d'origine- De: Sylvain Wallez [mailto:[EMAIL PROTECTED] Date: lundi, 1. septembre 2003 10:34 À: [EMAIL PROTECTED] Objet: Re: XMLForm Deprecated? Ryan Hoegg wrote: > I would

LDAP transformer question

2003-08-28 Thread Sylvain.Thevoz
Hello, I'm using the LDAP transformer but there is something strange: In my LDAP repository each item has several "memberOf" attributes like: memberOf=something memberOf=something else memberOf=something else else etc... But the LDAP transformer returns only the first "memberOf" (memberOf=soment

RE: XMLForm Deprecated?

2003-08-28 Thread Sylvain.Thevoz
>Not yet Is it planned? My situation is that I'm going to finish the developement of my project based on XMLForm and I'm asking me this question: do I have to migrate to JXForm and how long does it take? Thanks Sylvain -Message d'origine- De: Geoff Howard [mailto:[EMAIL PROTECTED] Dat

RE: XMLForm Deprecated?

2003-08-28 Thread Sylvain.Thevoz
Is there a document that explain how to migrate from XMLForm to JXForm because lot of people (like me) still use XMLForm. Sylvain -Message d'origine- De: Chris Clark [mailto:[EMAIL PROTECTED] Date: jeudi, 28. août 2003 14:00 À: [EMAIL PROTECTED] Objet: RE: XMLForm Deprecated? Yes. JXF

portal authentication question

2003-08-19 Thread Sylvain.Thevoz
Hello, I'm using the Cocoon portal and I have modified the authentication for using a LDAP repository instead of a XML file to authenticate users. But now the functions inside the coplet "Administration" doesn't work anymore (User management and Portal management). I can't access to these funct

Cocoon portal and administration

2003-08-14 Thread Sylvain.Thevoz
Hello, I'm using the Cocoon portal and I have modified the authentication for using a LDAP repository instead of a XML file to authenticate users. But now the functions inside the coplet "Administration" doesn't work anymore (User management and Portal management). I can't access to these funct

HTMLGenerator not working

2003-08-14 Thread Sylvain.Thevoz
Hello, I'm trying to use the HTMLGenerator to access external html pages (URL). My Tomcat server runs behind a proxy. The HTMLGenerator returns a "page not found" error. The problem: it can't resolve the URL. And it works very well if I try to access internal pages. I had this environment var

Using HTMLGenerator behind a proxy

2003-08-14 Thread Sylvain.Thevoz
Hello, I'm trying to use the HTMLGenerator to access external html pages (URL). My Tomcat server runs behind a proxy. The HTMLGenerator returns a "page not found" error. The problem: it can't resolve the URL. And it works very well if I try to access internal pages. I had this environment var

RE: How to close a session in XSP applications

2003-07-18 Thread Sylvain.Thevoz
Hi, I don't use the Cocoon authentication but simply open a session with Java. Does your action work in that case? Sylvain -Message d'origine- De: Antonio Gallardo [mailto:[EMAIL PROTECTED] Date: vendredi, 18. juillet 2003 15:18 À: [EMAIL PROTECTED] Objet: RE: How to close a session in X

RE: How to close a session in XSP applications

2003-07-18 Thread Sylvain.Thevoz
Hello, In fact that's the case: I start the XSP application from within the Cocoon portal but I need to open another session for this app (I know it's a bit tricky). I thought that maybe there is a possibity to define a destroy method? Thanks Regards Sylvain -Message d'origine- De: Ant

How to close a session in XSP applications

2003-07-18 Thread Sylvain.Thevoz
Hello, I have a XSP application that create a session when you start it. My problem is when I close the browser the session isn't closed and you can't open the application a second time. Does someone have a solution for this problem? Thanks Sylvain

XSP and close session

2003-07-17 Thread Sylvain.Thevoz
Hello, I have a XSP application that create a session when you start it. My problem is when I close the browser the session isn't closed and you can't open the application a second time. Does someone have a solution for this problem? Thanks Sylvain -

RE: Anyone tried Cocoon + Tomcat with XP and IIS ??

2003-07-17 Thread Sylvain.Thevoz
Hello, In my company we use Cocoon with Tomcat and IIS. Both run on a Windows 2000 server. The connection between Tomcat and IIS need the isapi_redirector. See http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html Sylvain -Message d'origine- De: Dean Cording [mailto:[EMAIL

RE: Use of LDAP - equivalent command line?

2003-07-16 Thread Sylvain.Thevoz
Hello, Have you tried a LDAP browser to check your command or criteria? See http://www.ldapadministrator.com Sylvain -Message d'origine- De: e nio [mailto:[EMAIL PROTECTED] Date: mercredi, 16. juillet 2003 08:50 À: [EMAIL PROTECTED] Objet: Use of LDAP - equivalent command line? I tried

RE: Authenticating against Windows NT domain

2003-07-14 Thread Sylvain.Thevoz
Hello, In my company we authenticate users against a Windows Active Directory system. We're using the LDAP transformer to do this inside the Cocoon portal. Regards Sylvain -Message d'origine- De: Dean Cording [mailto:[EMAIL PROTECTED] Date: vendredi, 11. juillet 2003 03:47 À: '[EMAIL PRO