Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-05 Thread Peter Schwenke
You'll probably find more info in the log files in cocoon/WEB-INF/logs or, if the JSP has actually run, in your usual catalina.out or wherever your JSP logs are going. ...Peter Rob Kelley writes: Hi: I'm running

Re: Which version of Oracle is required to connect to cocoon?

2002-06-05 Thread yuryx
Hi Sreenivasan! Sreenivasan N. wrote: Hi all Can anyone give info on Oracle database version for windows and Unix required for cocoon connectivity. Try Oracle jdbc drivers (for any versions). Download classes12.jar and put it into $CATALINA_HOME/common/lib And also the basic parameters

Cocoon 2.0.2 and JBoss 3.0.0RC3

2002-06-05 Thread Troels Ejsing
Has anybody installed cocoon 2.0.2 on JBoss 3.0.0RC3 successfully? Best Regards Troels Ejsing - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Fw: Sitemap Error

2002-06-05 Thread dheeraj
Can Anybody please help on this. regards dheeraj ---Original Message--- From: dheeraj Date: Tuesday, June 04, 2002 08:37:37 PM To: [EMAIL PROTECTED] Subject: Sitemap Error

access session in xsp

2002-06-05 Thread Christoph Stocker
hi! i use weblogic6.0sp2, cocoon2.0.2 and win2000 i want to access the session in an xsp. xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:xsp-session=http://apache.org/xsp/session/2.0; xsp:logic org.apache.cocoon.environment.http.HttpSession

RE: sitemap is not available

2002-06-05 Thread cnsxxx09
Hi, I tried adding the cocoon jar file to catalina/common/lib/ but then I get a *deployment* error as it needs/relies-on other jar files. I could end up copying the entire contents of WEB-INF/lib/ into catalina/lib/ and it will probably work.but I feel that this can't be the solution.

Re: Showing Column names in XSP

2002-06-05 Thread Christian Haul
On 04.Jun.2002 -- 01:05 PM, Matthew Hailstone wrote: I'm trying to get the column names of a particular query, but with no luck so far. Here is a portion of my XSP source: esql:connection esql:poolwcart22/esql:pool esql:execute-query esql:queryselect * from

