RE: Accessing SunRise context after authorization

2002-07-03 Thread Carsten Ziegeler
And, please notice the space at the end of the context name, you have to remove it, so it should read: sunshine:getxml context=sunRise ... Carsten -Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 8:17 AM To: [EMAIL PROTECTED]

RE: cant find avalon conponents

2002-07-03 Thread Themba Mbatha
Title: RE: cant find avalon conponents Make sure that all the jar files that came with Cocoon are in the lib directory ($TOMCAT_HOME/webapps/cocoon/WEB-INF/lib). -Original Message- From: icewind [mailto:[EMAIL PROTECTED]] Sent: 02 July 2002 10:49 To: [EMAIL PROTECTED] Subject: cant

RE: error deploying cocoon

2002-07-03 Thread Sylvain.Thevoz
Hello, Maybe a java security problem. Cocoon can't write something on your disk. I had the same think. Check the java policy files. Sylvain -Message d'origine- De: icewind [mailto:[EMAIL PROTECTED]] Date: mardi, 2. juillet 2002 20:53 À: [EMAIL PROTECTED] Objet: error deploying cocoon

CDATA disappears with 2.1

2002-07-03 Thread TREGAN Fabien
I made a custom transformer (wich transform XHTML into the Javascript String containing the code of the corresponding HTML - please don't ask me why !) It works well with 2.0.3, but I ned to know the performances with XSLTC, so I use 2.1 for my tests. The XSL transformation is about 35% faster

sunspotdemo

2002-07-03 Thread Lutz Lenzen
Hi everybody, there is the following line in the sitemap map:generate src=admin type=sunSpot-conf/ Normally the the src-attribute of the generate-tag holds an XML-file. Here it is admin. What does that mean, is it an entity? Thanks, Lutz

RE: sunspotdemo

2002-07-03 Thread Piroumian Konstantin
From: Lutz Lenzen [mailto:[EMAIL PROTECTED]] Hi everybody, there is the following line in the sitemap map:generate src=admin type=sunSpot-conf/ Normally the the src-attribute of the generate-tag holds an XML-file. Here it is admin. What does that mean, is it an

RE: Cocoon 2.1 deployment error

2002-07-03 Thread Sylvain.Thevoz
I have checked the Avalon version and it is the right one (20020627)! Is this component really essential? What is its task? Have you a solution? Thank you very much Sylvain -Message d'origine- De: Stephan Michels [mailto:[EMAIL PROTECTED]] Date: mardi, 2. juillet 2002 17:13 À: [EMAIL

Where did stream-pipeline and event-pipeline element went in 2.1 ?

2002-07-03 Thread TREGAN Fabien
Hi, The following lines no longer appear in cocoon.xconf in 2.1 (they do in 2.0.3, and the doc still say you can replace them to use non-caching pipelines) event-pipeline class=org.apache.cocoon.components.pipeline.CachingEventPipeline/ stream-pipeline

AW: Form Validator

2002-07-03 Thread Sascha Kulawik
- Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Sascha Kulawik
Ive made a Patch for Cocoon 2.0.2 for this Problem in the Class AbstractValidatorAction. Contact me, if you are interested. Greetings, Sascha - Please check that your question has not already been answered in the FAQ

AW: Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Sascha Kulawik
Ive made a Patch for Cocoon 2.0.2 for this Problem in the Class AbstractValidatorAction. Contact me, if you are interested. Greetings, Sascha - Please check that your question has not already been answered in the FAQ before

AW: Form Validator

2002-07-03 Thread Sascha Kulawik
er - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

User Authentication - HOW ?

2002-07-03 Thread Sascha Kulawik
Title: User Authentication - HOW ? Hello, Im just dealing with Cocoon for a while and have coded a forum in xsp. Currently ive no idea, how to implement a user authentication in cocoon, havent found any idea on the net. It's also possible to write a servlet and so on or use turbine, but i

AW: Form Validator

2002-07-03 Thread Sascha Kulawik
Same Problem here with the Session-validator. Currently Im working with: Tomcat 4.0.4b, Cocoon 2.0.2 and JDK1.4, also the avalon-excalibur-20020506.jar Patch for the Database-Connection Problems with SDK 1.4. DB-Auth is working, but the Session-validator doesnt execute perperly. The core.log

AW: Form Validator

2002-07-03 Thread Sascha Kulawik
ds - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

AW: Form Validator

2002-07-03 Thread Sascha Kulawik
d - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

cocoon test...

2002-07-03 Thread Othman Haddad
hi, i've an application based on cocoon2.02 and tomcat without Apache httpd server.. what is the best way to test it?, is Cactus ok for this, or it's better to use something else? thanks for your help

AW: User Authentication - HOW ?

2002-07-03 Thread Sascha Kulawik
Title: Nachricht Sorry 4 the delayed Message-flood from me, but xml.apache.org hasn't any MX Entry, so I couldn't send any Mail with my qmail Server to it. Right now its resolved and Ive specially for xml.apache.org an entry in a config file - but thats not the solution, Apache-Guys ! This

AW: Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Sascha Kulawik
The diff for AbstractValidatorAction.java is: 564a565,566 }catch (NullPointerException e) { return true; 578a581,582 } catch (NullPointerException e) { dflt = ; Greetings, Sascha -

RE: Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Piroumian Konstantin
Would you please post the patch to Bugzilla as described in: http://xml.apache.org/cocoon/howto/howto-patch.html ? Konstantin From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] The diff for AbstractValidatorAction.java is: 564a565,566 }catch (NullPointerException e) {

RE: [Q] How to create a cached XML object in memory...

2002-07-03 Thread Vadim Gritsenko
From: Per Kreipke [mailto:[EMAIL PROTECTED]] OVERVIEW: = Cocoon uses Configurations from Avalon to abstract keeping common config information in XML form and easily using and caching it in memory. However, it doesn't quite serve my purposes (I think) because it actually converts

Search hits in new page

2002-07-03 Thread M Al-yahya
Hello, I'm doing XML Search using the SearchGenerator. I have the following in the sitemap pipeline: map:match pattern=**findIt map:generate type=search/ map:transform type=log/ map:transform src=stylesheets/search2html.xsl/ map:serialize/ /map:match the

RE: HTML Serializer Problems: xhtml instead of html?!

2002-07-03 Thread Arjé Cahn
Can you post (part of) your XSL? Regards, Arjé Cahn - Content Management Department Hippo Webworks Grasweg 35 1031 HW Amsterdam The Netherlands Tel +31 (0)20 6345173 Fax +31 (0)20 6345179 arje(at)hippo(dot)nl / www.hippo.nl

RE: HTML Serializer Problems: xhtml instead of html?!

2002-07-03 Thread Manos Batsis
Try setting the output method appropriately: xsl:output method=html indent=yes/ Hth, Manos -Original Message- From: Arje Cahn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 4:07 PM To: [EMAIL PROTECTED] Subject: RE: HTML Serializer Problems: xhtml instead of

Re: Refresh Problem Cocoon 2

2002-07-03 Thread Willy Picard
Hi. Cocoon does usually not refresh its transformation result when the XML or XSLT file(s) are modified. sometimes a restart of the tomcat server is necessary? what could be the problem? If you are using xsl:import and/or xsl:include and Cocoon 2.0.2 or less, this is an identified bug and it

AW: Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Sascha Kulawik
Has been done ! -Ursprüngliche Nachricht- Von: Piroumian Konstantin [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 3. Juli 2002 14:49 An: '[EMAIL PROTECTED]' Betreff: RE: Form Validator - RESOLVED ! Need a Patch ? Would you please post the patch to Bugzilla as described in:

RE: Refresh Problem Cocoon 2

2002-07-03 Thread Hahn Kurt (CHA)
And sometimes it's your browser that's hanging. In IE under Windows, event emptying the cache has sometimes no effect... -Message d'origine- De : Willy Picard [mailto:[EMAIL PROTECTED]] Envoyé : mercredi, 3. juillet 2002 15:15 À : cocoon-users Objet : Re: Refresh Problem Cocoon 2 Hi.

cactus or not ?

2002-07-03 Thread Othman Haddad
hi, i've an application based on cocoon2.02 and tomcat without Apache httpd server.. what is the best way to test it?, is Cactus ok for this, or it's better to use something else? thanks for your help

RE: cant find avalon conponents

2002-07-03 Thread icewind
Things don't get that far. I put the cocoon.war file in the $TOMCAT_HOME/webapps directory and it never gets unpacked successully. I tried copying the avalon jars from tomcats cache directory to $TOMCAT/common/lib but that didnt help either. Im running Debian with Tomcat 4.0.3 (debian package)

RE: cant find avalon conponents

2002-07-03 Thread icewind
Things don't get that far. I put the cocoon.war file in the $TOMCAT_HOME/webapps directory and it never gets unpacked successully. I tried copying the avalon jars from tomcats cache directory to $TOMCAT/common/lib but that didnt help either. Im running Debian with Tomcat 4.0.3 (debian package)

RE: [Possible Bug] TextSerializer loses characters with ASCII encoding?

2002-07-03 Thread Lai, Harry
Hi all, So I _think_ I've fixed this bug. In the AbstractTextSerializer, the setOutputStream method wraps the incoming output stream in a BufferedOutputStream. However, no class reference is kept to this BOS, so it never gets flushed at the end of the document. I made the BOS a class variable

LogicSheet not executing

2002-07-03 Thread Eric Dalquist
I'm trying to create a logicsheet to act as a page hit counter. I want to expand on the functionality of cocoon's counter but I'm having problems getting the simplest of logicsheets to work correctly. Cocoon finds the logic sheet ok but applies it as if it were a plain style sheet. None of the

Re: cocoon or Axkit?

2002-07-03 Thread Alexandru COSTIN
Hello, You might also like to test Krysalis, it does pretty the same thing like Cocoon in PHP, using Sablotron as the XSLT transformer. We are still working to make the solution faster as for now our pipeline has a pretty slow implementation, but you might consider giving

castorTransformer

2002-07-03 Thread Othman Haddad
hi, where can i get th CastorTransformer and it's documentation? thanks for your help? IncrediMail - La messagerie électronique a enfin évolué - Cliquer ici

RE: castorTransformer

2002-07-03 Thread Piroumian Konstantin
Title: Message Source: xml-cocoon\src\scratchpad\src\org\apache\cocoon\transformation\CastorTransformer.java Samples: xml-cocoon\src\scratchpad\webapp\mount\castor\ Docs: xml-cocoon\src\scratchpad\webapp\mount\castor\doc\castortransformer.xml -- Konstantin Piroumian [EMAIL PROTECTED]

Réf. : RE: castorTransformer

2002-07-03 Thread Othman Haddad
thanks a lot ---Message original--- De : [EMAIL PROTECTED] Date : mercredi 03 juillet 2002 17:46:35 A : '[EMAIL PROTECTED]' Sujet : RE: castorTransformer Source:

RE: session...

2002-07-03 Thread Vadim Gritsenko
From: zze-STIENNE Nicolas FTRD/DMI/CAE [bis: I indicated a false title] Hi !! I reuse the Webapp sample protected area. Once the identification done, I arrived on the protected page. But how could I do to go into another page without quiting the protected zone. I mean : if there

RE: xsp - problem using simple.xsp in a different workspace

2002-07-03 Thread Vadim Gritsenko
From: Diego Lluna [mailto:[EMAIL PROTECTED]] hi, i've copied, textual, the simple.xsp example file provided in cocoon 2.0.1 into a different workspace, for trial. this workspace processes requests fine (xml, jsp, js, xsl...) (xsp ?) but shows this error when requesting the

Problems with parsing output from XML file WITHOUT spaces

2002-07-03 Thread Sascha Kulawik
Ive a XSP file with some kind of those arguments: xsp:attribute name=id esql:get-string column=id/ /xsp:attribute After getting the output serialized though my XSLT like this: xsl:attribute name=HREF../messagetopics/forum.xsp?id=xsl:value-of select=@id//xsl:attribute There are always

RE: Problems with parsing output from XML file WITHOUT spaces

2002-07-03 Thread Argyn Kuketayev
it's not a problem. it's how it works. -Original Message- From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 12:20 PM To: [EMAIL PROTECTED] Subject: Problems with parsing output from XML file WITHOUT spaces Is that a problem of cocoon ? (Im using

RE: Are aggregators and SVG/JPEG Serializer cacheable?

2002-07-03 Thread Vadim Gritsenko
From: Willy Picard [mailto:[EMAIL PROTECTED]] Hi. I'm trying to generate rollon images with the SVG/JPEG serializer and an aggregator. I would like the browser to cache the generated images. So here are my question(s): 1) are aggregators and SVG/JPEG serializer cacheable? Yes -

RE: LogicSheet not executing

2002-07-03 Thread Naquin, Beth
Title: RE: LogicSheet not executing Look at the namespace declaration for xsp in your logicsheet. It is not right and it does not match the xsp namespace used in your xsp file. Use: xmlns:xsp=http://apache.org/xsp -Original Message- From: Eric Dalquist [mailto:[EMAIL PROTECTED]]

RE: Clean Cocoon

2002-07-03 Thread Ricardo Trindade
Hi, I agree, I started a thread with exactly the same content a while ago, some people were against, some were for it. I thinks this is essential to simplify cocoon deployment, and to guarantee that most installations are out of the box. A lot of people answered that a

Re: LogicSheet not executing

2002-07-03 Thread Eric Dalquist
Title: RE: LogicSheet not executing Beth, Thanks for the fix, all I have to say is sorry for bugging everyone :-) I had copied a logicsheet from a friend who is running and older version of cocoon and didn't even think about the xsp namespace. -Eric Dalquist - Original Message -

How to use xsp-request:get-parameters-values logicsheet tag

2002-07-03 Thread Matthew Hailstone
I'm trying to access multiple values of a request parameter resulting from a multiple select HTML element. String stateString = CA; int iLengthStateString = 0; for( int i=0; i lt; xsp-request:get-parameter-values name=state/.getSize() ; i++ ){

debian tomcat4 cocoon war file deployment problems

2002-07-03 Thread icewind
Im using debian and have the latest tomcat4 package installed (tomcat 4.0.3) Instead of using the cocoon2 debian package, I opted for the cocoon.war file that I downloaded off the web. When I put the cocoon.war file in $TOMCAT_HOME/webapps and restart tomcat, I get errors. The errors start off

AW: debian tomcat4 cocoon war file deployment problems

2002-07-03 Thread Philipp Bo?em
could be a problem wether with your jdk version, there is quit a good dokumentation on the cocoon homepage about the differnt distributions and jdks -Ursprungliche Nachricht- Von: icewind [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 3. Juli 2002 19:55 An: [EMAIL PROTECTED] Betreff:

Advice re: Stylesheet Parameters

2002-07-03 Thread Jason Foster
I was hoping to get some advice from the group on the proper way to acquire stylesheet parameters from a user and to use them in a transformation. My plan is to have an HTML form (an XForm can come later) that collects the values for all sorts of parameters, such as... xsl:param

Re: How to use xsp-request:get-parameters-values logicsheet tag

2002-07-03 Thread Tim Myers
you just need as=array and you will get a String[] On Wed, Jul 03, 2002 at 11:42:56AM -0600, Matthew Hailstone wrote: I'm trying to access multiple values of a request parameter resulting from a multiple select HTML element. String stateString = CA; int

Re: Aargh: Installation under Linux failed... no idea?

2002-07-03 Thread Stephan Michels
On Wed, 3 Jul 2002, Alexander Schatten wrote: installation of Cocoon 2 under linux failed. I managed to install it on windows (JDK 1.3), but not on linux. details: -- ReadHat current distribution -- Sun JDK 1.4 current distribution -- tomcat 4.0.4 (1) download cocoon sources and try to

Re: User Authentication - HOW ?

2002-07-03 Thread Bert Van Kets
There's a full authentication in sunSpot that is very easy to implement. Check out http://xml.apache.org/cocoon/developing/sunrise.html and http://www.need-a-cake.com/stories/2002/02/28/usingTheSunriseComponents.html Try it step by step and you'll see that it's not really difficult, yet very

RE: How to use xsp-request:get-parameters-values logicsheet tag

2002-07-03 Thread Matthew Hailstone
Tim, Thank you for your help. String[] stateParamsList = xsp-request:get-parameter-values as=array name=state/; for( int i=0; i lt; stateParamsList.length ; i++ ){ stateString += ((i0? :) + stateParamsList[i]); } Works. Matthew

PLEASE, PLEASE document the installation correctly!!

2002-07-03 Thread Alexander Schatten
Stephan Michels wrote: The samples in the CVS were restructured. Try /cocoon/samples/. thank you very much for this fast hint. in fact, it did not work, but brought me to the idea, that the sitemap is structured in an other way, than in the normal distribution. browsing the sitemap file, I

RE: Advice re: Stylesheet Parameters

2002-07-03 Thread Luca Morandini
Jason, if I were you, I'd use the RequestGenerator. You will get a nice XML with all the form parameters ready for further processing. Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED]

Re: DTD comments in xinclude/cinclude transformer output

2002-07-03 Thread Sven Kitschke
Stephan Michels wrote: On Tue, 2 Jul 2002, Sven Kitschke wrote: Ok, I've a patch against an actual cvs copy (cocoon_2_0_3_branch). Should i create a patch entry at bugzilla? [snip] I also noticed the bug, thanks for the patch. Patch is applied, please cross-check. Stephan

Website documention problem with page widths

2002-07-03 Thread Scott Bussinger
As a newbie to the Cocoon world, I've been struggling to get up to speed. I can certainly sympathize with some of the comments about Cocoon's documentation issues as I'm struggling with them myself right now. I do have one suggestion for whoever is responsible for maintaining the

Re: Website documention problem with page widths

2002-07-03 Thread Diana Shannon
On Wednesday, July 3, 2002, at 06:55 PM, Scott Bussinger wrote: Many of the pages have severe issues with page widths. For example, if you go to http://xml.apache.org/cocoon/developing/sunspot.html, you'll find the the pages are much wider than the browser screen width (same problem in

RE: Website documention problem with page widths

2002-07-03 Thread Dean McGowan
I would like to offer the services of kangax to handle documentation publishing, I am sure we can solve many of the problems you are currently experiencing. Kangax is a simple publishing tool which leverages cocoon technology. Please contact Dean McGowan to discuss, this would be a free service

Re: Website documention problem with page widths

2002-07-03 Thread Evan Scott
Houston, it appears we have achieved synergy. Dean McGowan wrote: I would like to offer the services of kangax to handle documentation publishing, I am sure we can solve many of the problems you are currently experiencing. Kangax is a simple publishing tool which leverages cocoon technology.

Re: Clean Cocoon

2002-07-03 Thread Ryan Hoegg
Whats the ant build target? Either it's not included at http://xml.apache.org/cocoon/installing/index.html or it is mislabelled. Ryan Hoegg ISIS Networks Ricardo Trindade wrote: Hi, I agree, I started a thread with exactly the same content a while ago, some people were against, some

OT: You're a brick

2002-07-03 Thread Alex McLintock
At 07:52 01/07/02, you wrote: Anthony Aldridge wrote: Hurrah! You're a brick! Sorry, but my english is not good enough to figure out what you exactly mean by this. Can you enlighten me? PS: I hope it's a compliment! I assume it is an English idiom because I see nothing unusual about it.

[UPDATE] SourceWritingTransformer Samples

2002-07-03 Thread Jeremy Quinn
Dear All, The SourceWritingTransformer in HEAD has just been updated (along with the samples and tests in scratchpad). There were two main tags in SWT, source:write and source:insert, each of them was configured in a completely different way, this update has unified the two tags so that they

[HELP]Could not read resource file:/opt/jakarta/webapps/cocoon/i18n/simple.xml

2002-07-03 Thread Markus Alin
Hi!! By trying to display the i18n sample page I get the following error. In the stacktrace it looks like the error occurs in the FileGenerator, but im doing nothing else than trying to generate the file (/opt/jakarta/webapps/cocoon/i18n/simple.xml - which came with the cocoon download) Thanks

Re: [COCOON] New cocoon-docs mailing list

2002-07-03 Thread Sam Ruby
Nicola Ken Barozzi wrote: Dear PMC, Dear root, The Cocoon project asks for the creation of a new mailing list to aid the new Cocoon Documentation project. [EMAIL PROTECTED] List created, Initial moderator is [EMAIL PROTECTED] - Sam Ruby P.S. No need to bother root for mail

Re: Problems with Database Tutorial

2002-07-03 Thread Bobby Mitchell
Christian Haul wrote: On 28.Jun.2002 -- 09:19 AM, Bobby Mitchell wrote: I'm using Cocoon 2.1-dev, IBM JDK 1.3, running on RedHat 7.2, and using Sybase 11.9.2. Now I'm using Cocoon 2.0.3-dev, Sun J2SDK 1.4.0, Tomcat 4.0.2. I can't add or update users in the DB. I can only delete them. I

Re: Search hits in new page

2002-07-03 Thread Jeremy Quinn
On Wednesday, July 3, 2002, at 01:54 PM, M Al-yahya wrote: Hello, I'm doing XML Search using the SearchGenerator. I have the following in the sitemap pipeline: map:match pattern=**findIt map:generate type=search/ map:transform type=log/ map:transform

RE: User Authentication - HOW ?

2002-07-03 Thread Carsten Ziegeler
And have a look at http://ziegeler.bei.t-online.de/c2auth.html Carsten -Original Message- From: Bert Van Kets [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 11:18 PM To: [EMAIL PROTECTED] Subject: Re: User Authentication - HOW ? There's a full authentication in