Re: svg2png question

2004-10-29 Thread Derek Hohls
Craig Its still not clear how your paths work; I did see the followup mail but you did not make it clear as to where your Cocoon servlet is based - is it in tomcat/webapps/navCoc and your SVG is then a sub-dir under it? It does not seem lilkely that two different pipelines in the same sitemap,

Re: Encoding problems, still!

2004-10-29 Thread Kees van Dieren
In mozilla Firefox, when you open the right-click menu and choose View page Info what is the value for Encoding there? The serializer still seems to use ISO-8859 (e.g. not UTF-8)(according to the link problem)? The serializer add's the encoding type to the resulting html page, just behind the

Re: [portal] : UI to manage coplets layout in new portal ?

2004-10-29 Thread Florian Leinberger
Jean-Christophe Kermagoret jck at babelobjects.com writes: Hello, is there a UI to manage coplets layout in the new portal ? There was one in old portal. Is it possible to reuse it ? you can use cocoon forms to create a gui with which you can edit the xml-layout- files in

Bulletin Board?

2004-10-29 Thread Florian Leinberger
Hi, does anybody know about a Cocoon based bulletin board? We need a bulletin board that integrates in a Cocoon based portal. I suppose we are not the first ones with that idea. F. Leinberger - To unsubscribe, e-mail:

Re: Encoding problems, still!

2004-10-29 Thread Tuomo L
...adding to my latest post The URL-encoding is done wrong when serializing to HTML. According to specs äö should become %E4%F6 when encoded, not %C3%A4%C3%B6. This seems to be the problem. So far I've noticed this problem with the HREF-attribute only. For a test I made a styslesheet that

Re: Desperately seeking assistance and/or information on memory setti ngs

2004-10-29 Thread Bertrand Delacretaz
Le 29 oct. 04, à 07:51, Schultz, Gary - COMM a écrit : ...I can't get Cocoon to use more than the default 64 MB of memory allotted by the JVM.. The only way to increase this is to start the JVM with the correct -Xmx parameter. You have to find out which of your startup scripts starts the JVM,

Re: Bulletin Board?

