Re: i18n locale in Cocoon 2.1

2003-08-10 Thread Beat De Martin
Thank you Konstantin One more question: I defined two catalogues, is it possible to use them at the same time, i.e. if one key is not found in catalogue 1 is it possible that Cocoon moves to the catalogue 2 I know with default-catalogue-id I can choose the catalogue but I' like to use both

Re: Cocoon Confusion/Logging Error

2003-08-10 Thread Joerg Heinicke
Could you try it without the XSPs, so maybe only the standard samples. Do you get the same error? Have you started with a clean Cocoon 2.0.4 porting your code or the other way around replaced parts of 1.8 with parts of 2.0.4? Joerg Raman Jankiram wrote: I am porting few XSPs written in

Re: Form encoding and database action

2003-08-10 Thread Leszek Gawron
On Sun, Aug 10, 2003 at 11:25:24AM +0200, Joerg Heinicke wrote: Was the issue already solved (I read so many mails yesterday)? web.xml: init-param param-nameform-encoding/param-name param-valueiso-8859-2/param-value /init-param Or if you do not want to override default form encoding

Re: [newbie][2.1rc1] LinkageError: SerializationHandler violatesloader constraints

2003-08-10 Thread Joerg Heinicke
Yes, it looks so. The interface org.apache.xml.serializer.SerializationHandler belongs to Xalan. Do you have any unreachable Xalan package in your classpath - whereever you can search for it? Maybe anyone else has already solved such an issue? The messages I found were not really helpful. At

Cocoon Database samples not working?

2003-08-10 Thread Derek Hohls
Hi I am trying to get Cocoon talking to a database on a new installation. At the moment, I cannot even get the Cocoon hsql database samples to work. The error message is: An error occurred The org.apache.cocoon.www.sitemap_xmap notifies that org.apache.cocoon.ProcessingException says:

Re: Cocoon Database samples not working?

2003-08-10 Thread Geoff Howard
Derek Hohls wrote: Hi I am trying to get Cocoon talking to a database on a new installation. At the moment, I cannot even get the Cocoon hsql database samples to work. The error message is: An error occurred The org.apache.cocoon.www.sitemap_xmap notifies that

Source Writing Transformer examples (re)moved?

2003-08-10 Thread Michael Wechner
Within the online docu http://cocoon.apache.org/2.1/userdocs/transformers/sourcewriting-transformer.html it says If you have built Cocoon with the ScratchPad included (using: ./build.sh -Dinclude.scratchpad.libs=yes webapp), there is a set of samples set up, including tests at

Re: html serializer problem

2003-08-10 Thread Joerg Heinicke
Should be map:serializer logger=sitemap.serializer.html mime-type=text/html name=html pool-grow=4 pool-max=32 pool-min=4 src=org.apache.cocoon.serialization.HTMLSerializer buffer-size1024/buffer-size indentno/indent /map:serializer Hope it works, Joerg Sonny Sukumar wrote: