Re: xsltc

2002-10-18 Thread Kevin O'Neill
Steve, I got xsltc working with 2.0.3 (thanks Vadim...), and even wrote a short how-to on it: http://outerthought.net/wiki/Wiki.jsp?page=XSLTC. On my app I get about a 2x speedup over Xalan. I followed you instructions (I think :)) but I get FATAL (/esit/data/summary.rdf) CocoonServlet:

RE: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Sylvain.Thevoz
I have do that two times but there is still the same error. Any ideas would be greatly appreciated. Thanks in advance Sylvain -Message d'origine- De: Antonio Gallardo Rivera [mailto:agallardo;agsoftware.dnsalias.com] Date: jeudi, 17. octobre 2002 17:21 À: [EMAIL PROTECTED] Objet: Re:

Re: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-18 Thread Christian Kurz
Thank you very much for the quick feed-back! The idea sounds great and is a lot cleaner, than fiddling something in someXSL extension. I am not sure about the cachaebility: the XMLFragment specifying, which nodes to filter from the big input document, changes everytime, so Cocoon would

SearchGenerator improvements

2002-10-18 Thread leo leonid
Hi, the changes file from 2.0.4-dev shows this entry: # SearchGenerator now includes field name=/ elements into hit/ element. These elements contain stored fields of a found Document, making it possible to provide additional info about document in the search result list (only when index

2.1-dev authentication sample doesn't work

2002-10-18 Thread Sylvain.Thevoz
Hello, I have just installed the last dev snapshot of Cocoon and try to run the samples. All work fine except the authentication sample. This error appears: Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error

Re: Installing the mail component

2002-10-18 Thread Geoff Howard
Is the directory really named ...cxa/components... (plural) while the package name cxa.component... (singular)? If so, there's your typo. If not, make sure that the user tomcat is running as has at least read access to myroles.xconf. That happens to me all the time since I run tomcat as a

RE: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Matthew Langham
I have do that two times but there is still the same error. Any ideas would be greatly appreciated. I am afraid I can't really help - and Carsten is on vacation. I suggest you post your problem to the cocoon-dev list. I am sure someone there can get you going. Matthew -- Open Source Group

Re: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Antonio Gallardo Rivera
Build with this command two times: ./build.sh -Dinclude.webapp.libs=true -Dinclude.scratchpad.libs=true installwar the installwar is optional, you can also use webapp, etc. Antonio Gallardo El Jueves, 17 de Octubre de 2002 09:05, [EMAIL PROTECTED] escribió: Hello, I have deleted the cocoon

Re: 2.1 -dev / sunRise,sunSpot version

2002-10-18 Thread Mark Eggers
On the first, there is a note in xml-cocoon2/lib/local. On the second, you might try typing out the environment variable and putting quotes around it, like: C:\Program Files\Apache Group\Tomcat 4.1\webapps /mde/ just my two cents . . . . __ Do

RE: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-18 Thread ROSSEL Olivier
May be you can try to import a XML fragment via the document() XSL function. Calling a cocoon:/ URL, you will get the XML fragment in a variable inside your XSL. Neat and very efficient !!! -Message d'origine- De: Christian Kurz [mailto:crkurz;gmx.de] Date: vendredi 18 octobre 2002

Re: Adobe new products

2002-10-18 Thread Tony Collen
Tony Collen wrote: Matthew, I did some digging, and it seems to be a result of their acquisition back in April of a company named Accelio. I posted my findings at http://manero.org/weblog/archives/05.html#05 BTW, I just played with the Adobe Accelio Capture demo, and it's

Re: 2.1 -dev / sunRise,sunSpot version

2002-10-18 Thread Richard Reyes
thanks - Original Message - From: Mark Eggers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 18, 2002 2:06 PM Subject: Re: 2.1 -dev / sunRise,sunSpot version On the first, there is a note in xml-cocoon2/lib/local. On the second, you might try typing out the

2.1 -dev / sunRise,sunSpot version