Re: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-05 Thread Konstantin Piroumian
This can be a problem somewhere in the page. SAXException means that you have wrong XML. BTW, I was able to run JSP samples without coping jasper-compiler.jar in Tomcat 4.0.1 (but I'm not sure about the version of Cocoon: 2.0.3 or 2.1-dev). Konstantin - Original Message -

Re: Cocoon problems

2002-06-05 Thread Spectron International, Inc.
The my generator ancestor is ServletGenerator, I don't see any reason why it shouldn't work. Anyone have any ideas? I recompiled all my generators and actions with the new classes so I don't know why it isn't working. Faw - Original Message - From: Peter Royal [EMAIL PROTECTED] To:

cocoon 2.0.2 on UNIX

2002-06-05 Thread Melanie Trinkl
hi! i try to run cocoon2.0.2 on a unix with weblogic6.0sp2 i did the changes, written down in the install-manual of cocoon. i tried the same configuration on a WinNT and its working. if i start the weblogic-server on the unix i always get a message like this

RE: Could not run 2.0.2 on Tomcat 4.0.1

2002-06-05 Thread Vadim Gritsenko
CLEAN UP WORKING DIRECTORY. It's tomcat/work Vadim -- Resistance is futile. -Original Message- From: Sreenivasan N. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 1:55 AM To: [EMAIL PROTECTED] Subject: Could not run 2.0.2 on Tomcat 4.0.1 Hi all I was working on Cocoon

RE: access session in xsp

2002-06-05 Thread Vadim Gritsenko
From: Christoph Stocker [mailto:[EMAIL PROTECTED]] hi! i use weblogic6.0sp2, cocoon2.0.2 and win2000 i want to access the session in an xsp. xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:xsp-session=http://apache.org/xsp/session/2.0;

whitespace

2002-06-05 Thread Hans-Michael Rupp
Hi We are trying to transform a jsp based application with a fairly complicated html design into a XML/XSP/XSLT based application. One problem we have is that the page design (which we cannot easily change) is severely disrupted by extra whitespace added during the transformation processes in

RE: whitespace

2002-06-05 Thread Arjé Cahn
Hans, Change the HTML serializer in the sitemap to this: map:serializers default=html map:serializer name=html mime-type=text/html; charset=UTF-8 logger=sitemap.serializer.html src=org.apache.cocoon.serialization.HTMLSerializer

sendmail patch with attachements

2002-06-05 Thread Ehms, Jrgen
I added the capability to send attachements with Sendmail.xsl the tag sendmail:attachement will add all given Files separated by semicolon in a String to the mail. usage: sendmail:send-mail sendmail:smtphostMailserver/sendmail:smtphost !-- default is 127.0.0.1 -- sendmail:from[EMAIL

RE: Cocoon 2.0.2 and JBoss 3.0.0RC3

2002-06-05 Thread Mark S. Kent
Troels/Chris, I'd also like to see this working, but without the pre-packaged Tomcat/JBoss. We are using Tomcat 3.2.3 and JBoss 2.4.4 with each running as their own user so that each can be restarted independently (for future scalability issues). I'd like to hear from anyone whose been able to

Re: sendmail patch with attachements

2002-06-05 Thread Christian Haul
On 05.Jun.2002 -- 03:21 PM, Ehms, Jürgen wrote: I added the capability to send attachements with Sendmail.xsl the tag sendmail:attachement will add all given Files separated by semicolon in a String to the mail. usage: sendmail:send-mail

Cocoon installation

2002-06-05 Thread Interactive Network
Hello, I'm a newbie on Cocoon. I've problem to install it my Configuration : Win XP jdk1.3.1_03 APACHE TOMCAT 4.0.3 are running correctly I've put cocoon.war in WEBAPPS directory of TOMCAT I've unpacked it when i called the url : http://127.0.0.1:8080/cocoon I've made (as mentionned after)

config cocoon under unix (unknown error)

2002-06-05 Thread Melanie Trinkl
hi! i still try to get cocoon2.0.2 runnning under unix with weblogic6.0sp2 now, after a few days and several conigurations i get the following error-- any ideas??? - type fatal message Error compiling sitemap

Run once code?

2002-06-05 Thread Andrew Timberlake
Is there a place in cocoon to invoke run-once code such as a singleton class which handles initialization? TIA Andrew - Please check that your question has not already been answered in the FAQ before posting.

RE: sendmail patch with attachements

2002-06-05 Thread Ehms, Jrgen
From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 4:14 PM To: [EMAIL PROTECTED] Subject: Re: sendmail patch with attachements On 05.Jun.2002 -- 03:21 PM, Ehms, Jürgen wrote: I added the capability to send attachements with Sendmail.xsl the tag

Still nothing served

2002-06-05 Thread Peter Flynn
I'm still having no luck getting Cocoon to serve me a file of my own. It's working fine for the distro files, docs, etc. I added this to sitemap.xmap: map:match pattern=foo/** map:generate src=foo/foo.xml/ map:transform src=foo/foo.xsl/ map:serialize type=html/

Getting XML from request

2002-06-05 Thread Mike Ash
Title: Getting XML from request I am storing xml data in the request object by using request.setAttribute(xmlData, someObject); I need that object back as xml in an xsp page, when I try this xsp:request:get-attribute name=xmlData as=xml it returns the xml as a node value instead of

build cocoon !!

2002-06-05 Thread Patrick . Pierra
Sorry if this is a recurent problem on this mailing list but my system can't build cocoon. The cocoon version is 2.0.2 and i use jdk 1.4.0. here is all the Trace (sorry that's very long) : ** begin of Trace

LDAP transformer and utf8 encoding

2002-06-05 Thread Paul Terray
Hello, A message already passed on that subject on the list, but there was no answer, so I try again: It seems that the LDAP transformer give back utf8 encoding (which is normal: this is the standard encoding for LDAP), but the subsequent transformers and serializers take it as iso-8859-1.

RE: sitemap is not available

2002-06-05 Thread cnsxxx09
Hi I'll answer my own question...again :-) I was wrongly assuming that the error: java.lang.NoClassDefFoundError:org/apache/cocoon/generation/ServletGenerator was telling me that the ServletGenerator class could not be found. How silly of me! What Cocoon was really trying to tell me,

RE: Cocoon installation

2002-06-05 Thread Vadim Gritsenko
From: Interactive Network [mailto:[EMAIL PROTECTED]] Hello, I'm a newbie on Cocoon. If you are a newbie, then try Tomcat 4.0.1 or 4.0.4 Vadim I've problem to install it my Configuration : Win XP jdk1.3.1_03 APACHE TOMCAT 4.0.3 are running correctly I've put cocoon.war in

Re: sendmail patch with attachements

2002-06-05 Thread Christian Haul
On 05.Jun.2002 -- 04:43 PM, Ehms, Jürgen wrote: From: Christian Haul [mailto:[EMAIL PROTECTED]] 1) could you please use diff -u to create the patch against CVS HEAD. I only used WinCVS to download, please explain the steps with a short example. I don't know about WinCVS as I don't use it

RE: Run once code?

2002-06-05 Thread Vadim Gritsenko
From: Andrew Timberlake [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 10:40 AM To: [EMAIL PROTECTED] Subject: Run once code? Is there a place in cocoon to invoke run-once code such as a singleton class which handles initialization? You could write Initializable component and

RE: Still nothing served

2002-06-05 Thread Vadim Gritsenko
From: Peter Flynn [mailto:[EMAIL PROTECTED]] I'm still having no luck getting Cocoon to serve me a file of my own. It's working fine for the distro files, docs, etc. I added this to sitemap.xmap: map:match pattern=foo/** map:generate src=foo/foo.xml/ map:transform

Re: Cocoon installation

2002-06-05 Thread Interactive Network
Is it easier to install? Thanks Cathy - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 5:59 PM Subject: RE: Cocoon installation From: Interactive Network [mailto:[EMAIL PROTECTED]] Hello, I'm a newbie on

RE: Getting XML from request

2002-06-05 Thread Vadim Gritsenko
I need that object back as xml in an xsp page, when I try this xsp:request:get-attribute name=xmlData as=xml Correct syntax is: xsp-request:get-attribute name=xmlData as=xml/ Result will be (IIRC): xsp-request:attribute name=xmlDatavalue of attribute/xsp-request:attribute For:

RE: build cocoon !!

2002-06-05 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sorry if this is a recurent problem on this mailing list but my system can't build cocoon. The cocoon version is 2.0.2 and i use jdk 1.4.0. Did you have empty cocoon/build directory before running build? Do you know that to make Cocoon

RE: Cocoon installation

2002-06-05 Thread ROSSEL Olivier
Is it easier to install? With Tomcat 4.0.1 or 4.0.4, and with JDK 1.3.X, the installation is straightforward. If you work under Unix, please read the installation section about PJA. Don't use JDK1.4 unless you have time to tune your Tomcat.

Error compiling sitemap_xmap

2002-06-05 Thread Christoph Stocker
hi! i have the same problem like posted in http://www.mail-archive.com/cocoon-users@xml.apache.org/msg13022.html but it seems, that there is still no solution. can anyone give a solution for this problem (i am hanging on this problem since 3 days) greetings, chris

RE: Cocoon installation

2002-06-05 Thread Vadim Gritsenko
From: Interactive Network [mailto:[EMAIL PROTECTED]] Is it easier to install? Compare install instructions for Tomcat 4.0.4 and 4.0.3 to get an idea. (which means: yes, it is easier) Vadim Thanks Cathy - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To:

Re: Cocoon installation

2002-06-05 Thread Interactive Network
Thanks a lot for your response. I'am downloading the 4.0.4 release. Where i can find the archives of the list? Cathy - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 6:15 PM Subject: RE: Cocoon installation From:

Re: Cocoon installation

2002-06-05 Thread Interactive Network
Thanks. I'm on XP PRO Cathy - Original Message - From: ROSSEL Olivier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 6:13 PM Subject: RE: Cocoon installation Is it easier to install? With Tomcat 4.0.1 or 4.0.4, and with JDK 1.3.X, the installation is

How to get a new copy of org.apache.cocoon.www.projPlan.sitemap_xmap?

2002-06-05 Thread Julia Leon
I'm having a problem with a sitemap configuration. The error I'm receiving is: The org.apache.cocoon.www.sitemap_xmap notifies that org.apache.avalon.framework.configuration.ConfigurationException says: /Error in sitemap configuration : Syntax error: Missing operand to closure/ More

how to create a new version of org.apache.cocoon.www.projPlan.sitemap_xmap?

2002-06-05 Thread Julia Leon
I'm having a problem with a sitemap configuration. The error I'm receiving is: The org.apache.cocoon.www.sitemap_xmap notifies that org.apache.avalon.framework.configuration.ConfigurationException says: Error in sitemap configuration : Syntax error: Missing operand to closure More precisely:

RE: Getting XML from request

2002-06-05 Thread Mike Ash
Title: RE: Getting XML from request Sorry about not using plain text. What I would like to end up with is nodes from the xsp page that contain the nodes from the object i put in the request. page para mynode mychildnode /mychildnode /mynode /para /page What I am

RE: Cocoon installation

2002-06-05 Thread Vadim Gritsenko
http://xml.apache.org/cocoon/mail-archives.html Vadim -Original Message- From: Interactive Network [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 12:19 PM To: [EMAIL PROTECTED] Subject: Re: Cocoon installation Thanks a lot for your response. I'am downloading the

RE: how to create a new version of org.apache.cocoon.www.projPlan.sitemap_xmap?

2002-06-05 Thread Vadim Gritsenko
Nuke cocoon's working directory. tomcat/work. Vadim From: Julia Leon [mailto:[EMAIL PROTECTED]] I'm having a problem with a sitemap configuration. The error I'm receiving is: The org.apache.cocoon.www.sitemap_xmap notifies that

RE: Getting XML from request

2002-06-05 Thread Vadim Gritsenko
Your object must be XMLizable (best), or DOM Node, but not String. Other (not effective) way is to use util logicsheet to parse your String into XML. Answers about it are in the archives, with periodicity one week or so. Vadim -Original Message- From: Mike Ash [mailto:[EMAIL

Re: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-05 Thread Rob Kelley
Dear Peter: Thanks for the tip. Here are my log entries (ERROR, CORE, SITEMAP, ACCESS) when I try to access /jsp/hello. I don't understand what they're trying to tell me. Any help much appreciated. ***ERROR.LOG*** empty ***ACCESS.LOG*** DEBUG (2002-06-05) 13:20.42:363

Re: Cocoon installation

2002-06-05 Thread Interactive Network
Thanks. For the cocoon installation everything is ok. Cathy - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 7:04 PM Subject: RE: Cocoon installation http://xml.apache.org/cocoon/mail-archives.html Vadim

RE: Getting XML from request

2002-06-05 Thread Mike Ash
Title: RE: Getting XML from request Thanks! Making my object XMLizable works great. -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 12:09 PM To: [EMAIL PROTECTED] Subject: RE: Getting XML from request Your object must be

XSP page refresh and re-connect to db each time?

2002-06-05 Thread Naquin, Beth
Title: XSP page refresh and re-connect to db each time? Hi, I apologize in advance if this is a dumb question ... I have xsp pages that call a logicsheet, which calls a stored procedure using esql. Then those db query results are transformed via xsl stylesheet to show in the browser. I

Re: how to create a new version of org.apache.cocoon.www.projPlan.sitemap_xmap?

2002-06-05 Thread Julia Leon
Thanks, it worked! A couple of tries were needed: First, removing everything under /tomcat/work had no affect. Second, removing /tomcat/work created a new problem; The org.apache.cocoon.www.sitemap_xmap notifies that java.io.FileNotFoundException says:

Parser Interface missing in recent distribution

2002-06-05 Thread Adam_Waldal
I am trying to setup Cocoon and in the Cocoon.java servlet I am missing the package: org.apache.avalon.excalibur.xml.Parser I assume it should be in the Avalon Excaliber jar, but it is not. Can anyone enlighten me as to how I can eleviate this problem? Thanks, Adam

RE: Run once code?

2002-06-05 Thread Andrew Timberlake
Vadim I have created a component and it seems to be identified and loaded in core.log The initialize method is not called. I have only implemented Initializable and no other work interfaces. Is this correct? Should I be doing something else? Thanks again for the help. Andrew On Wed,

RE: Run once code?

2002-06-05 Thread Vadim Gritsenko
From: Andrew Timberlake [mailto:[EMAIL PROTECTED]] Vadim I have created a component and it seems to be identified and loaded in core.log The initialize method is not called. I have only implemented Initializable and no other work interfaces. Is this correct? Should I be doing

cocoon 2.0.2 on UNIX

2002-06-05 Thread Melanie Trinkl
hi! i try to run cocoon2.0.2 on a unix with weblogic6.0sp2 i did the changes, written down in the install-manual of cocoon. i tried the same configuration on a WinNT and its working. if i start the weblogic-server on the unix i always get a message like this

wikiLand Cocoon Application 0.1

2002-06-05 Thread ROSSEL Olivier
Built with Cocoon, the Chaperon parser and the slash-edit system, using the Wiki syntax, here is the announcement of the first Alpha release of wikiLand. Available at http://lolive.net, a .war of C2.0.2+chaperon+wikiLand is available. Please report any bug you can find (there are many,

Parser Interface

2002-06-05 Thread Adam_Waldal
To clarify: I am looking for the Parser interface contained in the package: org.apache.avalon.excalibur.xml If anyone can help in this pursuit it would be greatly appreciated! Thanks, Adam I am trying to setup Cocoon and in the Cocoon.java servlet I am missing the package:

Re: Parser Interface

2002-06-05 Thread Peter Royal
On Wednesday 05 June 2002 04:11 pm, [EMAIL PROTECTED] wrote: I am looking for the Parser interface contained in the package: org.apache.avalon.excalibur.xml If anyone can help in this pursuit it would be greatly appreciated! Are you using a Cocoon distribution downloaded from the website?

Re: Parser Interface

2002-06-05 Thread Adam_Waldal
Peter, It came from the cocoon-2.0.2-src distribution off the download with the date 11-Jan-2002 03:20 14M Should I be taking from some place else? I want to integrate the Cocoon servlet with our transaction engine. -Adam

Passing xmap parameters to xsp

2002-06-05 Thread daniel robinson
Ok, I've been struggling with this for hours. I want to set a parameter in my pipeline something like this: map:match pattern=index map:generate type=serverpages src=xsp/w3/index2.xsp/ map:parameter name=SourcePage value=Index/ Set it here map:transform

RE: Run once code?

2002-06-05 Thread Andrew Timberlake
To answer my own question for those who might not want to read up on Avalon before using it. Never mind that that is a stupid idea at the outset. Here is a snippet from the documentation: * org.apache.avalon.framework.thread.SingleThreaded o Not thread-safe or reusable. o When no lifestyle

RE: Parser Interface

2002-06-05 Thread Faulkner, Perry
Adam, Try avalon-excalibur-scratchpad-20020212.jar in C 2.0.2 distro. Why don't you use winzip, or similar to just check a couple of jar file contents? Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, 6 June 2002 6:47 To: [EMAIL PROTECTED]

RE: Passing xmap parameters to xsp

2002-06-05 Thread Naquin, Beth
Title: RE: Passing xmap parameters to xsp I am new to cocoon myself, so take this with a grain of salt: The sitemap error may be because you closed the map:generate / tag before you passed the parameter? Try something like: map:generate type=serverpages src="xsp/w3/index2.xsp

Re: Parser Interface

2002-06-05 Thread Peter Royal
On Wednesday 05 June 2002 04:47 pm, [EMAIL PROTECTED] wrote: Peter, It came from the cocoon-2.0.2-src distribution off the download with the date 11-Jan-2002 03:20 14M Should I be taking from some place else? See if the binary distribution has the correct jar. -pete -- peter royal -

RE: build cocoon !!

2002-06-05 Thread Faulkner, Perry
Hi Patrick, You can look back through the archives, for some details, but essentially you need to locate the EsqlConnection.java (the error messages detail its path). Then edit the file and remove the comments around the 20 or so method declarations at the end of that file - they'll match with

iPlanet 6.5 + C2.0.1 problem with init() of the servlet

2002-06-05 Thread Argyn Kuketayev
I'm trying to deploy Cocoon.war on iPlanet 6.5 server. So far, it seems that iPlanet doesn't see jars in WEB-INF/lib. I expanded them all and put into a folder, which is in the iPlanet classpath. I added ias-web.xml file with GUID for the servlet. Now, when I try to call cocoon, I see this in

Re: Passing xmap parameters to xsp

2002-06-05 Thread daniel robinson
Beth, That helped with the compile problem. But I still can't get at the parameter. Thanks, Dan Naquin, Beth wrote: Part 1.1Type: Plain Text (text/plain) - Please check that your question has not already been answered

RE: Run once code?

2002-06-05 Thread Vadim Gritsenko
From: Andrew Timberlake [mailto:[EMAIL PROTECTED]] To answer my own question for those who might not want to read up on Avalon before using it. Never mind that that is a stupid idea at the outset. :) Here is a snippet from the documentation: *

XMLForm - How can I get it

2002-06-05 Thread Joseph Rajkumar
Hi When I looked at http://xml.apache.org/cocoon/xmlform/index.html I am unable to locate Cocoon-2.1, because I do not see a version with the the 2.1 tag. Please let me know from where I can get the cocoon with the xmlforms. Thanks Joseph Rajkumar

multipart/forms binary upload in mysql

2002-06-05 Thread Gerhard Hipfinger
Hi! Has anyone successfully configured mysql to store binary data in blob fields? As soon as I try to upload e. g. an image I get an _org.apache.cocoon.ProcessingException: Could not add record: java.io.FileNotFoundException: org.apache.cocoon.components.request.multipart.FilePartFile@2bfa91

Configuring DatabaseReader?

2002-06-05 Thread Jonathan Layes
Hi all, I've been searching everywhere and I can't find an example on how to configure the DatabaseReader. Digging through the sourcecode and Javadocs, I managed to put something like this together: map:reader name=database src=org.apache.cocoon.reading.DatabaseReader

Re: Configuring DatabaseReader?

2002-06-05 Thread Gerhard Hipfinger
Hi! Look at http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=101468178609584w=2 The DatabaseReader part works for me, when configured in the described way. Only inserting doesn't work (see my posting some minutes ago). Hope this helps, Gerhard Jonathan Layes wrote: Hi all, I've been

RE: XMLForm - How can I get it

2002-06-05 Thread Vadim Gritsenko
From: rajkumar [mailto:rajkumar] On Behalf Of Joseph Rajkumar Hi When I looked at http://xml.apache.org/cocoon/xmlform/index.html I am unable to locate Cocoon-2.1, because I do not see a version with the the 2.1 tag. cvs checkout -r HEAD xml-cocoon2 you will get Cocoon 2.1-dev

Re: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-05 Thread Peter Schwenke
Nothing springs to mind in that. There is an exception somewhere which is not displaying. You might need to make sure that you have DEBUG level logging on the JspGenerator. To do so make sure that there is a logger entry in sitemap.xmap for the JspGenerator like in this map:generator

Re: Configuring DatabaseReader? (suggestion for documentation)

2002-06-05 Thread Jonathan Layes
Perfect, thanks Gerhard! use-connection is a child of reader, not an attribute of reader as I incorrectly guessed. Pascal's email should be incorporated in the documentation - it makes a fine mini-tutorial. There really is a lot of useful database stuff in that post. Are any of the docs

PCL5e to XML?

2002-06-05 Thread Matthew Langham
Hi, does anyone know of/have software that will read and convert PCL5e files into an XML format? And even better if it can be plugged in to Cocoon (of course). Matthew -- Open Source Group Cocoon { Consulting, Training, Projects }

Re: multipart/forms binary upload in mysql

2002-06-05 Thread Andrew Timberlake
Gerhard I think that your problem is not mysql but the use of the DatabaseAddAction. Looking through the source for the DatabaseAddAction indicates no awareness of Uploaded Files. The error you are receiving below shows that cocoon is correctly retrieving your file and placing it in a

Error compiling sitemap_xmap (please help)

2002-06-05 Thread Christoph Stocker
hi! (sorry for writting again, but i am despaired)! i didn't found a solution (that's working) in the mail-archive - please help we work on a project for the TELEKOM AUSTRIA. the first time we implement our project was on weblogic6.0sp2, cocoon2.0.2 and WindowsNT. and everything seemed to