RE : SQL Server et JDK 1.4

2005-02-10 Thread EXT / STAGIAIRE PLASSE Cédric (DSIT-EX/2i)
Bonjour, J'ai refait quelques tests et apparemment le problème vient de mon instruction map:aggregare. Voilà un extrait du pipeline que j'utilise : map:match pattern=exporter map:aggregate element=resultats map:part element=resultat src=cocoon:/write-file-familles.xml/

Disappearing namespace attributes

2005-02-10 Thread Christina Cunningham
Hi, I am using cocoon forms (version 2.1.4) to load a template xml file, fill-in / edit details, and then bind the data back to the xml file. The problem I am having is that the namespace declarations in the root element are disappearing when the data is saved to the result file. In the data

Cform: Field 2 SelectionList, and the otherway??

2005-02-10 Thread oceatoon
Hi everyone I have a field widget(1) that becomes a selection list by a value change of another widget(2) in the page. This works great. But for a certain value of the widget(2) on change , I would need to make that selection list back into a field widget??? I found the removeSelectionList();

xindice and cocoon: creating a message board

2005-02-10 Thread Tom Sparks
how can I create a message board ( forum) with xindice and coccon? TS Find local movie times and trailers on Yahoo! Movies. http://au.movies.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

cforms htmlarea and xmlbinding

2005-02-10 Thread gounis
hi i have a simple xml root title/title desc/desc /root i want to edit with a cform everything works fine but i want to edit the content of desc element with htmlarea control the problem is that html elements from htmlarea after update are escaped in my xml is it any solution to this

RE: Development Env' - Cocoon, Eclipse and Tomcat - Newbie question

2005-02-10 Thread Perez Carmona, David
Title: Development Env' - Cocoon, Eclipse and Tomcat - Newbie question Hi, I have managed to use Cocoon 2.1.x under Eclipse 2 and Eclipse 3, with Tomcat and the Sysdeo plugin, I havent done anything special, just 1. adding WEB-INF/lib/*.jar to the CLASSPATH, 2. set the source

Cocoon + database best practice?

2005-02-10 Thread Kim Toms
I have cocoon and can create pages reflecting queries in the database. I recently got enough working to be able to change the database. The question is, what is the best procedure to perform SQL Update or Insert type statements? Choices appear to be - Modular DB action; database logicsheet; put

Error handling production/development

2005-02-10 Thread Andreas Doms
I would like to handle error differently when I work on my cocoon project. Is there an elegant way of doing this. My users don't need to see the exception stack trace and I don't need to be informed about exceptions via email when I'm testing.

RE: Development Env' - Cocoon, Eclipse and Tomcat - Newbie question

2005-02-10 Thread Perez Carmona, David
Title: Development Env' - Cocoon, Eclipse and Tomcat - Newbie question See my answers below, De: Elad Messing [mailto:[EMAIL PROTECTED] Enviado el: jueves, 10 de febrero de 2005 15:11 Para: Perez Carmona, David Asunto: AW: Development Env' - Cocoon, Eclipse and Tomcat -

Re: Error handling production/development

2005-02-10 Thread Upayavira
Andreas Doms wrote: I would like to handle error differently when I work on my cocoon project. Is there an elegant way of doing this. My users don't need to see the exception stack trace and I don't need to be informed about exceptions via email when I'm testing. Just a guess - might not work:

AW: Development Env' - Cocoon, Eclipse and Tomcat - Newbie question

2005-02-10 Thread Elad Messing
Title: Development Env' - Cocoon, Eclipse and Tomcat - Newbie question Yes - I was thinking of writing a full email with explanations to the whole list - after understanding all that is needed. Ok. So is it safe to say that the best thing to do will be: 1. Initiate an Eclipse"Tomcat

How to include one XSP into another?

2005-02-10 Thread george georgovassilis
Dear All I am trying to find a way to include one XSP document into another (much like one would do with jsp) while trying to avoid for once the (medium) complexity of logicsheets and any sitemap-acrobatics (i.e. aggregating XSPs into another). I found some hints around that the answer to my

Re: How to include one XSP into another?

2005-02-10 Thread Geert Josten
Hi, xinclude (as well as cinclude) is a good alternative to the aggregate function of sitemaps, but you still have to perform some steps to get the separate XSP joined together. A direct xsp:include instruction would be nicer, but dunno if it is available... Cheers george georgovassilis wrote:

Re: Cocoon + database best practice?

2005-02-10 Thread Antonio Gallardo
On Jue, 10 de Febrero de 2005, 7:56, Kim Toms dijo: I have cocoon and can create pages reflecting queries in the database. I recently got enough working to be able to change the database. The question is, what is the best procedure to perform SQL Update or Insert type statements? Choices