2004-10-29 Thread Bertrand Delacretaz
Le 29 oct. 04, à 09:14, Florian Leinberger a écrit : ...does anybody know about a Cocoon based bulletin board?.. I have written a simple but fairly powerful forum component for a recent project (you can see it live at http://www.nouvo.ch/debriefing but it's all in french), and the customer was

Re: Desperately seeking assistance and/or information on memory setti ngs

2004-10-29 Thread Neo99
Hello Bertrand Delacretaz wrote: Le 29 oct. 04, à 07:51, Schultz, Gary - COMM a écrit : ...I can't get Cocoon to use more than the default 64 MB of memory allotted by the JVM.. The only way to increase this is to start the JVM with the correct -Xmx parameter. You have to find out which of your

Re: Urgent! cocoon.createSession() not working in 2.1.5.1

2004-10-29 Thread beyaNet
Hi, it seems the cause of my problem is the RewriteRule lines I have specified in my Apache http.conf file. In my workers2.properties file I have the following line: [uri:/cocoon/mysite/*] (note: cocoon/mysite is situated inside JBoss 4.0.0 as

Re: Urgent! cocoon.createSession() not working in 2.1.5.1

2004-10-29 Thread Upayavira
Tee hee. You got caught. The user goes to www.mysite.com. Apache forwards it to www.mysite.com:8080/cocoon. Cocoon creates a session cookie for domain www.mysite.com:8080, with path /cocoon Apache returns this page to the user, with this session cookie User requests

Re: Encoding problems, still!

2004-10-29 Thread Marc Portier
just scanning through this issue fast it seems to me like more evidence of things expressed here: http://marc.theaimsgroup.com/?t=10923117717r=1w=2 rehashing what I read from Tuomo's setup: - cocoon-servlet init params are set to have container-encoding unchanged (thus iso_8859_1) like we

XSLT XPath Version in Cocoon 2.1.5.1

2004-10-29 Thread Philipp Rech
Hello, what XSLT and XPath Version can I use with my Cocoon (Version 2.1.5.1)? Can I use XSLT and XPath 2.0 already? Thank you! phil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: XSLT XPath Version in Cocoon 2.1.5.1

2004-10-29 Thread Joerg Heinicke
On 29.10.2004 14:10, Philipp Rech wrote: Hello, what XSLT and XPath Version can I use with my Cocoon (Version 2.1.5.1)? Can I use XSLT and XPath 2.0 already? It depends on your XML libraries. Cocoon comes with most recent releases of Xalan and Xerces. Xalan release does not provide XSLT/XPath

Re: XSLT XPath Version in Cocoon 2.1.5.1

2004-10-29 Thread Colin Paul Adams
Philipp == Philipp Rech [EMAIL PROTECTED] writes: Philipp Hello, what XSLT and XPath Version can I use with my Philipp Cocoon (Version 2.1.5.1)? Can I use XSLT and XPath 2.0 Philipp already? Thank you! Yes. Saxon 8 works. -- Colin Paul Adams Preston Lancashire

Re: XSLT XPath Version in Cocoon 2.1.5.1

2004-10-29 Thread Bertrand Delacretaz
...Yes. Saxon 8 works. and http://wiki.apache.org/cocoon/Saxon explains how to set it up. -Bertrand smime.p7s Description: S/MIME cryptographic signature

Re: Bulletin Board?

2004-10-29 Thread Florian Leinberger
hi, we will very likely develop a cocoon-based bulletin-board if we don't find an existing one that could be used or adopted. we are open to any cooperation. we have some special needs though, beacause the bulletin board will be part of our Cocoon based corporate Portal with its own LDAP based

Re: Bulletin Board?

2004-10-29 Thread Bertrand Delacretaz
Le 29 oct. 04, à 14:32, Florian Leinberger a écrit : we will very likely develop a cocoon-based bulletin-board if we don't find... FYI here's the interface to the java forum component that we use for nouvo. It doesn't handle user rights, and the message data is only user identification, title

Re: svg2png question

2004-10-29 Thread Craig Christophersen
Derek; Thanks again for your reply. In my tomcat(version5) webapps folder my cocoon application is navCoc. SVG is a subfolder of that (as is WEB-INF,.metadata,.settings,style(xsl),Graphics, Menus, and more). All the cocoon jars are in WEB-INF/lib. Classes(generators, actions, etc.)in

RE: [cforms][recursive forms] non-terminating recursion detected in widget definition

2004-10-29 Thread Remmerie Bart
Thanks David, I followed your advice and it does the trick for me! Bart -Original Message- From: David Verdin [mailto:[EMAIL PROTECTED] Sent: woensdag 27 oktober 2004 18:13 To: [EMAIL PROTECTED] Subject: Re: [cforms][recursive forms] non-terminating recursion detected in widget

Re: Encoding problems, still!

2004-10-29 Thread Tuomo L
Ok, now I'm really confused. In Bruno's excellent paper about Cocoon encoding, there's a section that says: For Java-insiders: what Cocoon actually does internally is apply the following trick to get a parameter correctly decoded: suppose value is a string containing a request parameter, then

repeater in another repeater

2004-10-29 Thread Marco Rosella
Hi! My problem is: it's possible put a repeater in another repeater? I want to create an xml editor that create dinamically embedding markups like this: content test1 test1-1/test /test test2 test2 -1 test test2 -2 test test 2 -3 test2 -3 -1/test

map:aggregate

2004-10-29 Thread Luigi Bai
I'm having trouble using ns= and prefix= on map:aggregate and map:part. I'm following the wiki example for my sitemap: map:aggregate label=content element=all ns=http://focalpoint.com/swpb/data/any/1.0; prefix=data map:part element=form src=forms/login.xml

Re: map:aggregate

2004-10-29 Thread Luigi Bai
On Fri, 29 Oct 2004, Luigi Bai wrote: I'm having trouble using ns= and prefix= on map:aggregate and map:part. I'm following the wiki example for my sitemap: map:aggregate label=content element=all ns=http://focalpoint.com/swpb/data/any/1.0; prefix=data map:part element=form

Re: Sharing sessions and authentication across sites

2004-10-29 Thread Oscar Picasso
If you have different sites under the same webserver installation then sharing the authentication information between cocoon apps should be ok. That's my configuration. It should be ok but in my case it's not. So let me detail my config. Both the server and the client I use to test have the

Re: running multiple instances of cocoon

2004-10-29 Thread Carol Gray
Il giorno 28/ott/04, alle 02:37, Carol Gray ha scritto: Assuming I can work around the above problem, I would also like to have the large .jar files, common library files, in just one place. Is it possible to have a shared library directory for these library files? If so, where would it be

Re: Urgent! cocoon.createSession() not working in 2.1.5.1

2004-10-29 Thread beyaNet
Upayavira, thanks for your reply. I'm not sure I quitefollow you as this whole Apache RewriteRule business is new to me. Could you possible give me an example of what you mean? many thanks for your help Andrew On 29 Oct 2004, at 11:41, Upayavira wrote: Upayavira

Re: Sharing sessions and authentication across sites [SOLVED]

2004-10-29 Thread Oscar Picasso
I finally found a solution. Sessions and authentication are shared between sites that use a same cocoon instance. The problems lies in the access to the session id cookie. Let's say we have: first.mydomain.org second.mydomain.org I just had added the following in web.xml context-param

Re: Encoding problems, still!

2004-10-29 Thread Marc Portier
Tuomo L wrote: Ok, now I'm really confused. In Bruno's excellent paper about Cocoon encoding, there's a section that says: For Java-insiders: what Cocoon actually does internally is apply the following trick to get a parameter correctly decoded: suppose value is a string containing a request