2002-10-18 Thread Richard Reyes
Hi Guys, I have downloaded the latest snapshot... is this suppose to be the 2.1 -dev??? Built the src too many times using webappor installwarparameters, and I still cant do it right. I am seeing the welcome page but the samples links are not working and the only link working is the

Re: 2.1 -dev / sunRise,sunSpot version

2002-10-18 Thread Richard Reyes
BTW. im using W2Kadv. server, tomcat 4.1.12 binary and jdk 1.3 - Original Message - From: Richard Reyes To: C2 Users Sent: Friday, October 18, 2002 5:05 AM Subject: 2.1 -dev / sunRise,sunSpot version Hi Guys, I have downloaded the latest snapshot...

RE: Adobe new products

2002-10-18 Thread Argyn . Kuketayev
doesn't look like an applet to me. It's ASP with HTML forms. Ain't I right? -Original Message- From: Tony Collen To: [EMAIL PROTECTED] Sent: 10/17/02 4:45 PM Subject: Re: Adobe new products Tony Collen wrote: Matthew, I did some digging, and it seems to be a result of their

Re: Adobe new products

2002-10-18 Thread Tony Collen
[EMAIL PROTECTED] wrote: doesn't look like an applet to me. It's ASP with HTML forms. Ain't I right? I tried the second application method (http://apps.accelio.com/license/license.asp?formname=regulation.xftpreference=reach), and it seemed to load an applet. Tony

Re: How to append a xml string as content

2002-10-18 Thread J.Pietschmann
Alejandro Raiczyk wrote: Registro.getUltimoRegistro returns a xml string like loginicio243543254325/iniciofin23485845/fin/log, the thing is that I don´t want to treat that string as a string, I want it to form part of the xml content of my page, so I can apply a XSL to it, any ideas ? If it's

XSPGenerator.class not found

2002-10-18 Thread Shaw, Chris
Hi, Running on JDK1.4.0, I have successfully been using Cocoon 2.0.3 in JBoss 3.0.0 with embedded Catalina (TomCat 4.0.3)..it runs as a war in an ear file w/o problem. I have just made the switch to JBoss 3.0.3 with embedded Tomcat (4.1.2) and now my XSP generation has stopped workingmy

How to return last-modified

2002-10-18 Thread Ryan Agler
Anyone know how to make Cocoon return a last-modified header when reading xml files from disk? I found some mention of adding an expires attribute to map:pipeline, but what I really need is to return last-modified for the files I'm reading. Any Ideas? Thanks, Ryan Agler

URL-encode XML document

2002-10-18 Thread Yury Mikhienko
Hi folks! Can I URL-encode XML document with cocoon components? If it is possible, how do I do it? Thanks. -- Best regards, Yury Mikhienko. IT engineer, ZAO Mobicom-Kavkaz - Please check that your question has not already

using more than one request parameter

2002-10-18 Thread Giuseppe Bonelli
Hi cocooners, this is probably a simple question, but I didn't find anything in the docs and/or mail archives. I have a form with 2 submit buttons and I successfully use the request parameter selector to fire a pipeline based on the submit buttons values. The problem is that I need to use

XSP compilation failing

2002-10-18 Thread Shaw, Chris
Hi, Running on JDK1.4.0, I have successfully been using Cocoon 2.0.3 in JBoss 3.0.0 with embedded Catalina (TomCat 4.0.3)..it runs as a war in an ear file w/o problem. I have just made the switch to JBoss 3.0.3 with embedded Tomcat (4.1.2) and now my XSP generation has stopped workingmy

How to append a xml string as content

2002-10-18 Thread Alejandro Raiczyk
Title: How to append a xml string as content Hi people, I have this: ?xml version=1.0 encoding=ISO-8859-1? !-- CCM -- !-- Autor: Alejandro Raiczyk -- !-- Version: @version $Id: terminos.xsp,v 1.5 2002/10/11 13:50:28 slombardozzi Exp $ -- xsp:page language=java

[OT] Win CVS

2002-10-18 Thread Mark Eggers
Richard, It all depends on which version of Win CVS and which version of the CVS server Apache uses. The latest version of Win CVS seems to be fine, but there have been problems with earlier versions. I would just as soon use the command line under cygwin, or something that will run across all

