Re: Problem with encoding non-english request parameters

2002-03-12 Thread yuryx
Piroumian, Konstantin wrote: Piroumian, Konstantin wrote: On Mon, 11 Mar 2002 18:32:26 +0300 yuryx [EMAIL PROTECTED] wrote: Vadim Gritsenko wrote: RTFM http://xml.apache.org/cocoon/userdocs/xsp/request.html: 8 8

Re: Problem with encoding non-english request parameters

2002-03-12 Thread Piroumian, Konstantin
skipped/ Is serializer serialized request also? (this stupid question may be...) Do you need to set encoding on the coming request? This can be done with an action. Yes, in action or use form-encoding attribute (in XSP page with use xsp-request: logicsheet),or use manual encoding

Re: Problem with encoding non-english request parameters-thanx

2002-03-12 Thread yuryx
I don't quite understand what do you mean. Yes, you can change your request character set: quot src=servlet 2.3 Specification setCharacterEncoding(String) public void setCharacterEncoding(java.lang.String env) throws UnsupportedEncodingException Overrides the name of the

Re: Problem with encoding non-english request parameters

2002-03-12 Thread Torsten Curdt
snip/ IIRC changing the encoding of the *serializer* has solved this problem for us. Because then the POST will come with the right encoding set. My 2 cents -- Torsten - Please check that your question has not already been

Re: Problems with DatabaseXXXActions

2002-03-12 Thread yromem.com mailinglist
sorry if this come too late : i got the same probleme in something like this section : map:match pattern=forms/form_chemicals.xsp map:act set=dbentry map:parameter name=descriptor value=context://biotox/forms/desc_chemicals.xml / map:generate type=serverpages

Cocoon hangs

2002-03-12 Thread Peter Wieland
Hi, I hope that my question is not one of these that are posted each time a new member subscribes to the mailing list. At least, I could not find any answer in the FAQ. I'm using Apache 1.3.20 on a Windows 2000 system. On this server I use Tomcat 3.3 with ajp13. Finally, I use a cocoon version

cocoon2: Error compiling sitemap

2002-03-12 Thread Erwin Burgstaller
What I'm doing wrong? I have Linux, JBoss 2.4.4, Tomcat 3.2.3 and the latest Cocoon source out of the CVS repository. I've tried with 'Blackdown Java (latest)' and IBMJava2-13, with same result. Thanks in advance Erwin - Cocoon 2 - Internal server error type fatal

[C2.0.1] session:set-attribute

2002-03-12 Thread Christian Joelly
Hello! can session attributes only be set through the sitemap? if i look at the generated java code, i think it is impossible to set session attributes from java variables or from an string object... session:set-attribute name=reportxsp:exprsReport/xsp:expr/session:set-attribute

Re: [C2.0.1] session:set-attribute

2002-03-12 Thread Tim Myers
I can't find XSPRequestHelper.setSessionAttribute I haven't update cvs in more than a week, but here's what i see in the relavent template: xsl:template match=xsp-session:set-attribute xsl:variable name=name xsl:call-template name=value-for-name/ /xsl:variable xsl:variable

Re: Problems with Cacheable

2002-03-12 Thread Jozsa Kristof
Noone had did such ever really? It's possible, but I doubt it.. On Mon, Mar 11, 2002 at 10:22:04PM +0100, Jozsa Kristof wrote: Hi, I have a custom Generator, which pulls XML data from EJBs. I'd like to make this generator cacheable, based on the url. I've added the following to my

build problems with JDK 1.4.0

2002-03-12 Thread Adnan Zelkanovic
I can't build Cocoon-2.0.1 with JDK 1.4.0. I'm getting an esql-error when I run build.bat. Does anyone know how to solve this problem? Mit freundlichen Grüßen Adnan Zelkanovic allgäuNet.Onlinedienste GmbH Nebelhornstraße 8 86807 Buchloe Tel. (08241) 96869-33 Fax (08241) 96869-26

