RE: generating a manifest of xml docs

2002-07-08 Thread Conal Tuohy
> -Original Message- > From: icewind [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 9 July 2002 03:26 > To: [EMAIL PROTECTED] > Subject: generating a manifest of xml docs > > > I would like to be able to have cocoon take an entire > directory of xml files, go through it, grab the > contents o

Re: generating a manifest of xml docs

2002-07-08 Thread Joerg Heinicke
Another way is to access the files via document() and the cocoon or context protocol. The first one goes back the sitemap again and should solve the cache problem too. The second one is only a common directory base (root sitemap directory), but mostly the '/', Joerg suggested, is the better so

Re: generating a manifest of xml docs

2002-07-08 Thread J.Pietschmann
icewind wrote: > I tried this but I ran into a problem. The output of > the DirectoryGenerator only gives the filename, not > the full path. When the stylesheet, which is in > another directory attempts to open the file, it cannot > because no XML files in the directory where the > stylesheet live

Re: User authentication with LDAP

2002-07-08 Thread William Moore
I looked at this some more, and then went to have a beer. There was an error in the sequence of by tags, but the error message did not say that. Next time I'll check that the error message is telling the whole truth. William On Monday, July 8, 2002, at 03:00 pm, William Moore wrote: > Her

How to enable sitemap debugging

2002-07-08 Thread Ritter, Tony G
I have been previously working successfully using Tomcat 4.0.3/Cocoon 2.0.1. I recently upgraded to Tomcat 4.1.3 with Cocoon 2.0.2 to use the new SunShine components but under the new 2.0.2 my sitemap compilation is giving me errors. They are being generated from the sitemap.xsl file (line 1797)

Re: generating a manifest of xml docs

2002-07-08 Thread icewind
I tried this but I ran into a problem. The output of the DirectoryGenerator only gives the filename, not the full path. When the stylesheet, which is in another directory attempts to open the file, it cannot because no XML files in the directory where the stylesheet lives. Any suggestions? > 1

Re: I don't understand SourceUploadAction

2002-07-08 Thread Omar Alos
Thanks Stephan, I'll do an UploadGenerator Omar ___ Copa del Mundo de la FIFA 2002 El único lugar de Internet con vídeos de los 64 partidos. ¡Apúntante ya! en http://fifaworldcup.yahoo.com/fc/es/ --

Re: I don't understand SourceUploadAction

2002-07-08 Thread Stephan Michels
On Mon, 8 Jul 2002, [iso-8859-1] Omar Alos wrote: > Hello > > I want to receive a docbook file, transform it and > return a PDF file. > I think that maybeuload stores the file in the upload > dir and SourceUploadAction reads it and stores in > another path. > It's really working that way? If y

Re: Réf. : Re: xsp and pipelines..

2002-07-08 Thread Benoît Clouet
Le lun 08/07/2002 à 11:39, Othman Haddad a écrit : > ok, > so can i associate an action with a submit button of an xsp page? > how can i do that,is there any precise sample or tutorial to advise? > thanks > othman Here is an example of use of 2 serverpages actions for authenticating the user and s

Re: [doc] FAQ, mod-rewrite, comments needed

2002-07-08 Thread Simeon Walker
Diana Shannon wrote: ...stuff about mod_rewrite FAQ > > Liam Morley had the following comment: > > In my experience, session support is lost when you use mod_rewrite > because the cookie path for the Cocoon session is "/cocoon". Because the > browser sees the path differently, the session coo

I don't understand SourceUploadAction

2002-07-08 Thread Omar Alos
Hello I want to receive a docbook file, transform it and return a PDF file. I think that maybeuload stores the file in the upload dir and SourceUploadAction reads it and stores in another path. It's really working that way? I thing that what I need is an UploadGenerator that gets the xml file fr

RE: SQLTransformer

2002-07-08 Thread Luca Morandini
Joshua, have you profiled the same queries using ESQL ? It could be useful having such a benchmark. Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/in

SQLTransformer

2002-07-08 Thread Joshua McCulloch
Hello, I've been looking at page generating times with the profiler. I am finding that SQLTransoformer is taking a huge amount of time to do what I consider simple queries. For example, a page that has two minor queries takes about 130ms to complete. Combined there are about 20 rows being return

Re: generating a manifest of xml docs

2002-07-08 Thread Joerg Heinicke
1. use the DirectoryGenerator as startpoint 2. use XSLT to transform the resulting XML to your wanted output, e.g. using document() to get the content of the specific tag Regards, Joerg icewind wrote: > I would like to be able to have cocoon take an entire > directory of xml files, go through

generating a manifest of xml docs

2002-07-08 Thread icewind
I would like to be able to have cocoon take an entire directory of xml files, go through it, grab the contents of some tag (a that all the xml documents in this directory have) and output a page with the following information for each document in that directory: 1. The filename (linked to

Debian, httpd and cocoon2 problems

2002-07-08 Thread Albert Cervera Areny
Hi, I'm trying to use the cocoon2 framework, which I've been using without any problems at home with tomcat as both Java Server and Http Server, at work. The difference here is that I'm using Apache Httpd as the Http Server. I've been able to use the examples provided with tomcat but as soon as I

AW: no data via connection pool

2002-07-08 Thread Sascha Kulawik
Title: Nachricht Hai,   this is a known Bug, as seen under bugzilla. Try Cocoon 2.0.3-DEV or 2.1.0-DEV. Error occures under JDK1.4. and Excalibur.   Greetings, Sascha -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 8. Juli 2002

no data via connection pool

2002-07-08 Thread herbert_meier
Hi folks I got a problem with the connection from Tomcat 4.0 - Cocoon 2.0.2 to Oracle DB 8.1.7. I try to get data via a connection pool. I configered  it as followed:                                          

Re: User authentication with LDAP

2002-07-08 Thread William Moore
Here's what I have in the Cocoon web-xml file (inside the element): > > > Infibail Application > /infibail/* > > > Administrator > > > > > FORM > Infibail > > /login.html > /error.html > > and here is what Tomcat says: > PARSE error at line 256 co

Strange problems with sunrise components

2002-07-08 Thread Simeon Walker
Hi, recently I wrote about how I was always re-directed to the login page when trying to access a page protected by the sunRise-auth action. I have found out some more and it's just getting weirder... Here's what happens: 1. I try to access the protected page and get redirected to the login

Re: User authentication with LDAP

2002-07-08 Thread Nicola Ken Barozzi
William Moore wrote: > Last year I used Cocoon on a project for a client. User authentication > was achieved using the tools demonstrated in the > http://localhost:8080/cocoon/ > protected/ sample. > > Now the client has decided he wants to use an LDAP Directory for > authentication. I tried

User authentication with LDAP

2002-07-08 Thread William Moore
Last year I used Cocoon on a project for a client. User authentication was achieved using the tools demonstrated in the http://localhost:8080/cocoon/ protected/ sample. Now the client has decided he wants to use an LDAP Directory for authentication. I tried using Tomcat's Realm implementation w

Re: Hello...

2002-07-08 Thread Ivelin Ivanov
   If your site is simple enough, you may never need to restart the server, provided that you use XML content, then XSLT, XInclude and many of the other transformers and generators.       -=Ivelin=- - Original Message - From: 최중호 To: [EMAIL PROTECTED] Sent: Monday,

It works,,,

2002-07-08 Thread kavitha ramesh
Hi, ya,I added a file messages.xml and now it works,,,Thank you so much,,, Kavitha _ Click below to experience Aishwarya Rai's beauty secrets. New International Lux Skincare - It's not just soap, It's skincare. http://www.luxskincare.com

RE: i18n

2002-07-08 Thread Hahn Kurt (CHA)
Hi, just a wild guess: If you create (actually re-create, because I think that in a standard Cocoon installation, there is already one) a file messages.xml in the same directory and with the same content as messages_en.xml, would that work? Maybe you'll give it a try. I'm not sure at all, but fro

RE: i18n

2002-07-08 Thread Piroumian Konstantin
> From: kavitha ramesh [mailto:[EMAIL PROTECTED]] > > Hi, > > Iam working with i18n in cocoon.I have a page which displays 2 > languages English and German.If I go to the Internet Option and > change the language to arabic , Iam getting an error "Unable to > locate resources:message".Now I w

i18n

2002-07-08 Thread kavitha ramesh
Hi, Iam working with i18n in cocoon.I have a page which displays 2 languages English and German.If I go to the Internet Option and change the language to arabic , Iam getting an error "Unable to locate resources:message".Now I would like to set the default language as English, whatever langua

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-08 Thread Andrew C. Oliver
Humm. I'll try that. I still hope someone will look at my patch to CInclude as: 1. I imagine that its faster 2. I like the syntax better 3. I don't know why it shouldn't support some form of element selection. -Andy Stephan Michels wrote: >On 7 Jul 2002, Andrew C. Oliver wrote: > > > >>>h

NullPointerException starting Cocoon

2002-07-08 Thread Sven Kuenzler
Trying to install latest 2.0.3 cvs on Tomcat 4.0.4 (JDK 1.3_03), I get: [Servlet output] java.lang.NullPointerException at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:999) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache

xsp and pipelines..

2002-07-08 Thread Othman Haddad
hi, can i do this?: i want to upload an xslt file from the browser within an xsp page and put it in a pipeline to make some transformations on a xml file. i know that interactions between actions and pipelines is quite easy,but is it possible wit

RE: macromedia flash actionscript integration of xml.sendAndLoad() with cocoon2

2002-07-08 Thread Arjé Cahn
Daniel, Yes, this is certainly possible. I think the best option would be to initiate a sendAndLoad() on an XSP under Cocoon, that writes the information to your database and returns a piece of XML back to the Flash movie. The movie has to be in the same location as where you are posting your

Réf. : Re: Réf. : Re: cocoon jaxme transformer! (Othman Haddad)

2002-07-08 Thread Othman Haddad
hi, >>Can you compare JaxMe to Castor, Betwixt, Jonas, JAXB ? - Betwixt i don't know what it is. - Jonas is free french container server side for EJB - Castor is more paowerful than JAXB for doing databinding -JaxMe in my opinion is better than Castor for

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-08 Thread Michael Wechner
oh, I am sorry, I made another mistake, you can't use the cocoon protocol (or any) within the href. You have to do it as follows: or for instance: http://www.cmswatch.com"; href="/RSS/cmswatch.xml"/> I mixed that up because I am currently using my own XInclude Processor, where I can use the