Jisp FileSystem and memory

2002-10-18 Thread David LAGARDERE
Hello. I would like to know what memory considerations have to be taken into account with Jisp. What are the equivalent heapsize and freememory of StoreJanitor in Jisp ? Finally, I think I have quite a lot of java.io.EOFException when JVM max heap is reached. Does anybody have experienced that ?

Re: Adobe new products

2002-10-18 Thread Tony Collen
Ilya A. Kriveshko wrote: I do not see the need for it to be an applet, though. There is nothing there that [D]HTML couldn't do. But why make it simple? ;-) If it weren't complicated, I doubt Adobe would have paid $72 Million USD for Accelio :) Tony

RE: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Mark Eggers
When you are re-deploying a war like that, make sure to clean out the working directory. In Tomcat 4.1.12, you'll find it in $TOMCAT_HOME/work/Standalone/localhost/cocoon /mde/ just my two cents . . . . __ Do you Yahoo!? Faith Hill - Exclusive

Re: [OT] Win CVS

2002-10-18 Thread Richard Reyes
okay thanks for info.. - Original Message - From: Mark Eggers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 18, 2002 4:24 PM Subject: [OT] Win CVS Richard, It all depends on which version of Win CVS and which version of the CVS server Apache uses. The latest

Re: Adobe new products

2002-10-18 Thread Ilya A. Kriveshko
I do not see the need for it to be an applet, though. There is nothing there that [D]HTML couldn't do. But why make it simple? ;-) -- Ilya Tony Collen wrote: [EMAIL PROTECTED] wrote: doesn't look like an applet to me. It's ASP with HTML forms. Ain't I right? I tried the second application

Sample Cocoon App

2002-10-18 Thread Dave Bettin
I am looking for a complex sample cocoon app. The app should take advantage of most cocoon features. Is anyone aware of such an app? Thanks, Dave __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos More http://faith.yahoo.com

Re: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Richard Reyes
thanks again. - Original Message - From: Mark Eggers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 18, 2002 4:28 PM Subject: RE: 2.1-dev authentication sample doesn't work When you are re-deploying a war like that, make sure to clean out the working directory. In

xsltc

2002-10-18 Thread Stephen Ng
Title: Message I got xsltc working with 2.0.3 (thanks Vadim...), and even wrote a short how-to on it: http://outerthought.net/wiki/Wiki.jsp?page=XSLTC. On my app I get about a 2x speedup over Xalan. But I'm confused about something. xsltc generates java code which does the transformation.

Re: Adobe new products

2002-10-18 Thread Tony Collen
Matthew Langham wrote: I read this morning on Heise (www.heise.de - German) about Adobe introducing a new range of products for big business. Looks like they will be bringing out a Forms Server, an Output Server, a Workflow Server and a Document Server - all designed to make PDF ubiquitous. And

Re: 2.1 -dev / sunRise,sunSpot version

2002-10-18 Thread Mark Eggers
Richard, I'm not using quite the latest version from CVS, but close to it. I just haven't gotten around to checking out the latest version and building it. I've never gone after the snapshots, but have always checked it out of cvs. Since I am on Windows/2000 Pro, getting a reasonable version

Re: SearchGenerator improvements

2002-10-18 Thread leo leonid
On Donnerstag, Oktober 17, 2002, at 02:47 Uhr, leo leonid wrote: Hi, the changes file from 2.0.4-dev shows this entry: # SearchGenerator now includes field name=/ elements into hit/ element. These elements contain stored fields of a found Document, making it possible to provide additional

Re: Sample Cocoon App

2002-10-18 Thread Lajos Moczar
Check out Jeremy's and my book when it comes out in December - that has several fairly complex apps for your enjoyment - authentication, SOAP, internationalization, J2EE, portals, etc. Link is at http://www.amazon.com/exec/obidos/tg/detail/-/0672322579/002-9257316-7139204. Sadly, my name is

Re: 2.1 -dev / sunRise,sunSpot version