cocooncenter.de is now cocooncenter.org

2002-03-12 Thread Andreas Hartmann
Hi Cocoon users! First, I want to thank you for the positive feedback and suggestions that helped meto improve the cocooncenter site. Of course, special thanks for the contributions! I decided to "upgrade" to an international domain, looking forward to see how the site will evolve during

Re: IE / NS don't reconize my XML output as XML

2002-03-12 Thread Ivan Rubin
I think map:serialize's parameter is called type, not name, at least using the standard serializer. map:serializer name=xml mime-type=text/xml src=org.apache.cocoon.serialization.XMLSerializer/ map:serialize type=xml/ TREGAN Fabien wrote: I use this serializer : component-instance

Re: [C2.0.1] session:set-attribute

2002-03-12 Thread Christian Joelly
Hi Tim! On Tue, Mar 12, 2002 at 05:35:41AM -0500, Tim Myers wrote: I can't find XSPRequestHelper.setSessionAttribute I haven't update cvs in more than a week, but here's what i see in the relavent template: xsl:template match=xsp-session:set-attribute xsl:variable name=name

Re: cocooncenter.de is now cocooncenter.org

2002-03-12 Thread Piroumian, Konstantin
Hi! I have a small tutorial on logicsheet creation. It consists of 2 simple logicsheets and step-by-step instructions on how to create and install them in C2. Feel free to place it on your site if you think it'll be useful. Regards, Konstantin Piroumian - Original Message -

Re: cocooncenter.de is now cocooncenter.org

2002-03-12 Thread Mariano
parev kostantin My name is mariano from argentina. I just want to ask yuo a question. are good at cocoon? I have installed and the problem i have is even when i see the directory with the file when i click a page i see only xml tags but not a page at normal "way". Thanks in advance Mariano

Re: cocooncenter.de is now cocooncenter.org

2002-03-12 Thread Piroumian, Konstantin
Hi! My name is mariano from argentina. I just want to ask yuo a question. are good at cocoon? I have installed and the problem i have is even when i see the directory with the file when i click a page i see only xml tags but not a page at normal "way". This usually means

RE: Jetty and Cocoon2, help?

2002-03-12 Thread Vadim Gritsenko
Now it works. You may have issue with redirects, but otherwise it is working. PS If you find a problem why redirect does not work as it should, feel free to send patches. Vadim From: Skansen [mailto:[EMAIL PROTECTED]] see below - Original Message - From: Vadim Gritsenko [EMAIL

RE: cocoon2: Error compiling sitemap

2002-03-12 Thread Vadim Gritsenko
You forgot to delete work directory with really old sitemap class. Vadim -Original Message- From: Erwin Burgstaller [mailto:[EMAIL PROTECTED]] On Behalf Of Erwin Burgstaller Sent: Tuesday, March 12, 2002 5:09 AM To: [EMAIL PROTECTED] Subject: cocoon2: Error compiling sitemap

RE: Cocoon hangs

2002-03-12 Thread Vadim Gritsenko
From: Peter Wieland [mailto:[EMAIL PROTECTED]] Hi, I hope that my question is not one of these that are posted each time a new member subscribes to the mailing list. At least, I could not find any answer in the FAQ. I'm using Apache 1.3.20 on a Windows 2000 system. On this server I

Problems with Cocoon2.0 Tomcat 3.3a

2002-03-12 Thread themba
Hi all; Can I get help on this problem? I am running Tomcat 3.3a. ERROR (2002-03-12) 15:10.14:313 [cocoon ] (/servlet/snoop) Thread-10/Handle r: Error compiling sitemap java.lang.VerifyError: (class: org/apache/fop/render/ps/PSRenderer, method: rend erImageArea signature:

RE: info-contact etc

2002-03-12 Thread Vadim Gritsenko
From: todd tredeau [mailto:[EMAIL PROTECTED]] Hi; I've mailed a couple of times before, with no answer. I'm trying to get more info on cocoon lists available. I also want to connect with developers and try and the the Novell drive letter issue resolved. I have started to run into

RE: Problems with Cacheable

2002-03-12 Thread Vadim Gritsenko
Take a look at cacheable.xsp sample. IIRC, it works correctly. Vadim -Original Message- From: Jozsa Kristof [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 6:33 AM To: [EMAIL PROTECTED] Subject: Re: Problems with Cacheable Noone had did such ever really? It's possible,

RE: build problems with JDK 1.4.0

2002-03-12 Thread Vadim Gritsenko
Set JAVA_HOME Build clean Build Regards, Vadim -Original Message- From: Adnan Zelkanovic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 7:04 AM To: Cocoon Users Cc: Matthias Fischer; Jцrg Flotho Subject: build problems with JDK 1.4.0 I can't build Cocoon-2.0.1 with

Re: ServletGenerator ?

2002-03-12 Thread Conny Pemfors
use the servlets generators that you can download from SUN. kind regards Conny - Original Message - From: Ivan Ivanov To: [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 3:34 PM Subject: ServletGenerator ? hi i have the following problem i want to

Re: ServletGenerator ?

2002-03-12 Thread Akber Choudhry
I have a generator for Websphere that does the job. Please let me know which servlet engine you are using and I will sendyou the code. On Tue, 12 Mar 2002, Ivan Ivanov wrote: hi i have the following problem i want to have a servlet generating xml content and feeding it to the transformer in

Re: ServletGenerator ?

2002-03-12 Thread Ivan Ivanov
hi i use tomcat 4 - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: Cocoon hangs

2002-03-12 Thread Peter Wieland
Hi, I thought of a problem like this. But I replced some jar's without changing anything. software and versions I use: Apache: 1.3.20 Java: J2SDK 1.4.0 Tomcat: 3.3a Cocoon: The cocoon version? Good question. I've got an actual CVS-Snapshot. How can I know the version? Windows 2000 The

RE: Cocoon hangs

2002-03-12 Thread Vadim Gritsenko
From: Peter Wieland [mailto:[EMAIL PROTECTED]] Hi, I thought of a problem like this. But I replced some jar's without changing anything. software and versions I use: Apache: 1.3.20 Java: J2SDK 1.4.0 Have you done JDK1.4 configuration steps? See HOWTO: jdk1.4 and/or latest

C2-dev and iPlanet

2002-03-12 Thread Olivier Rossel
I tried to launch C2-dev (current CVS) with a old version of iPlanet and JDK1.2.2 I have no web.xml so I use all the default values (it works with Tomcat4+JDK1.3). The servlet does not starts correctly. Here is the error I get: [12/Mar/2002:16:02:53] info (11168): Internal Info: loading servlet

problem runnig pages

2002-03-12 Thread Mariano
Hi pals, when i try to run any page (in this case myhost/cocoon/tutorial) at the conselo runnig tomcat i get the following message. Transform thread has still not started after pauseForTransformThreadStartup On the other hand, at the browser i get this error Cocoon 2 - Internal server error

problematic installation of cocoon2 and jboss 2.2.2 - tomcat 3.2.2

2002-03-12 Thread Moritz Petersen
hi, i've downloaded the cocoon-2.0.1-src.zip package and built the packages without problems. i have removed the xml .jars from the libs of tomcat and jboss. i have copied xalan-2.2.0.jar, xerces-1.4.4.jar and xml-apis.jar into the jboss lib directory. i have removed the jaxp attribute from the

Re: problem with automount system SOLVED

2002-03-12 Thread Automatic
Thank you for your response and the how-to, I put an unneeded slash before a path. Xavier Je vous site wrote: hello, I'am testing the automount system (C2, Tomcat 4). I had a set of pages that work under a directory and I try to migrate it under /cocoon/mount. I thougth, i have made

Livesites

2002-03-12 Thread lucas
Cocoon 2 www.triptravel.net and there is a WAP-enabled version accesible in: www.triptravel.net/index.wml (from your wap device) both are in spanish Thanks !! Lucas Pons Bayarri Etra I+D Valencia, Spain +34 96 313 40 82 -

Re: Jetty and Cocoon2, help?

2002-03-12 Thread Skansen
Thank you very much for all the help and assistens. I got one last question regarding the extra-classpath Why is it required to do the steps in presented in http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=101509865506696w=2 which i interperted as follows. * copy xalan, xerces, xml-apis,

Re: lauching error for cocoon

2002-03-12 Thread Skansen
Title: lauching error for cocoon From the help i got on this list with "Jetty and Coccoon2, help?" I think it has something to do with an empty pipline. Se the answers to "Jetty and Cocoon2,help?" //Jakob - Original Message - From: Cernuto Michele To: '[EMAIL

RE: Jetty and Cocoon2, help?

2002-03-12 Thread Vadim Gritsenko
From: Skansen [mailto:[EMAIL PROTECTED]] Thank you very much for all the help and assistens. I got one last question regarding the extra-classpath Why is it required to do the steps in presented in In two words: classloading issues. More detailed answer: AFAIU, some servlet engine

XMLTransformer without XML declaration?

2002-03-12 Thread Noah Mittman
I'm using Cocoon to output ASX (Windows Media playlists) content, but since it's a wonderful Microsoft product, it's XML formatted, but if you include an XML declaration, it doesn't work. Can I use the XMLTransformer, but without the xml declaration it adds (i.e. is it configurable?) or am I

PS: XMLTransformer without XML declaration?

2002-03-12 Thread Noah Mittman
Sorry, that would be the TextSerializer and XMLSerializer... On Tuesday, March 12, 2002, at 03:12 PM, Noah Mittman wrote: I'm using Cocoon to output ASX (Windows Media playlists) content, but since it's a wonderful Microsoft product, it's XML formatted, but if you include an XML

esql in a logicsheet problem

2002-03-12 Thread Russell Castagnaro
Aloha Cocooners, I'm having a problem using esql in a logic sheet. Please keep in mind I'm using Cocoon 1.82 so cocoon 2.x solutions won't help :( Here's the logicsheet ?xml version=1.0? xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

Apache and mod_jk (could not get mod_webapp working)

2002-03-12 Thread Frank Ridderbusch
Hi folks, I like to share a couple of experiences, which I learned the hard way and I learned them, while trying to get Cocoon working through Apache. They might have been obvious to someone else, but anyway. First I tried mod_webapp. I configured it like this IfModule mod_webapp.c Include

Re: cocooncenter.de is now cocooncenter.org

2002-03-12 Thread Andreas Hartmann
Hi Konstantin, Hi! I have a small tutorial on logicsheet creation. It consists of 2 simple logicsheets and step-by-step instructions on how to create and install them in C2. Feel free to place it on your site if you think it'll be useful. Thank you very much! I just

How to get data into sitemap-params (for use with XIndice)?????

2002-03-12 Thread Axel Honfi
Hello and I know I posted a similar question before. Does anyone have a clue or a good idea or anything about how to get information out of the SAX-Events from the pipeline? I need to choose the pipeline based upon the xml-data querried from an XMLDB. collection:results ressources=0/ or

cocoon and xindice

2002-03-12 Thread Axel Honfi
Hello! O.K., my combination works, I can query and update XIndice, but how did anybody solve the problem of user-authentication with the user-data (username, password) saved in XIndice? Thanks for some clues Axel - Please

questions about a few pipeline options

2002-03-12 Thread Tom von Schwerdtner
Looking at the sunSpot demo, I see this pipeline: map:pipeline internal-only=true I've done some poking around and I cant figure out what the 'internal-only' option is all aboutcan someone clue me in (either to what it means or to the M I am supposed to RTF)? TIA, -Tom