RE: Cocoon + database best practice?

2005-02-10 Thread Hugo Burm
You may consider using an O/R mapping framework like Hibernate or OJB in combination with flowscript and cforms. I tried the modular DB actions long time ago, and then switched to Hibernate. Never thought about switching back. Your flowscript code will contain these steps: - populate bean from

Re: Cocoon + database best practice?

2005-02-10 Thread WHIRLYCOTT
My view on this particular matter may go against the grain here, but I think that both the modular db actions and the sql transformers should not, in general, be used. Your work with the modular db actions and the sql transformer will not be portable since they are tightly coupled to Cocoon.

Re: alternative to sendmail logicsheet?

2005-02-10 Thread Rick Tyler
Rick, I had to include mail functionality just last week and I approached the task with some trepidation as it seems that both the sendmail action and logicsheet are starting to lose favour with the advent of Cforms and flow. What to do?. Tony, Thank you so much for your thorough

Incorect xsl stylesheets caching with xsl:include and cocoon: protocol

2005-02-10 Thread Wojciech Gdela
Hello I have problem with caching of xsl stylesheets. Here is a simplified example, I have layout.xsl pipeline: map:match pattern=layout.xsl map:select type=host map:when test=foo map:generate src=layout_foo.xsl/ /map:when map:otherwise map:generate src=layout_bla.xsl/

Re: Cocoon + database best practice?

2005-02-10 Thread Gregor J. Rothfuss
WHIRLYCOTT wrote: My view on this particular matter may go against the grain here, but I think that both the modular db actions and the sql transformers should not, in general, be used. Your work with the modular db actions and the sql transformer will not be portable since they are tightly

Re: alternative to sendmail logicsheet?

2005-02-10 Thread Tony Edwards
Title: Re: alternative to sendmail logicsheet? Hi Rick, Glad to help. Its always good to contribute at least something to such a great community as this! Cocoon is brilliant and the amount of support derived from this list I find is outstanding. I didn't get the samples to work out of the

Including deployment parameters in xconf file or sitemap

2005-02-10 Thread Barodawala, Ali
Title: Re: alternative to sendmail logicsheet? Hi All, My XSP file invokes a set of WebServices. The IPs for development are hard-coded in my XSP and work fine. For purposes of deployment in production, however, I would like to obtain these IPs dynamically from a 'super' configuration file

Re: Cocoon + database best practice?

2005-02-10 Thread Antonio Gallardo
On Jue, 10 de Febrero de 2005, 11:30, WHIRLYCOTT dijo: My view on this particular matter may go against the grain here, but I think that both the modular db actions and the sql transformers should not, in general, be used. Your work with the modular db actions and the sql transformer will not

Re: Cocoon + database best practice?

2005-02-10 Thread Gregor J. Rothfuss
Antonio Gallardo wrote: Don't agree. It is posible to do with them a lot of work. They are stable and not buggy. The reasons to I don't recommend them is because the maintenance of the system is more complicated. That is all! With O/R mapping it is more easy the later maintenance work. For the

Re: alternative to sendmail logicsheet?

2005-02-10 Thread Rick Tyler
Thanks for the info. Best, RT On Fri, 11 Feb 2005 09:09:57 +1100, Tony Edwards [EMAIL PROTECTED] wrote: Hi Rick, Glad to help. Its always good to contribute at least something to such a great community as this! Cocoon is brilliant and the amount of support derived from this list I

Re: Cocoon + database best practice?

2005-02-10 Thread Antonio Gallardo
On Jue, 10 de Febrero de 2005, 16:49, Gregor J. Rothfuss dijo: i disagree violently :) lol. we are currently refactoring an application that is infested with them, and we found several bugs. let me see about releasing those fixes. Can you post some of them? I cannot wait to see them! ;-)

How to retrieve document.lastModified from original XML file?

2005-02-10 Thread Linden H van der (MI)
Hi, Can someone explain how I can get the lastModified date of the original XML file without using the DirectoryGenerator? I'm building a website based on simple XML files, no database (yet) and I want to display the lastModified date. However, when I use a script that reads

Re: target release 1.3 conflicts with default source release 1.5

2005-02-10 Thread Hotmail
Hi, I thought I read somewhere before about this. But not sure. The enum becomes keyword in Java 1.5.0 and it may be using in cocoon. I have installed JDK 1.5.0_01 on Fedora2 and try to install cocoon 2.1.6. Error:- BUILD FAILED /usr/local/cocoon-2.1.6/tools/targets/init-build.xm;:159: Compile