2002-10-18 Thread Richard Reyes
Hi Mark / Guys, What exactly was you problem with w2k and win cvs? I'm asking this because I have managed to download the latest cvs version ( i think with no problem ), although I still have the same problem ( samples are not working ) after building the war file.. Any other ideas Thanks

DB Insert from Multiple Select box

2002-10-18 Thread Nicholas Hemley
Hi, I can't find an example of inserting values into a db from a multiple select POST anywhere. Frustrating really 'cos I could have written this in 5 mins in PHP :) Could someone point me in the right direction? Do I have to use a DatabaseAddAction? Does anyone have an example they could send

Re: Sample Cocoon App

2002-10-18 Thread Joerg Heinicke
http://xml.apache.org/cocoon/link/livesites.html Joerg Dave Bettin wrote: I am looking for a complex sample cocoon app. The app should take advantage of most cocoon features. Is anyone aware of such an app? Thanks, Dave -

Re: German article on Cocoon Portal and Authentication

2002-10-18 Thread Antonio Gallardo Rivera
We need to learn German ;) Antonio Gallardo. El Jueves, 17 de Octubre de 2002 20:36, Richard Reyes escribió: Hi Matthew, It will be impossible for you to have an english version right? - Original Message - From: Matthew Langham [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL

RE: xsltc

2002-10-18 Thread Stephen Ng
I got a few of these when I started out. Make sure you clear out your work directory, and then try to debug the transforms one by one, starting with the lowest-level transform. Steve -Original Message- From: Kevin O'Neill [mailto:kevin;rocketred.com.au] Sent: Friday, October 18,

Re: German article on Cocoon Portal and Authentication

2002-10-18 Thread Richard Reyes
Hi Matthew, It will be impossible for you to have an english version right? - Original Message - From: Matthew Langham [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Cocoon-Dev@Xml. Apache. Org [EMAIL PROTECTED] Sent: Thursday, October 17, 2002 6:37 PM Subject: RE: German

RE: Sample Cocoon App

2002-10-18 Thread David Turton
Cocooncenter lets you download its source, though im not so sure its complex enough for your needs. http://www.cocooncenter.org/ -Original Message- From: Dave Bettin [mailto:javabettin;yahoo.com] Sent: Friday, 18 October 2002 5:12 AM To: [EMAIL PROTECTED] Subject: Re:

RE: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-18 Thread Hunsberger, Peter
There's probably about half a dozen ways to do this. Perhaps one of the simplest is just to create your own caching generator and use aggregation (with any other XML you may need)in the pipeline. In the generator you'll need to implement the setup method to see the objectModel, something

Emitting SAX events

2002-10-18 Thread simo kauranen
I have a transformer which writes the incoming document to disk. Does anyone happen to know how I could forward the SAX events after writing down the pipeline? AbstractSAXTransformer has some send methods but how to use them? Now my code looks like this: ... public void startDocument(){

Re: [C 2.1 CVS] - About roles in user Authentication

2002-10-18 Thread Antonio Gallardo Rivera
Thanks to both! Antonio Gallardo. - 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

RE: Adobe new products

2002-10-18 Thread Argyn . Kuketayev
I don't get why they use an Applet. This applet simply makes a browser to submit the HTTP request to the same ASP, where the HTML form does. -Original Message- From: Ilya A. Kriveshko To: [EMAIL PROTECTED] Sent: 10/17/02 5:08 PM Subject: Re: Adobe new products I do not see the need for

Re: Sample Cocoon App

2002-10-18 Thread Dave Bettin
Is there any samples with source available? Dave --- Joerg Heinicke [EMAIL PROTECTED] wrote: http://xml.apache.org/cocoon/link/livesites.html Joerg __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos More http://faith.yahoo.com

Installing the mail component

2002-10-18 Thread Kjetil Kjernsmo
Hi List! I'm trying to get the Mail component from Matthew and Carsten's book installed, but I can't get it right. The problem seems to be that Cocoon can't find my myroles.xconf and thus it stops with a Cocoon was not initialized.-message. I have cocoon.xconf and myroles.xconf in

RE: using more than one request parameter

2002-10-18 Thread Lee V
Have a look at this map:pipeline map:match pattern=some_pattern map:act type=request map:parameter name=parameters value=true/ map:aggregate element=html map:part src="cocoon:/oooh{someParamName1}/ map:part src="cocoon:/aaah{someParamName2}/ /map:aggregate

RE: Adobe new products

2002-10-18 Thread Argyn . Kuketayev
You are right, it's an applet in Netscape, and HTML form in IE. -Original Message- From: Tony Collen To: [EMAIL PROTECTED] Sent: 10/17/02 4:58 PM Subject: Re: Adobe new products [EMAIL PROTECTED] wrote: doesn't look like an applet to me. It's ASP with HTML forms. Ain't I right? I

Re: German article on Cocoon Portal and Authentication

2002-10-18 Thread Steven Noels
Matthew Langham wrote: Why are you going to use 2.0.3? Much of the portal stuff has been moved and renamed in 2.1-dev. I recommend using 2.1-dev if you are starting on your project now. The documentation in Cocoon is also more complete for the current version. Which is unbelievably sad.

Re: How to append a xml string as content

2002-10-18 Thread Antonio Gallardo Rivera
You have two options, but all the depends of your porpietary function Registro.getUltimoRegistro. I dont know what registro returns.. 1-If returns a string, then your code is fine and you can do something like: texto xsp:expr my_new_tag texto

Re: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Antonio Gallardo Rivera
Sorry, I misspelled it. :) Compile the sources two times. The the CVS 2.1 version will work fine. Antonio Gallardo El Jueves, 17 de Octubre de 2002 08:28, Antonio Gallardo Rivera escribió: There is a bug in the build process, compiled it two times. Then it will work. Antonio Gallardo El

mod-db not working in latest build

2002-10-18 Thread Phil Craven
I have tried the last few cvs drops, and mod-db is not working. When you try and add a group, a row is added, but the values are null. Am I missing something or doing something wrong. i would really like to try mod-db out, so any hints would be greatly appreciated. Thanks, Phil

RE: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Sylvain.Thevoz
Hello, I have deleted the cocoon directory in Tomcat, build the source for the second times and re-deploy the cocoon.war. There is the same error! Did I do something wrong? Thank you Sylvain -Message d'origine- De: Antonio Gallardo Rivera [mailto:agallardo;agsoftware.dnsalias.com]

Re: German article on Cocoon Portal and Authentication

2002-10-18 Thread Richard Reyes
Hi Matthew, I have just found this link looking at your weblog. by now i'll be working on the cocoon portal sample shipped with the binary release ( v 2.0.3 ) . Question: will it be alright to use the sunspot components shipped with this binary release or should I prefer to download a daily

RE: Emitting SAX events

2002-10-18 Thread Piroumian Konstantin
From: simo kauranen [mailto:slkauranen;yahoo.com] I have a transformer which writes the incoming document to disk. Does anyone happen to know how I could forward the SAX events after writing down the pipeline? AbstractSAXTransformer has some send methods but how to use them? Now my code

Re: Installing the mail component

2002-10-18 Thread Kjetil Kjernsmo
On Friday 18 October 2002 05:46, Geoff Howard wrote: Is the directory really named ...cxa/components... (plural) while the package name cxa.component... (singular)? If so, there's your typo. Arrgh! Yeah, you know, sometimes you shouldn't stare but rather go to bed... :-) It seems that plural

Date Input Module

2002-10-18 Thread Martin Schimak
Hello! Does anybody know how to tell the Date Input Module to deliver a certain date format? I just found the comment to use the attribute 'format' of configuration root node in the javadoc, but I am not sure how to do it exactly... Thx, Martin.

Re: Adobe new products

2002-10-18 Thread Antonio Gallardo Rivera
Nice to include in Cocoon a example of that and more! :-D Like also adding it to a database Antonio Gallardo El Jueves, 17 de Octubre de 2002 14:45, Tony Collen escribió: Tony Collen wrote: Matthew, I did some digging, and it seems to be a result of their acquisition back in April

RE: German article on Cocoon Portal and Authentication

2002-10-18 Thread Sylvain.Thevoz
The last Cocoon snapshot the current dev version is 2.0.44. Is this version the 2.1-dev? Sylvain -Message d'origine- De: Matthew Langham [mailto:mlangham;s-und-n.de] Date: jeudi, 17. octobre 2002 13:26 À: [EMAIL PROTECTED] Objet: RE: German article on Cocoon Portal and Authentication

question about uploading

2002-10-18 Thread Oskar Casquero
Hello, I want to upload an xml file to cocoon in order to apply some transformations to it. I have seen upload.xsp example, but I don't wantto save the file in the server, just take the input stream in the http request and pass it to a transformer. How could it be done? Oskar

Re: question about uploading

2002-10-18 Thread Martin Geissler
There is a mail in the mail-archive with an Action code that does what you want. Have a Look Martin [EMAIL PROTECTED] Freitag, 18. Oktober 2002 12:48:59 Hello, I want to upload an xml file to cocoon in order to apply some transformations to it. I have seen upload.xsp example, but I don't

RE: Emitting SAX events

2002-10-18 Thread simo kauranen
Thanks for the tip. Now the transformer forwards all tags ok, but not the contents of them. And for some reason xml-serializer don't like what it gets saying: XML document must have a top level element. This allthough the forwarded SAX events when written in a file form a valid xml file. S.K.

Re: Date Input Module

2002-10-18 Thread Christian Haul
On 18.Oct.2002 -- 12:21 PM, Martin Schimak wrote: Hello! Does anybody know how to tell the Date Input Module to deliver a certain date format? see java.text.SimpleDateFormat and pass it via the format attribute. So currently, you cannot provide a format if you use it from sitemap, only

Re: question about uploading

2002-10-18 Thread Sreenivasan N.
Hi Can you tell me what to do after downloading that UploadAction.java. When i try to compile i was getting error. Can you give us the step to be done to work with that code. Thanks in advance Regards Sreenivasan. At 12:55 PM 10/18/02 +0200, you wrote: There is a mail in the mail-archive with

FOP in cocoon

2002-10-18 Thread Przybilla, Frank
Hello to all cocoon users, I have still some problems with fop within cocoon. What I want to do is to generate reports especially tables from xml data. The problems is that the column values don't fit into the specified columns. So fop has to hyphenate the text or produce breaks respectively.

RE: Emitting SAX events

2002-10-18 Thread Piroumian Konstantin
From: simo kauranen [mailto:slkauranen;yahoo.com] Thanks for the tip. Now the transformer forwards all tags ok, but not the contents of them. And for some reason xml-serializer don't like what it gets saying: To forward the contents of the tags you should call the super.characters() method

RE: Date Input Module

2002-10-18 Thread Piroumian Konstantin
Christian, From: Christian Haul [mailto:haul;dvs1.informatik.tu-darmstadt.de] On 18.Oct.2002 -- 12:21 PM, Martin Schimak wrote: Hello! Does anybody know how to tell the Date Input Module to deliver a certain date format? see java.text.SimpleDateFormat and pass it via the

Re: Date Input Module

2002-10-18 Thread Christian Haul
On 18.Oct.2002 -- 03:41 PM, Piroumian Konstantin wrote: Christian, From: Christian Haul [mailto:haul;dvs1.informatik.tu-darmstadt.de] On 18.Oct.2002 -- 12:21 PM, Martin Schimak wrote: Hello! Does anybody know how to tell the Date Input Module to deliver a certain date

Re: Using Slide with Cocoon 2

2002-10-18 Thread Jeremy Quinn
On Thursday, Oct 17, 2002, at 18:44 Europe/London, Jeremy Quinn wrote: What is the best way to set up Cocoon, so that the files that Cocoon serves, can safely be edited via WebDAV? Sorry to reply to my own message ... ;) And I hope this is not too off-topic. Are there any MacOSX

Re: Date Input Module

2002-10-18 Thread Martin Schimak
Christian Haul wrote: I'll add it to my todo list for after that. Unfortunately, this list is growing rapidly :-( Chris. Would be great, thx! - Please check that your question has not already been answered in the FAQ

Re: Doubt which cocoon-user mailing list couldn't solve

2002-10-18 Thread Sreenivasan N.
Hi Both the suggestions said, works only if one page is generated . but in my case i am using an xsp code which cam generate two pages. First generates a FORM which takes values form the user(GROUPID,PROJECTSTATUS) though a list box. And depending on these values and on the click of a

RE: Date Input Module

2002-10-18 Thread Piroumian Konstantin
From: Christian Haul [mailto:haul;dvs1.informatik.tu-darmstadt.de] On 18.Oct.2002 -- 03:41 PM, Piroumian Konstantin wrote: Christian, ... What if we could do this in the sitemap: map:parameter name=date value={date:date?format=dd/MM/yy} /? It would be possible (easily) to

Re: question about uploading

2002-10-18 Thread Oskar Casquero
Where is that UploadAction.java? I can't find it. Oskar - Original Message - From: Sreenivasan N. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 18, 2002 1:03 PM Subject: Re: question about uploading Hi Can you tell me what to do after downloading that

Re: question about uploading

2002-10-18 Thread Geoff Howard
I just looked through the archives and didn't find anything like that. Can you provide a link to what you were talking about? The only things I've seen are a description of how to use the DatabaseAdd action to upload a file to a database (which shouldn't work correctly), and an action to change

HSSFSerializer NullPointerException

2002-10-18 Thread Dorsey, Chris
I'm using the HSSFSerializer without cocoon, and am getting a NullPointerException when trying to do the parse(). Does anyone have an example of how to use the HSSFSerializer without cocoon? Thanks for any help you can provide, Chris

Re: Installing the mail component

2002-10-18 Thread Geoff Howard
Disclaimer: I am not in the least familiar with the mail component that you are trying to install. I'm just looking at your general situation of trying to debug roles configuration at startup. But, --- Kjetil Kjernsmo [EMAIL PROTECTED] wrote: On Friday 18 October 2002 05:46, Geoff Howard

iText vrs. fop.

2002-10-18 Thread Antonio Gallardo Rivera
Hi, can someone advise me what is better to build PDF files? iText or fop. Thanks, Antonio Gallardo - Please check that your question has not already been answered in the FAQ before posting.

Re: Possible with XSPs?

2002-10-18 Thread Vadim Gritsenko
Sonny Sukumar wrote: Aha! That fixed it. I'd love to know why one can only use xsp-request elements inside the document (root element). Anyone know? Class scope vs method scope. Code inside root element goes into the method, code above root element goes to class scope. Thus, NPE: request

RE: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-18 Thread Hunsberger, Peter
Well, obviously, it something changes on every request then, by definition, it isn't cacheable. However, I believe, with aggregation, only the components that are marked as invalidated in the cache are rebuilt on a new request; the rest of the data stays in it's respective cache. This does

problem with session transformer together with cocoon:/ pseudo protocol

2002-10-18 Thread Johann Romefort
Hi, I m getting some troubles working with cocoon:/ pseudo protocol and the session Transformer. Basically I have one pipeline that call another using the cocoon:/ protocal. In this second pipeline I perform a session transformation to get back the profile of the current user with the tag:

RE: XSPGenerator.class not found

2002-10-18 Thread Shaw, Chris
Could this be a problem with the Manifest file? I haven't actually been deploying Cocoon with a Manifest file in JBoss3.0.0 and it has been working fine... Maybe TomCat4.1.12/JBoss3.0.3 actually needs it now? ..I did see the following post reporting the same problem,

Klez virus : some peoples on this list

2002-10-18 Thread Paul Terray
Hi to everyone, I am getting a huge load (up to 20 per days) of Klez virused email (sent by a virused computer). The (fake) originators (usually taken from the emails received by the virused computer) make me think they are mostly coming from people on this list (I received one from [EMAIL

Re: problem with session transformer together with cocoon:/ pseudo protocol

2002-10-18 Thread Barbara Post
I cannot help you but when I use a pipeline like your map:match pattern=auth.xml and want to aggreagte its output by a map:aggregate and map:part src=cocoon://auth.xml, I get an infinite loop. Maybe issues are linked... Anyway I have unfortunately other projects for now... Babs - Original

Unable to get 'Cocoon-Libs'

2002-10-18 Thread Mr Chris Shaw
Hi all, Using the latest development snapshot of Cocoon 2.1 on JDK 1.4 and I cannot get it to deploy and initialise In the Error log I see the following: FATAL_E (2002-10-18) 17:32.41:814 [access] (Unknown-URI) Unknown-thread/CocoonServlet: Unable to get 'Cocoon-Libs' attribute from the

RE: How to append a xml string as content

2002-10-18 Thread Alejandro Raiczyk
Title: RE: How to append a xml string as content Sorry, but I don´t understand. Wich parser should I use and how should I use it ? I'm trying this that used to work in Cocoon 1 but it's not working here: !-- Version: @version $Id: terminos.xsp,v 1.5 2002/10/11 13:50:28 slombardozzi Exp $

Re: Date Input Module

2002-10-18 Thread Christian Haul
On 18.Oct.2002 -- 02:05 PM, Martin Schimak wrote: Christian Haul wrote: I'll add it to my todo list for after that. Unfortunately, this list is growing rapidly :-( Would be great, thx! I've just updated the 2.1 branch to allow a format specification on module declaration. With this you

Re: Date Input Module

2002-10-18 Thread Antonio Gallardo Rivera
Nice Christian! Where we can find description about the InputModules and how they works? Antonio Gallardo El Viernes, 18 de Octubre de 2002 10:02, Christian Haul escribió: On 18.Oct.2002 -- 02:05 PM, Martin Schimak wrote: Christian Haul wrote: I'll add it to my todo list for after that.

Re: Date Input Module

2002-10-18 Thread Martin Schimak
Thx very much for your immediate help! Martin. PS: Antonio, short introduction to modules is at http://xml.apache.org/cocoon/userdocs/concepts/modules.html I've just updated the 2.1 branch to allow a format specification on module declaration. With this you can component-instance

Help with sitemap.xmap on 2.1 Dev - Driving me Crazy

2002-10-18 Thread aps olute
I have compiled the cvs 2.1 dev version several times as one had suggested, some of the samples work some not. Specifically I wanted to run the Sample Forms - Form Validation, however the sitemap seems to be not right, it is not pointing to correct directory for the resource. 1. The main

Re: [OT] Win CVS

2002-10-18 Thread Tony Collen
Mark Eggers wrote: Richard, It all depends on which version of Win CVS and which version of the CVS server Apache uses. The latest version of Win CVS seems to be fine, but there have been problems with earlier versions. I would just as soon use the command line under cygwin, or something that

Re: Help with sitemap.xmap on 2.1 Dev - Driving me Crazy

2002-10-18 Thread Jeremy Quinn
On Friday, Oct 18, 2002, at 18:19 Europe/London, aps olute wrote: I have compiled the cvs 2.1 dev version several times as one had suggested, some of the samples work some not. Specifically I wanted to run the Sample Forms - Form Validation, however the sitemap seems to be not right, it is not

Re: Installing the mail component

2002-10-18 Thread Kjetil Kjernsmo
On Friday 18 October 2002 15:22, Geoff Howard wrote: Disclaimer: I am not in the least familiar with the mail component that you are trying to install. I'm just looking at your general situation of trying to debug roles configuration at startup. Yeah, but that's OK! (that's a much longer

RE: German article on Cocoon Portal and Authentication

2002-10-18 Thread Matthew Langham
you would not have a URL for those of us not being able to pick this up at a newsstand ? As soon as it goes up online (_if_ it goes up online) then I will post a link in my weblog. Matthew -- Open Source Group Cocoon { Consulting, Training, Projects }

Experience in deployment of 2.1 CVS....

2002-10-18 Thread Antonio Gallardo Rivera
Hi, Here is 4:15 a.m. Today at 2:00 p.m. I need to put my work in a test environment and since I am working on Linux. I dont know how it will work on a MS IE client environment. The server will run just this swebapp. The most complicated page has 6 SQL queries. Please comment about your